6502-emu
6502-emu copied to clipboard
A simple 6502 emulator, with I/O via a 6850 UART.
Results
2
6502-emu issues
Sort by
recently updated
recently updated
newest added
I'm revisiting this project with the benefit of ~7 years additional experience, and with the goal of integrating it into a yet-to-be-written NES emulator. There are two big changes I'd...
Here's the addition of the CPU struct allowing multiple instances in the same process.