./wip/nestopia-rpi, Portable, very accurate NES emulator with UNIF support

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.40hnb1, Package name: nestopia-rpi-1.40hnb1, Maintainer: pkgsrc-users

NEStopia is a portable Nintendo Entertainment System emulator
written in C++ by Martin Freij and ported to Linux by R. Belmont.
NEStopia strives for the most accurate emulation possible at the
pixel-by-pixel and sample-by-sample level, and it has excellent
mapper and UNIF board support as well. A few features:

- Supports .nes and .unf/.unif format ROMs
- Supports .fds discs
- Supports .nsf music rips
- All supported files can be extracted from zip or 7zip containers (an
archive browser is not yet included - this assumes the common
GoodSet case of one zip or 7zip per game)
- Autodetection of PAL and NTSC format games

This version is based on nestopia-1.40hnb19 and is optimized for Raspberry
Pis running NetBSD.

It only depends on SDL with a plain text settings file. Extra options for
changing the speed of the game frameskip, skipping soundsample playback,
adding scanlines, changing to BGR color format and not waiting for sound to
be played back faster performance.


Required to run:
[devel/SDL]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

RMD160: caecb991dfd459093b88b2abb84ac9bbd95ced63
Filesize: 2291.198 KB

Version history: (Expand)


CVS history: (Expand)


   2015-01-03 12:31:11 by nsloss | Files touched by this commit (3)
Log message:
Fix compiler optimization on RPI.  Improves performance.
Bump PKGREVISION.
   2014-11-13 23:45:39 by nsloss | Files touched by this commit (2)
Log message:
Remove usleep in oss.cpp for better performance on RPI.
   2014-11-02 09:36:13 by nsloss | Files touched by this commit (15)
Log message:
Import nestopia-rpi-1.40h as wip/nestopia-rpi.

NEStopia is a portable Nintendo Entertainment System emulator
written in C++ by Martin Freij and ported to Linux by R. Belmont.
NEStopia strives for the most accurate emulation possible at the
pixel-by-pixel and sample-by-sample level, and it has excellent
mapper and UNIF board support as well. A few features:

- Supports .nes and .unf/.unif format ROMs
- Supports .fds discs
- Supports .nsf music rips
- All supported files can be extracted from zip or 7zip containers (an
  archive browser is not yet included - this assumes the common
  GoodSet case of one zip or 7zip per game)
- Autodetection of PAL and NTSC format games

This version is based on nestopia-1.40hnb19 and is optimized for Raspberry
Pis running NetBSD.

It only depends on SDL with a plain text settings file.  Extra options for
changing the speed of the game frameskip, skipping soundsample playback,
adding scanlines, changing to BGR color format and not waiting for sound to
be played back faster performance.