This repository contains some of the work in progress during my build of Ben Eater's inspired 6502 8-bit computer similar to typical machines of the early 1980s. If you haven't seen Ben's videos, I would strongly suggest you start there: Ben Eater's 6502 project
Compared to Ben's 6502 build I introduced the following changes:
- Changed address decoder logic
- Added ACIA chip for serial communication
- Changed compiler from VASM to CC65
- Changed system clock to 1.8432 MHz
Most software for the KW6502 is written in assembly. I got C code working, but I just haven't used it that much yet. The software should work on any reasonable clock speed and can be easily configured for any similar system. Most of the software makes use of the serial expansion, so a lot of software can't be run on the default Ben Eater 6502 project. More information on the software can be found here