Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 259 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 259 Bytes

Nesem

NES emulator made with C++

  • Not fully functional yet, but the virtual 6502 microprocessor can acess the Cartridge as part of it's memory map and can already execute instructions from Super Mario Bros.
  • APU and PPU are still not yet functional.