Small toy emulator for the 6502 in c++ The goal isn't to emulate hardware setups for systems of the era but more so to make it easy to make games using 6502 assembly
- bit map graphics starting at $1000 and the 16 color pallet starts at a $1800
- 64k of fully useable memory for now....
- basic debug output
- jumping and branching functionality
- subroutines
- bank switching
- memory mapped rom
- hardware sprites