debian/0000755000000000000000000000000011762412112007163 5ustar debian/rules0000755000000000000000000000046011762411232010245 0ustar #!/usr/bin/make -f ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O3 endif export CFLAGS override_dh_auto_configure: dh_auto_configure -- --with-opengl --bindir=\$${prefix}/games override_dh_auto_build: dh_auto_build ln Documentation/fceu-sdl.6 fceu.6 %: dh $@ --with autotools-dev debian/control0000644000000000000000000000173311762411450010576 0ustar Source: fceu Section: games Priority: optional Maintainer: Joe Nahmias Build-Depends: debhelper (>= 7.0.50), zlib1g-dev, libsdl1.2-dev | libsdl-dev, libgl1-mesa-dev, autotools-dev Standards-Version: 3.9.1 Homepage: http://fceultra.sourceforge.net/ Package: fceu Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: efp Provides: nes-emulator Replaces: fceu-sdl, fceu-svga, fceu-doc Description: FCE Ultra - a nintendo (8-bit) emulator FCE Ultra is an emulator of the original (8-bit) Nintendo Entertainment System (NES) released under the GNU General Public License (GPL). It includes the following features (and many more): * fully customizable color palette rendering engine * complete sound emulation (all five channels) * support for up to four joystick controllers * zapper emulation for the mouse * GameGenie emulation * accepts compressed (PKZIP, gzip) ROM images * TCP/IP network play debian/fceu.doc-base0000644000000000000000000000053311523601662011512 0ustar Document: fceu Title: FCE Ultra Manual Author: Ben Parnell Abstract: This manual describes all the supported features of FCE Ultra including all of the command-line switches. Section: Games/Tools Format: HTML Index: /usr/share/doc/fceu/Documentation/fceultra.html Files: /usr/share/doc/fceu/Documentation/*.html debian/rules.old0000755000000000000000000000376511523566502011043 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O3 endif export CFLAGS config.status: configure dh_testdir ./configure \ --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=/usr \ --mandir=\$${prefix}/share/man \ --infodir=\$${prefix}/share/info \ --with-opengl build: build-stamp build-stamp: config.status dh_testdir $(MAKE) ln Documentation/fceu-sdl.6 fceu.6 touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp [ ! -f Makefile ] || $(MAKE) distclean rm -f fceu.6 ifneq "$(wildcard /usr/share/misc/config.sub)" "" cp -f /usr/share/misc/config.sub config.sub endif ifneq "$(wildcard /usr/share/misc/config.guess)" "" cp -f /usr/share/misc/config.guess config.guess endif dh_clean config.log install: DESTDIR=$(CURDIR)/debian/fceu install: build dh_testdir dh_testroot dh_clean -k # Add here commands to install the package into debian/fceu. dh_install # work around dh_install not handling spaces in filenames mkdir -p ${DESTDIR}/usr/share/doc/fceu/tech/ cp -a Documentation/tech/ppu/2C02\ technical\ operation.TXT \ ${DESTDIR}/usr/share/doc/fceu/tech/ # Build architecture-independent files here. binary-indep: build install # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_installman fceu.6 dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/source/0000755000000000000000000000000011523567247010502 5ustar debian/source/format0000644000000000000000000000001411523567247011710 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000002517111762412064011051 0ustar fceu (0.98.12-4.1) unstable; urgency=low * Non-maintainer upload. [ gregor herrmann ] * Use autotools-dev debhelper addon instead of copying config.{guess,sub} manually plus changing them in a patch; otherwise this package doesn't even start to build if autotools-dev is installed. [ Sebastian Ramacher ] * debian/patches: Add patch cast_to_gzfile.patch to fix FTBFS due to changes in zlib (Closes: #664933). -- gregor herrmann Sat, 02 Jun 2012 15:23:41 +0200 fceu (0.98.12-4) unstable; urgency=low * The "Yay for squeeze release!" release. * debian/source/format: change to "3.0 (quilt)" * debian/rules: minimize using dh, build-dep on debhelper >= 7.0.50 * debian/patches/554281-fix_FTBFS_using_gold: patch from Bhavani Shankar R , closes: #554281. * debian/fceu.doc-base: fix Section, thanks Lintian * debian/control: move project homepage from long desc to header, thanks Lintian! -- Joe Nahmias Sun, 06 Feb 2011 15:36:00 -0500 fceu (0.98.12-3) unstable; urgency=low * debian/rules(clean): remove config.log, closes: #437187. * Add fceu.desktop from Ubuntu to associate fceu with x-nes-rom mime-type, closes: #437192. -- Joe Nahmias Sun, 12 Aug 2007 00:07:12 -0400 fceu (0.98.12-2) unstable; urgency=low * debian/control: update build-dep to use libgl1-mesa-dev. * debian/control: bump std-version, no changes. * debian/rules: configure with --with-opengl, closes: #288658. -- Joe Nahmias Sun, 08 Jul 2007 12:38:42 -0400 fceu (0.98.12-1) unstable; urgency=low * New upstream release, closes: #248642, #253367. * Restructured package since upstream does not provide a version of fceu that uses svgalib anymore. * Updated debian/copyright. -- Joe Nahmias Sun, 10 Oct 2004 20:57:14 +0000 fceu (0.97.5-3) unstable; urgency=low * The "movin' on up" release. Note to ftp-master: This package (along with all other NES emulators) is now eligible to go into main since there is now a DFSG-free NES ROM in Debian -- see the efp package. I mailed debian-legal about this and they seem to agree with my assessment (see the archives for Jan 2004). * debian/control: change section to games -- no more contrib, w00t!! * debian/control: Provides: nes-emulator. * debian/control: Suggests: efp. * Added alternatives for /usr/bin/nes for both fceu-sdl (pri 30) and fceu-svga (pri 25). -- Joe Nahmias Tue, 3 Feb 2004 22:26:49 -0500 fceu (0.97.5-2) unstable; urgency=low * fceu-doc.doc-base: Add required Index line (closes: #223505). * manpages: escaped bare hyphen-dashes. -- Joe Nahmias Thu, 11 Dec 2003 00:39:36 -0500 fceu (0.97.5-1) unstable; urgency=low * New upstream release (closes: #223118). * debian/control: update maintainer email. * debian/control: bump std-ver (no changes). * debian/control: add build-dep on xlibmesa-gl-dev for OpenGL. * debian/copyright: update download location. * debian/watch: added to check for new upstream releases. * Fixed garbled sound on big-endian machines (closes: #221394): + drivers/common/unixdsp.c: use correct ioctl() based on endian type. * Fix crash when using OpenGL mode in fceu-sdl: + drivers/common/sdl-opengl.c[34]: change 512*4 to 256*4. * updated manpages: + reflect new location/format of FCEUltra readme. + disambiguate status of default keybindings (closes: #220312). -- Joe Nahmias Mon, 8 Dec 2003 18:02:11 -0500 fceu (0.96-1) unstable; urgency=low * New upstream release + Improved RAMBO-1(mapper 64) emulation. Fixes "Skull and Crossbones". * debian/control (Std-Ver): 3.6.0 (no changes). -- Joe Nahmias Tue, 5 Aug 2003 19:58:04 -0400 fceu (0.95-1) unstable; urgency=low * The "I love my upstream" release :-) * New upstream release + powerpad.c: avoid a symbol clash on PowerPC arch. + sdl-throttle.c: now uses SDL_Delay() to relinquish CPU time. + /dev/dsp code now searches for /dev/dsp before looking for dspX. + SDL joystick axes configuration is now done from the joystick. + Added somewhat crude support for games that switch background CHR data mid-scanline (eg. Pirates!, Business Wars, and Marble Madness). + Low-quality sound emulation now uses 32-bit integers for better speed. + Tweaked various Konami mappers' IRQ counter emulation. + Fixed an issue with sprite priorities on MSB-first platforms. + Fixed a mapper 90 save state bug. + Various and sundry other bug fixes and code cleanups. * debian/patches: all patches have been merged upstream, remove it! * debian/control (Build-Dep): remove dpatch. * debian/copyright: updated download location. * debian/rules: now using upstream's build mechanism, modified somewhat. -- Joe Nahmias Sun, 22 Jun 2003 01:14:29 -0400 fceu (0.94r3-4) unstable; urgency=low * patches/10_PPC-symbol-clash: change symbol name from PPC to PwrPadCtrl to make the powerpc buildd happy (input/powerpad.c). -- Joe Nahmias Mon, 16 Jun 2003 16:11:59 -0400 fceu (0.94r3-3) unstable; urgency=low * debian/rules: remove -march compile option. * debian/control: fceu-svga is now Arch: i386. * debian/rules: use -s switch to debhelper in binary-arch target. -- Joe Nahmias Tue, 10 Jun 2003 21:09:12 -0400 fceu (0.94r3-2) unstable; urgency=low * debian/control: really fix build-deps. -- Joe Nahmias Mon, 9 Jun 2003 22:11:43 -0400 fceu (0.94r3-1) unstable; urgency=low * New upstream release + fix divide-by-zero error. * debian/control: Standards-Version: 3.5.10 (no changes). -- Joe Nahmias Mon, 9 Jun 2003 20:45:14 -0400 fceu (0.94r2-2) unstable; urgency=low * Standards-Version: 3.5.9 (no changes). * debian/control: change build-deps to try and fix #178192, thanks Christian T. Steigies. -- Joe Nahmias Thu, 1 May 2003 21:51:20 -0400 fceu (0.94r2-1) unstable; urgency=low * New upstream release + Even more bug fixes. + Adds support for mapper 107. -- Joe Nahmias Sat, 12 Apr 2003 21:11:23 -0400 fceu (0.94-1) unstable; urgency=low * New upstream release + Adds support for dedicated rapid-fire A and B buttons. + Adds support for on-the-fly IPS patching. + Includes the manpages I wrote. + More bug fixes. * Migrated patching system to dpatch. * Added patch so that /dev/dsp is used (not /dev/dsp0). -- Joe Nahmias Sat, 12 Apr 2003 20:53:02 -0400 fceu (0.93-2) unstable; urgency=low * sdl-joystick.patch: resynced Deraj's patch for fixing the joystick config in SDL. -- Joe Nahmias Mon, 31 Mar 2003 22:28:14 -0500 fceu (0.93-1) unstable; urgency=low * New upstream release + Bug fixes galore :-) * fceu-s{dl,svga}.6: Added section on keyboard bindings. * fceu-svga.6: added note about using dpkg-statoverride. -- Joe Nahmias Thu, 27 Mar 2003 14:31:57 -0500 fceu (0.92-1) unstable; urgency=low * New upstream release + Added support for mappers 57, 61, 249. + New in-memory-cheat search methods. + Bug and memory leak fixes. * debian/compat ==> 4. -- Joe Nahmias Wed, 12 Mar 2003 21:33:05 -0500 fceu (0.91-1) unstable; urgency=low * New upstream release + Improved network play. + NSF player improvements. + Fixed sprite detection loop. + Fixed cpu emulation bug in GETIYWR. + Fixed sprite transfer bug (affected Rainbow Islands). + Added support for unif board UNL-8237. + Added support for mappers 241, 114, and 91. + ...all this and much, much, more... :-) * debian/dups.patch: added 8237.c, updated mmc5.c. * Makefile.Debian: removed joystick patch from deraj, as this is fixed upstream in this release. * Standards-Version ==> 3.5.8.0, no changes. -- Joe Nahmias Thu, 13 Feb 2003 18:50:21 -0500 fceu (0.81-post-1) unstable; urgency=low * New upstream version: + Fixed/Worked around(?) compilation problems on gcc 3.2.x. * debian/control: Fix svgalib build-dep so that non-i386 archs can build, thanks James Troup. * debian/control: Build-Depend on patch, updated long description. * Makefile.debian: added patch from Jared Krinke (deraj) in CVS to fix SDL joystick configuration, closes: #174868. * Makefile.debian: added patch from Jared Krinke (deraj) in CVS to fix SDL CPU utilization, closes: #174940. * debian/rules: added support for 'optimize' in ${DEB_BUILD_OPTIONS} for Shaun Jackman. -- Joe Nahmias Mon, 6 Jan 2003 22:37:27 -0500 fceu (0.81-6) unstable; urgency=low * Forgot to mark ITP bug as closed, closes: #160810. -- Joe Nahmias Fri, 20 Dec 2002 16:04:52 -0500 fceu (0.81-5) unstable; urgency=low * debian/copyright: removed parens from Author(s) to appease lintian. * debian/control: removed trailing period so that lintian can STFU now. * debian/control: changed build-deps to use virtual packages (eg. libz-dev and libsdl-dev instead of zlib1g-dev and libsdl1.2-dev). -- Joe Nahmias Wed, 18 Dec 2002 22:49:36 -0500 fceu (0.81-4) unstable; urgency=low * Makefile.Debian: changed ${DOCDIR} to /usr/share/doc/fceu-doc for policy compliance (docs must appear in /usr/share/doc/). * Fixed fixdups.sh and redup.sh to be idempotent. -- Joe Nahmias Sun, 15 Dec 2002 09:17:10 -0500 fceu (0.81-3) unstable; urgency=low * Removed menu entries since ROMs must be specified on the command-line and fceu has no interface to load a ROM. * debian/rules: Fixed running of redup.sh and fixdups.sh. * debian/changelog: Fixed spacing in -2 entries. -- Joe Nahmias Thu, 12 Dec 2002 12:47:30 -0500 fceu (0.81-2) unstable; urgency=low * Reworked package to build both SVGALIB and SDL binaries from the same source. * Makefile.debian: New makefile to build both sdl and svgalib versions of the emulator. * debian/fixdups.sh: Renamed a couple of files to avoid namespace clobbering. * debian/rules: Fixed so that fixdups.sh runs in configure target. * Wrote manpages for both SVGALIB and SDL versions of fceu. -- Joe Nahmias Sun, 17 Nov 2002 17:06:04 -0500 fceu (0.81-1) unstable; urgency=low * Initial Release. * Removed bundled copy of zlib. * Added install target to Makefile.linuxvga -- Joe Nahmias Thu, 12 Sep 2002 23:46:05 -0400 debian/prerm0000644000000000000000000000142110643473216010242 0ustar #! /bin/sh # prerm script for fceu # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `remove' # * `upgrade' # * `failed-upgrade' # * `remove' `in-favour' # * `deconfigure' `in-favour' # `removing' # # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package if [ "$1" != "upgrade" ]; then update-alternatives --remove nes /usr/games/fceu fi # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/fceu.desktop0000644000000000000000000000025110657506652011515 0ustar [Desktop Entry] Type=Application Version=1.0 Name=FCE Ultra NoDisplay=true Comment=Play NES ROMs Exec=fceu Terminal=false MimeType=application/x-nes-rom Categories=Game debian/compat0000644000000000000000000000000211523566230010367 0ustar 7 debian/clean0000644000000000000000000000000711523600773010174 0ustar fceu.6 debian/postinst0000644000000000000000000000214411417454553011006 0ustar #! /bin/sh # postinst script for fceu # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `configure' # * `abort-upgrade' # * `abort-remove' `in-favour' # # * `abort-deconfigure' `in-favour' # `removing' # # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package # update-alternatives --remove nes /usr/games/fceux case "$1" in configure) update-alternatives --install /usr/bin/nes nes /usr/games/fceu 30 \ --slave /usr/share/man/man1/nes.1.gz nes.1.gz /usr/share/man/man6/fceu.6.gz ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/fceu.docs0000644000000000000000000000003411523600620010752 0ustar AUTHORS TODO Documentation/ debian/README.Debian0000644000000000000000000000025310643473216011235 0ustar fceu for Debian --------------- Note: source comes in a bzip2 archive, so I repacked it as a .tar.gz -- Joe Nahmias , Sun, 10 Oct 2004 16:44:36 -0400 debian/patches/0000755000000000000000000000000011762411730010617 5ustar debian/patches/554281-fix_FTBFS_using_gold0000644000000000000000000000106511523576554015251 0ustar Description: Fix debian bug #554281 - FTBFS using binutils-gold Author: Bhavani Shankar R Origin: ubuntu Bug-Debian: http://bugs.debian.org/554281 Reviewed-By: Joe Nahmias Last-Update: 2011-02-06 --- fceu-0.98.12.orig/src/Makefile.in +++ fceu-0.98.12/src/Makefile.in @@ -200,7 +200,7 @@ am_fceu_OBJECTS = fceustr.$(OBJEXT) cart drivers/common/scalebit.$(OBJEXT) $(am__objects_2) \ $(am__objects_4) fceu_OBJECTS = $(am_fceu_OBJECTS) -fceu_LDADD = $(LDADD) +fceu_LDADD = $(LDADD) -lm fceu_DEPENDENCIES = fceu_LDFLAGS = debian/patches/series0000644000000000000000000000010211762411730012025 0ustar fix_fceu_manpage 554281-fix_FTBFS_using_gold cast_to_gzfile.patch debian/patches/fix_fceu_manpage0000644000000000000000000000640511523571147014033 0ustar Description: Manpage fixes Author: Joe Nahmias --- fceu-0.98.12.orig/Documentation/fceu-sdl.6 +++ fceu-0.98.12/Documentation/fceu-sdl.6 @@ -1,8 +1,8 @@ -.\" t Hey, EMACS: -*- nroff -*- +\" t Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH FCEU-SDL 6 "March 27, 2003" +.TH FCEU 6 "October 10, 2004" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: @@ -16,35 +16,30 @@ .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME -fceu-sdl \- An emulator for the original (8-bit) Nintendo game console. +fceu \- An emulator for the original (8\-bit) Nintendo game console. .SH SYNOPSIS -.B fceu-sdl +.B fceu .RI [ options ] "filename" .SH DESCRIPTION .B FCE Ultra -is an emulator for the original (8-bit) Nintendo Entertainment System (NES). +is an emulator for the original (8\-bit) Nintendo Entertainment System (NES). It has a robust color palette rendering engine that is fully customizable, along with excellent sound and joystick support, and even includes TCP/IP based -network playing for head-to-head gaming with your friends! -.PP -The emulator is available in two versions for Linux (there are also versions -for DOS and Windows): an SDL-based version, and one based on SVGALIB. The two -versions are essentially the same \-\- use the SVGALIB version for the Linux -console, and the SDL version for playing in X. +network playing for head\-to\-head gaming with your friends! .SH OPTIONS -These are some of the more frequently used options in FCE Ultra SDL. Run -fceu-sdl without any options for a larger list, or see the README for the full +These are some of the more frequently used options in FCE Ultra. Run +fceu without any options for a larger list, or see the README for the full list. .TP .B \-fs {0|1} -Toggle full-screen mode. +Toggle full\-screen mode. .TP .B \-xres -Set the Horizontal resolution for full-screen mode. +Set the Horizontal resolution for full\-screen mode. .TP .B \-yres -Set the Vertical resolution for full-screen mode. +Set the Vertical resolution for full\-screen mode. .TP .B \-gg Enable Game Genie emulation support. @@ -69,7 +64,7 @@ Use for TCP/IP network play. .SH KEYBOARD COMMANDS .B FCE Ultra has a number of commands available within the emulator. -It also includes default keyboard bindings when emulating game pads or power pads. +It also provides keyboard bindings for emulating gamepads or powerpads. .SS Gamepad Keyboard Bindings .TS center box; @@ -89,7 +84,7 @@ Start ENTER Activate cheat interface. .TP 15 .BI -Toggle full-screen mode. +Toggle full\-screen mode. .TP 15 .BI Save game state into current slot (set using number keys). @@ -110,14 +105,9 @@ Toggle power to NES. Quit .B FCE Ultra. .SH SEE ALSO -.BR fceu-svga (6) -.TP -.I /usr/share/doc/fceu-doc/readme-linux.txt.gz +.I /usr/share/doc/fceu/fceultra.html The -.B FCE Ultra README -for linux, available from the -.I fceu-doc -Debian package. +.B FCE Ultra README file. .TP .I http://fceultra.sourceforge.net/ The debian/patches/cast_to_gzfile.patch0000644000000000000000000000224611762411730014640 0ustar Description: cast arguments for gzgetc to gzFile gzgetc is a macro expecting an argument of type gzFile so the argument has to be casted to gzFile. Author: Sebastian Ramacher Last-Update: 2012-04-18 Bug-Debian: http://bugs.debian.org/664933 --- fceu-0.98.12.orig/src/file.c +++ fceu-0.98.12/src/file.c @@ -154,7 +154,7 @@ static MEMWRAP *MakeMemWrap(void *tz, in { /* Bleck. The gzip file format has the size of the uncompressed data, but I can't get to the info with the zlib interface(?). */ - for(tmp->size=0; gzgetc(tz) != EOF; tmp->size++); + for(tmp->size=0; gzgetc((gzFile)tz) != EOF; tmp->size++); gzseek(tz,0,SEEK_SET); if(!(tmp->data=(uint8 *)FCEU_malloc(tmp->size))) { @@ -529,7 +529,7 @@ int FCEU_read32le(uint32 *Bufo, FCEUFILE int FCEU_fgetc(FCEUFILE *fp) { if(fp->type==1) - return gzgetc(fp->fp); + return gzgetc((gzFile)fp->fp); else if(fp->type>=2) { MEMWRAP *wz; @@ -549,7 +549,7 @@ uint64 FCEU_fgetsize(FCEUFILE *fp) int x,t; t=gztell(fp->fp); gzrewind(fp->fp); - for(x=0; gzgetc(fp->fp) != EOF; x++); + for(x=0; gzgetc((gzFile)fp->fp) != EOF; x++); gzseek(fp->fp,t,SEEK_SET); return(x); } debian/copyright0000644000000000000000000000151410643473216011130 0ustar This package was debianized by Joe Nahmias on Thu, 12 Sep 2002 20:31:29 -0400. It was downloaded from . Upstream Authors: see /usr/share/doc/fceu-doc/AUTHORS Copyright: * Copyright (C) 2003 Xodnizel * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. On Debian systems this is available at /usr/share/common-licenses/GPL-2. debian/fceu.install0000644000000000000000000000005611523600575011505 0ustar debian/fceu.desktop usr/share/applications debian/fceu.manpages0000644000000000000000000000000711523566672011637 0ustar fceu.6 debian/install.old0000644000000000000000000000374111523600644011342 0ustar debian/fceu.desktop usr/share/applications AUTHORS usr/share/doc/fceu/ TODO usr/share/doc/fceu/ Documentation/cheat.html usr/share/doc/fceu/ Documentation/faq.html usr/share/doc/fceu/ Documentation/fceultra.html usr/share/doc/fceu/ Documentation/fcm.txt usr/share/doc/fceu/tech/ Documentation/fcs.txt usr/share/doc/fceu/tech/ Documentation/protocol.txt usr/share/doc/fceu/tech/ Documentation/tech/README.now usr/share/doc/fceu/tech/ Documentation/tech/README.sound usr/share/doc/fceu/tech/ Documentation/tech/UNIF_current.txt usr/share/doc/fceu/tech/ Documentation/tech/nsfspec.txt usr/share/doc/fceu/tech/ Documentation/tech/cpu/4017.txt usr/share/doc/fceu/tech/ Documentation/tech/cpu/6502_cpu.txt usr/share/doc/fceu/tech/ Documentation/tech/cpu/NESSOUND.txt usr/share/doc/fceu/tech/ Documentation/tech/cpu/NESSOUND-4th.txt usr/share/doc/fceu/tech/ Documentation/tech/cpu/dmc.txt usr/share/doc/fceu/tech/ Documentation/tech/exp/SMB2j.txt usr/share/doc/fceu/tech/ Documentation/tech/exp/mmc5-e.txt usr/share/doc/fceu/tech/ Documentation/tech/exp/mmc5_bank_switch.txt usr/share/doc/fceu/tech/ Documentation/tech/exp/namco.txt usr/share/doc/fceu/tech/ Documentation/tech/exp/taito.txt usr/share/doc/fceu/tech/ Documentation/tech/exp/tengen.txt usr/share/doc/fceu/tech/ Documentation/tech/exp/vrcvi.txt usr/share/doc/fceu/tech/ Documentation/tech/exp/vrcvii.txt usr/share/doc/fceu/tech/ Documentation/tech/ppu/loopy1.txt usr/share/doc/fceu/tech/ Documentation/tech/ppu/loopy2.txt usr/share/doc/fceu/tech/