orbea 72ad57be24 games/nestopia: Update script. 5 years ago
..
README 72ad57be24 games/nestopia: Update script. 5 years ago
nestopia.SlackBuild 72ad57be24 games/nestopia: Update script. 5 years ago
nestopia.info 9faa47dd85 multiple: Update e-mail. 5 years ago
slack-desc d761d538f2 games/nestopia: Added (Portable NES/Famicom emulator) 6 years ago

README

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