M5Stack Nesemu Save

forked from https://github.com/espressif/esp32-nesemu

Project README

ESP32-NESEMU, a Nintendo Entertainment System emulator for the ESP32

This is a quick and dirty port of Nofrendo, a Nintendo Entertainment System emulator. It has basic sound support, but can emulate a NES at close to full speed, albeit with some framedrop due to the way the display is driven.

Warning

This is a proof-of-concept and not an official application note. As such, this code is entirely unsupported by Espressif.

Compiling

This code is an esp-idf project. You will need esp-idf to compile it. Newer versions of esp-idf may introduce incompatibilities with this code; for your reference. esp-idf test work well version: v3.3-rc-dirty

Controller

This emulator fully supports the Faces Gamepad kit: https://m5stack.com/collections/all/products/face

ROM

This NES emulator comes with a public domain ROM. If you want to use your own, please remember official nintendo roms are under copyright and the user bears the responsibility for any legal action. In order to upload a different rom change the .nes filename to the name of your rom in the flash.sh script in the firmware folder. Use esptool to flash the files to the device.

Code in this repository is Copyright (C) 2016 Espressif Systems, licensed under the Apache License 2.0 as described in the file LICENSE. Code in the components/nofrendo is Copyright (c) 1998-2000 Matthew Conte ([email protected]) and licensed under the GPLv2.

Open Source Agenda is not affiliated with "M5Stack Nesemu" Project. README Source: m5stack/M5Stack-nesemu
Stars
76
Open Issues
9
Last Commit
2 years ago

Open Source Agenda Badge

Open Source Agenda Rating