/emu6502

Small toy emulator for the 6502 in c++

Primary LanguageC++MIT LicenseMIT

emu6502

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

Features

  • bit map graphics starting at $1000 and the 16 color pallet starts at a $1800
    • full 24 bit rgb Deme
  • 64k of fully useable memory for now....
  • basic debug output
  • jumping and branching functionality

TODO

  • subroutines
  • bank switching
  • memory mapped rom
  • hardware sprites