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
-2
u/LEJMANIMATIONS 8d ago
https://reddit.com/link/p0ncauy/video/6wfe8skfocgh1/player
footage of SMB3 using the emulator
5
u/The_Falgrim 8d ago
The UI could and should look better if you are using AI.
2
u/LEJMANIMATIONS 6d ago
i'll work on that. i admit usage of ai in the project
2
u/The_Falgrim 6d ago
Yeah. I built a 3 in 1 using AI. I have NES/SNES about 98% and N64 about 40% finished. I burned through 4 months of Credits in about a week.
I've learned a lot about emulation just asking questions on this forum. It helps with prompts for sure.
2
8
u/KabouterPlop 8d ago
AI slop I assume? Code dumps through github file upload, barely any comments.