123456789101112131415161718192021222324252627282930313233343536 |
- Nestopia is a portable 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.
- autoconf-archive is an optional dependency to build the standalone
- version of nestopia.
- RetroArch is an optional dependency to run the nestopia libretro core.
- Nestopia optionally requires the following BIOS image file for
- using any Famicon Disk System (FDS) content.
- * disksys.rom (Famicom Disk System BIOS)
- It is not included and if available can be placed in $HOME/.nestopia/ or
- if using the libretro core it can be placed RetroArch's system/bios
- directory.
- The nestopia libretro core also requires the following database file
- to be placed in system/bios directory.
- * NstDatabase.xml (NES Database)
- It can be copied from the nestopia install:
- cp /usr/share/games/nestopia/NstDatabase.xml \
- /your/RetroArch/bios/direcotry
- To build the gtk+ frontend for standalone nestopia use:
- GUI=1 ./nestopia.SlackBuild
- To build the debugging symbols use:
- DEBUG=1 ./nestopia.SlackBuild
|