File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ ESP32-NESEMU, a Nintendo Entertainment System emulator for the ESP32
44This is a quick and dirty port of Nofrendo, a Nintendo Entertainment System emulator. It lacks sound, but can emulate a NES at close
55to full speed, albeit with some framedrop due to the way the display is driven.
66
7+ Warning
8+ -------
9+
10+ This is a proof-of-concept and not an official
11+
12+
13+ Compiling
14+ ---------
15+
16+ 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;
17+ for your reference, the code was tested against commit 12caaed28063e32d8b1fb13e13548b6fa52f87b3 of esp-idf.
18+
19+
720Display
821-------
922
Original file line number Diff line number Diff line change 1+ Matt Conte <zeus@ztnet.com>
2+ Just about everything
3+
4+ Neil Stevens <neil@qualityassistant.com>
5+ SDL, automake, current maintainer
6+
7+ Firebug <firebug@cfl.rr.com>
8+ mapper support, testing
9+
10+ Benjamin C. W. Sittler <bsittler@nmt.edu>
11+ config code
12+
13+ The Mighty Mike Master <melanson@pcisys.net>
14+ mapper 231 code
15+
16+ Jeroen Domburg <jeroen@espressif.com>
17+ Mangling the code to make it into an esp-idf component
You can’t perform that action at this time.
0 commit comments