Nemu is my WIP nes emulator. Currently it can run Donkey Kong quite successfully, and at least the first levels in Super Mario Bros.
The emulator is able to run in the browser over at Quaqqer.com/projects/nemu, although the debugging features are missing there.
- CPU emulation
- PPU emulation (Picture Processing Unit)
- Keyboard controls
- Debugging
- CPU info viewer
- PPU info viewer
- Pattern table viewer
- Nametable viewer
- Audio emulation
Currently only games running on mapper 0 are supported. Different game carts have different internal wiring which must be emulated, at the moment I have only implemented one type of cart. Some games that should run are Donkey Kong, Super Mario Bros 1, and Ice Climber.
- Mapper 0
Thanks to
- The NESDev wiki for providing a reference for the NES hardware
- Nestest for providing a great test suite for the CPU
- javid9x for videos explaining how the NES PPU works
- The wonderful people over at r/EmuDev's Discord.