6502: Memory

My first 6502 build, which followed Ben Eater’s 6502 computer project, uses two pretty pedestrian memory chips, an Atmel AT28C256 32k byte EEPROM and a 62256 32k byte SRAM. The EEPROM has a relatively slow 150 nanosecond access time. The SRAM access time is faster at 70 nanoseconds. The significance of these access times become …

6502: Is My Crystal Oscillator Working Correctly?

I enjoy recreating the component tests that Ben Eater performs in his electronics project videos. Sometimes my test results differ enough from Ben’s that I wonder if the component I’m testing is defective. More often than not the component is fine and I’ve either botched the test circuit or have set up the testing equipment …