README 792 B

123456789101112131415161718192021
  1. Nestopia is a Nintendo Entertainment System video game system emulator that can
  2. be used as a libretro core.
  3. Nestopia is a portable and cycle-accurate NES/Famicom emulator written in C++.
  4. Nestopia UE (Undead Edition) is a fork of the original source code, with
  5. enhancements from members of the emulation community. This includes support for
  6. new platforms, and bug fixes in the emulator core.
  7. Nestopia requires the following BIOS image files for operation:
  8. * DISKSYS.ROM (Famicom Disk System BIOS)
  9. * NstDatabase.xml (NES Database)
  10. The NstDatabase.xml can be copied from the nestopia-libretro documentation
  11. directory:
  12. cp /usr/doc/nestopia-libretro-$VERSION/NstDatabase.xml \
  13. /your/RetroArch/bios/direcotry
  14. To build the debugging symbols use:
  15. DEBUG=1 ./nestopia-libretro.SlackBuild