1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: higan
Section: otherosfs
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Tobias Hansen <thansen@debian.org>
Build-Depends: debhelper (>= 9),
pkg-config,
libgtk2.0-dev,
libgtksourceview2.0-dev,
libsdl1.2-dev,
libpulse-dev,
libopenal-dev,
libao-dev,
libxv-dev,
libudev-dev [linux-any],
libasound2-dev [linux-any]
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-games/higan.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-games/higan.git
Homepage: http://byuu.org/emulation/higan/
Package: higan
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: nes-emulator
Description: Accurate Nintendo multi-system emulator
higan is an emulator for Nintendos SNES, NES, Gameboy, Gameboy Color
and Gameboy Advance. It was formerly called bsnes and the SNES
emulation is especially complete and polished.
.
higan strives to provide the most faithful hardware emulation possible.
It focuses on accuracy and clean code, rather than speed and special
features. It is meant as a reference emulator to document how the underlying
hardware works. As a result the minimum system requirements are high.
.
There are three profiles that govern the amount of accuracy and required
system resources of the SNES emulation. Which profile to use can be set with:
.
# update-alternatives --config higan
|