[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 528 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 528 Bytes

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