orbea 9faa47dd85 multiple: Update e-mail. 5 rokov pred
..
README d761d538f2 games/nestopia: Added (Portable NES/Famicom emulator) 6 rokov pred
nestopia.SlackBuild c542876aa5 multiple: 80-col limit. 5 rokov pred
nestopia.info 9faa47dd85 multiple: Update e-mail. 5 rokov pred
slack-desc d761d538f2 games/nestopia: Added (Portable NES/Famicom emulator) 6 rokov pred

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 debugging symbols use:
DEBUG=1 ./nestopia.SlackBuild