/nes2

Nes2 experimental WIP NES emulator

Primary LanguageC++

Nes2

This is a experimental NES emulator made for fun. It's a work in progress.

Current status:

  • CPU - 100% working with NESTest including illegal instructions. Cycle counts accurate.
  • PPU - Not yet implemented
  • MMU - Working
  • APU - Not yet implemented
  • Mapper support
    • NROM - Working
    • MMC1 - Mostly working

Current goal is to pass CPU and PPU tests.