pebri86 / esplay-retro-emulation

Retro Emulation Collection for ESPlay Hardware, an ESP32 based game console
https://www.makerfabs.com/esplay-micro.html
MIT License
444 stars 88 forks source link

NES simulator mapper Incomplete #24

Closed jianjinliao closed 3 years ago

jianjinliao commented 3 years ago

Hi pebri, When I use it, I find that some NES games can't run, and they crash and restart repeatedly. After querying the data and checking the code, the mapper of the simulator is incomplete. Is there any way to improve it? Or add a mapper to the emulator. Thank You.

pebri86 commented 3 years ago

Hi, I believe to add a new mapper you need to add entry the code at mapper folder on the nofrendo components. Once you test the new mapper you can pull request so i can add them to the repository.

jianjinliao commented 3 years ago

Yes,I'm trying a new mapper, but I haven't succeeded yet