diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-08-01 12:11:07 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-05 18:10:41 +0100 |
commit | 63687cb26acd2c9421ee05d15d253c4b626b7572 (patch) | |
tree | 7558f43c9cc53a96a9013cb5c2b9288acbee9658 /games/libretro-fceumm/README | |
parent | 6d73ea310704901aaabbc2f75aa3f378802999df (diff) | |
download | slackbuilds-63687cb26acd2c9421ee05d15d253c4b626b7572.tar.gz |
games/libretro-fceumm: Added (FCEUmm libretro port).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 0000000000..20dae0580d --- /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 |