diff options
Diffstat (limited to 'emulators/fceu')
-rw-r--r-- | emulators/fceu/Makefile | 5 | ||||
-rw-r--r-- | emulators/fceu/distinfo | 8 | ||||
-rw-r--r-- | emulators/fceu/patches/patch-ae | 17 |
3 files changed, 14 insertions, 16 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 diff --git a/emulators/fceu/distinfo b/emulators/fceu/distinfo index 1d2f7b28068..b55f4792b47 100644 --- a/emulators/fceu/distinfo +++ b/emulators/fceu/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.5 2004/08/22 11:56:46 kristerw Exp $ +$NetBSD: distinfo,v 1.6 2004/11/19 18:58:37 wiz Exp $ -SHA1 (fceu-0.98.11.src.tar.bz2) = 60caac7bb9dd40920fd28ef3d1a823979c17692e -Size (fceu-0.98.11.src.tar.bz2) = 556643 bytes +SHA1 (fceu-0.98.12.src.tar.bz2) = 713faaad9f7d4b5e8dd1cb8a172e2f1ced85c1ec +Size (fceu-0.98.12.src.tar.bz2) = 559571 bytes SHA1 (patch-aa) = df9e098102d4c22c2699d5c5bdec79d72b8bac0c SHA1 (patch-ab) = 593c40bfe03e8ae8835113972a58a1cf46e882a9 SHA1 (patch-ac) = 8a5297b11484c6eaf5d70a391bb486ff58475f35 SHA1 (patch-ad) = 2a253539f9103b75a09f31d51427e8849a3b0249 -SHA1 (patch-ae) = 4116f1df12b81f1a7a99b61f5aea7acaa5db0d6b +SHA1 (patch-ae) = d088b473376460ce29b17abd5dc4521513c55057 diff --git a/emulators/fceu/patches/patch-ae b/emulators/fceu/patches/patch-ae index 260e0ccc9e8..ab3126517eb 100644 --- a/emulators/fceu/patches/patch-ae +++ b/emulators/fceu/patches/patch-ae @@ -1,19 +1,18 @@ -$NetBSD: patch-ae,v 1.1 2004/08/22 11:56:46 kristerw Exp $ - ---- src/movie.c.orig Sun Aug 22 13:44:10 2004 -+++ src/movie.c Sun Aug 22 13:44:49 2004 -@@ -154,6 +154,7 @@ +--- src/movie.c.orig 2004-11-13 13:41:55.000000000 +0000 ++++ src/movie.c 2004-11-13 13:42:39.000000000 +0000 +@@ -154,7 +154,7 @@ void FCEUMOV_AddJoy(uint8 *js) { -+ int tmpfix; - int x,y; +- int x,y; ++ int x,y,tmpfix; if(!current) return; /* Not playback nor recording. */ -@@ -190,7 +191,7 @@ - tmp >>= 5; + +@@ -191,7 +191,7 @@ tmp &= 0x3; ti=0; + - int tmpfix = tmp; + tmpfix = tmp; while(tmp--) { nextts |= fgetc(slots[-1 - current]) << (ti * 8); ti++; } |