diff options
Diffstat (limited to 'games/libretro-fceumm/README')
-rw-r--r-- | games/libretro-fceumm/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/libretro-fceumm/README b/games/libretro-fceumm/README new file mode 100644 index 0000000000000..20dae0580d3b9 --- /dev/null +++ b/games/libretro-fceumm/README @@ -0,0 +1,12 @@ +FCEUmm is a Nintendo Entertainment System video game system emulator that can +be used as a libretro core. + +FCEUmm (FCEUltra mappers modified) is a NES/Famicom emulator that specializes +in extensive mapper support. + +FCEUmm requires a real BIOS for Famicom Disk System emulation to work. + +* disksys.rom + +To build the debugging symbols use: + DEBUG=1 ./libretro-fceumm.SlackBuild |