diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-08-01 12:11:08 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-05 18:10:41 +0100 |
commit | 8fadd298eb3f4b22ea0240b93d42e117ab0678ee (patch) | |
tree | 013224bd9c8020a2ace84e054df20804d9a9c232 /games/nestopia-libretro/README | |
parent | 7740b4c03fb176b44b3a563b1023e89a17611bc7 (diff) | |
download | slackbuilds-8fadd298eb3f4b22ea0240b93d42e117ab0678ee.tar.gz |
games/nestopia-libretro: Added (Nestopia for Libretro).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/nestopia-libretro/README')
-rw-r--r-- | games/nestopia-libretro/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/games/nestopia-libretro/README b/games/nestopia-libretro/README new file mode 100644 index 0000000000..887b58395b --- /dev/null +++ b/games/nestopia-libretro/README @@ -0,0 +1,20 @@ +Nestopia is a Nintendo Entertainment System video game system emulator that can +be used as a libretro core. + +Nestopia is a portable and cycle-accurate NES/Famicom emulator written in C++. +Nestopia UE (Undead Edition) is a fork of the original source code, with +enhancements from members of the emulation community. This includes support for +new platforms, and bug fixes in the emulator core. + +Nestopia requires the following BIOS image files for operation: + +* DISKSYS.ROM (Famicom Disk System BIOS) +* NstDatabase.xml (NES Database) + +The NstDatabase.xml can be copied from the nestopia-libretro documentation +directory: + cp /usr/doc/nestopia-libretro-$VERSION/NstDatabase.xml \ + /your/RetroArch/bios/direcotry + +To build the debugging symbols use: + DEBUG=1 ./nestopia-libretro.SlackBuild |