README 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. Nestopia is a portable NES/Famicom emulator written in C++.
  2. Nestopia UE (Undead Edition) is a fork of the original source code, with
  3. enhancements from members of the emulation community. This includes
  4. support for new platforms, and bug fixes in the emulator core.
  5. autoconf-archive is an optional dependency to build the standalone
  6. version of nestopia.
  7. RetroArch is an optional dependency to run the nestopia libretro core.
  8. Nestopia optionally requires the following BIOS image file for
  9. using any Famicon Disk System (FDS) content.
  10. * disksys.rom (Famicom Disk System BIOS)
  11. It is not included and if available can be placed in $HOME/.nestopia/ or
  12. if using the libretro core it can be placed RetroArch's system/bios
  13. directory.
  14. The nestopia libretro core also requires the following database file
  15. to be placed in system/bios directory.
  16. * NstDatabase.xml (NES Database)
  17. It can be copied from the nestopia install:
  18. cp /usr/share/games/nestopia/NstDatabase.xml \
  19. /your/RetroArch/bios/direcotry
  20. To build the gtk+ frontend for standalone nestopia use:
  21. GUI=1 ./nestopia.SlackBuild
  22. To build the debugging symbols use:
  23. DEBUG=1 ./nestopia.SlackBuild