summaryrefslogtreecommitdiff
path: root/emulators/xmame/patches
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/patches
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/patches')
-rw-r--r--emulators/xmame/patches/patch-ab12
1 files changed, 0 insertions, 12 deletions
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();
- }
-
-