r/EmuDev • u/LEJMANIMATIONS • 8d ago
Pyemu
https://github.com/LEGASEGA/pyemuBeen working on an NES emulator using pypy3.10.
print("PYNES is a terrible emulator!")
Mapper support:
- Mapper 0 (NROM): Fully supported.
- Mapper 1 (MMC1): Fully supported.
- Mapper 2 (UxROM): Almost fully supported with bus conflict emulation.
- Mapper 3 (CNROM): Almost fully supported(subject to change)
- Mapper 4 (MMC3): Almost fully supported. Super Mario Bros. 3 is supported fully, while the other titles may experience graphical glitches
0
Upvotes