In Progress Intermediate 6502 Computers Latest: v0.1.0
by Patrick · Apr 15, 2026 · 18 views · 2 followers · Est. cost: $45-60 · Est. time: 2-3 weekends · License: MIT
6502 breadboard homebrew KiCad retro SBC
2 votes

Starting KiCad PCB Design

Patrick · Apr 1, 2026 4:45 PM

Created the schematic in KiCad. Used a 2-layer board design. Keeping it simple — all through-hole components for easy assembly.\n\nThe address decoding is clean: one 74HC00 gives me RAM, ROM, and I/O chip selects. Added test points on the address and data buses for debugging with a logic analyzer.

Serial Working at 19200 Baud

Patrick · Mar 22, 2026 10:15 AM

Wired up the MAX232 and got serial I/O working through the 65C22 VIA. Using a bit-banged software UART since this build doesn't have an ACIA chip.\n\nBaud rate is stable at 19200. Tested with PuTTY and minicom. The VIA timer interrupt handles the timing.

Breadboard Prototype Complete

Patrick · Mar 15, 2026 2:30 PM

Got the 6502 running on a breadboard. Had a frustrating issue where the RAM chip was getting warm — turned out pin 20 (CE) was floating. Once I tied it to the address decoder output, everything worked.\n\nEhBASIC boots and I can type programs via the serial terminal. The reset circuit needed a 1uF cap instead of 100nF to get a clean startup.