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.
Nestopia UE officially supports:
Linux
BSD
Windows
If you're a Windows user, download the win32 build:
1.50 win32
The following distributions have packages available:
Arch Linux
Debian
FreeBSD
OpenBSD
Rosa Desktop Fresh
Slackware (Slackbuilds)
Ubuntu
Void Linux
If you want a source tarball, download it here:
Download 1.50
This is the best way to get the latest source code:
git clone git://github.com/0ldsk00l/nestopia
To update your source tree later:
git pull origin
Shell: Additions: - Added ability to output data from homebrew module (Phil Smith) libretro: Additions: - Button shift option - Input bitmask support (TwinAphex) - Enhanced core options (TwinAphex) - Build in NstDatabase.xml Core: Additions: - Homebrew module (Phil Smith) - Support for mapper 31 (rainwarrior) - Support for mappers 28 and 30 (retro-wertz) - Support for UNL-KS7031 (retro-wertz) - Support for MMC3 Big CHR-RAM Board Fixes: - Deterministic Save States (creambits)