These are the project files for my version of Ben Eater's 6502 computer.
- Install VSCode and Arduino IDE V2 (I couldn't get the online editor to work reliably with the serial interface)
- Install MADS extension for nice assembly highlighting
- Install VASM using latest release binary
vasm6502_oldstyle -Fbin -dotdir -o blink.out blink.asm
- Change LCD interface from 8 pins to 4
- Automatic power-on reset (schematics)
- Bootloader or something to avoid having to pop and flash the EEPROM for every change (source)
- What to do with other switches
- Turn into a PCB
- Emulator: starting in PHP, or following example
- Space Invaders (source code)
- Raycaster (e.g. Wolfenstein)
- cc65 integration