summaryrefslogtreecommitdiff
path: root/emulators/fceu/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-11-19 18:58:37 +0000
committerwiz <wiz@pkgsrc.org>2004-11-19 18:58:37 +0000
commit9537819388922e0ebd3b00120b9802e9e1ac99a9 (patch)
treebab6800468689f34973e55f6088a411af53d32d6 /emulators/fceu/Makefile
parentf4887a6a45f101c8087b6404421dc4eab429a25f (diff)
downloadpkgsrc-9537819388922e0ebd3b00120b9802e9e1ac99a9.tar.gz
Update to 0.98.12, from Leonard Schmidt in PR 28327.
Changes since previous version: Fixed a bug that was causing 2xscale/3xscale to be broken when clipping the leftmost and rightmost 8 columns. Added an iNES header correction entry for JustBreed. Modified the MMC5 "ELROM" board emulation to not emulate WRAM. Corrected various pieces of code that were causing compiler warnings. When the PPU is in a "dead" state after starting up, the graphics buffer is now cleared. Previously, particularly in the Windows port, when a game was closed, and a new game was loaded, the last image from the previous game would be displayed for a short time. Removed some debugging code that shouldn't have been enabled in 0.98.11.
Diffstat (limited to 'emulators/fceu/Makefile')
-rw-r--r--emulators/fceu/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/fceu/Makefile b/emulators/fceu/Makefile
index c3fb9f9f458..30e1cfcd4ad 100644
--- a/emulators/fceu/Makefile
+++ b/emulators/fceu/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2004/10/03 00:14:40 tv Exp $
+# $NetBSD: Makefile,v 1.5 2004/11/19 18:58:37 wiz Exp $
#
-DISTNAME= fceu-0.98.11.src
+DISTNAME= fceu-0.98.12.src
PKGNAME= ${DISTNAME:S/.src//}
-PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://fceultra.sourceforge.net/releases/
EXTRACT_SUFX= .tar.bz2