summaryrefslogtreecommitdiff
path: root/emulators/xmame
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2001-09-05 21:45:21 +0000
committerkristerw <kristerw@pkgsrc.org>2001-09-05 21:45:21 +0000
commit5b0f05b2fbd818aef2cc75c6baded1da7ed146f7 (patch)
tree458ed2cf1ef7582c2b480071f71a5529ea8064e7 /emulators/xmame
parentceac1a47905d61816feb755b4532319e570f29c8 (diff)
downloadpkgsrc-5b0f05b2fbd818aef2cc75c6baded1da7ed146f7.tar.gz
Update xmame to 0.54.2
Changes since 0.54.1 include: - Applied a fix for the Bubble Bobble driver. (Haze) - Applied a fix for Konami games. (Aaron Giles) - Using -debug no longer results in a segfault. - Applied a patch for the ES550x that fixes the runaway voices in Puzzle Bobble 3 and might fix other games with problems. (Aaron Giles) - Added -samplepath/-sp and -artworkpath/-ap command line options.
Diffstat (limited to 'emulators/xmame')
-rw-r--r--emulators/xmame/Makefile5
-rw-r--r--emulators/xmame/distinfo7
-rw-r--r--emulators/xmame/patches/patch-ab12
3 files changed, 5 insertions, 19 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index 85b19901aa8..17b36470e4a 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2001/09/02 22:07:39 kristerw Exp $
+# $NetBSD: Makefile,v 1.53 2001/09/05 21:45:21 kristerw Exp $
#
-DISTNAME= xmame-0.54.1
-PKGNAME= xmame-0.54.1nb1
+DISTNAME= xmame-0.54.2
CATEGORIES= emulators games x11
MASTER_SITES= http://x.mame.net/download/
EXTRACT_SUFX= .tar.bz2
diff --git a/emulators/xmame/distinfo b/emulators/xmame/distinfo
index d95d182dbef..abf31ac8056 100644
--- a/emulators/xmame/distinfo
+++ b/emulators/xmame/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.9 2001/09/02 22:07:39 kristerw Exp $
+$NetBSD: distinfo,v 1.10 2001/09/05 21:45:21 kristerw Exp $
-SHA1 (xmame-0.54.1.tar.bz2) = e5aad89ace564515f87c87b2214ad7009b93630f
-Size (xmame-0.54.1.tar.bz2) = 5134346 bytes
+SHA1 (xmame-0.54.2.tar.bz2) = c207eba181104becd2f072ec19b17c3d9ed875fc
+Size (xmame-0.54.2.tar.bz2) = 5141019 bytes
SHA1 (patch-aa) = 12378648c0158c91dae233b84a2543090e5b7839
-SHA1 (patch-ab) = 500160597c0846d12e0e89ff298ecbad0c2cbd52
SHA1 (patch-ae) = b1513e59b68bfa2babd8bd2ad3314a14d030e85f
diff --git a/emulators/xmame/patches/patch-ab b/emulators/xmame/patches/patch-ab
deleted file mode 100644
index 579257a7e02..00000000000
--- a/emulators/xmame/patches/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.9 2001/09/02 22:07:40 kristerw Exp $
---- src/machine/bublbobl.c.orig Sat Aug 25 21:53:18 2001
-+++ src/machine/bublbobl.c Sun Sep 2 23:31:52 2001
-@@ -131,7 +131,7 @@
- else
- cpu_set_irq_line(3,0,ASSERT_LINE);
-
-- return 0;
-+ return ignore_interrupt();
- }
-
-