NESPemu is based on an ESP32 and a 2.4" ILI9341 display. If modified, the NES EMU code from Espressif. I've added multi-ROM support and a little menu with sound, full screen, and brightness settings. Full screen can cause graphical glitches and it has very bad sound. But it's fine for me... maybe I'll try to add a save and load function in the near future. But all of this is coded very dirty... :-D
The code is compiled with the ESP-IDF for ESP32 (by Espressif).
If you want to build one on your own, but don't want compile the source code, you can download the following ZIP files, it contains all needed files + a little "how to flash" manual. You can also download the circuit schematic:
https://drive.google.com/open?id=1vhh_dH3Y5HFa4yqkVhevmMNTjaeFxtNw
You'll also need a driver:
https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers
And a flash tool:
https://www.espressif.com/sites/default/files/tools/flash_download_tools_v3.6.4_0.rar
Comments
Please log in or sign up to comment.