Architecture
ROM hosts monitor + bootloader, SRAM stores runtime programs, and a VIA exposes GPIO for LEDs/LCD. A 6551 UART handles RS-232 for remote console control.
Hardware - Retro Computing
Built a fully functional computer on breadboards using the MOS 6502 CPU, hand-wired buses, and assembly code that drives LEDs, LCD output, and serial terminals.
ROM hosts monitor + bootloader, SRAM stores runtime programs, and a VIA exposes GPIO for LEDs/LCD. A 6551 UART handles RS-232 for remote console control.
Built a variable clock + single-step circuit to inspect bus traffic, then wrote Python scripts to assemble binaries directly into EEPROM.
Highlights from the build.
Integrating the homemade VGA card to render sprites directly from the 6502.
Download the wiring diagrams or assembly samples.