diff options
author | kristerw <kristerw> | 2001-09-02 22:07:39 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2001-09-02 22:07:39 +0000 |
commit | 1011fff10fd56ee92c3449af1b09c9f6fef85ea6 (patch) | |
tree | 9b57c263ec3edc84658b13421e7666f3ee29dff2 /emulators | |
parent | fc07dddbf321f153f2e9af3fc2bc0a9a9f1416bf (diff) | |
download | pkgsrc-1011fff10fd56ee92c3449af1b09c9f6fef85ea6.tar.gz |
Upgrade xmame to 0.54.1nb1 after doing the following changes:
- Made Bubbl Bobble work again
- Removed a warning from the xmamerc file.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 3 | ||||
-rw-r--r-- | emulators/xmame/distinfo | 5 | ||||
-rw-r--r-- | emulators/xmame/patches/patch-ab | 12 | ||||
-rw-r--r-- | emulators/xmame/patches/patch-ae | 15 |
4 files changed, 28 insertions, 7 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 32909d88165..85b19901aa8 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.51 2001/08/26 21:39:33 kristerw Exp $ +# $NetBSD: Makefile,v 1.52 2001/09/02 22:07:39 kristerw Exp $ # DISTNAME= xmame-0.54.1 +PKGNAME= xmame-0.54.1nb1 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 2f042992bbc..d95d182dbef 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.8 2001/08/26 21:39:33 kristerw Exp $ +$NetBSD: distinfo,v 1.9 2001/09/02 22:07:39 kristerw Exp $ SHA1 (xmame-0.54.1.tar.bz2) = e5aad89ace564515f87c87b2214ad7009b93630f Size (xmame-0.54.1.tar.bz2) = 5134346 bytes SHA1 (patch-aa) = 12378648c0158c91dae233b84a2543090e5b7839 -SHA1 (patch-ae) = e4dc55f21759f50b0c48816314ebdc4039d2490f +SHA1 (patch-ab) = 500160597c0846d12e0e89ff298ecbad0c2cbd52 +SHA1 (patch-ae) = b1513e59b68bfa2babd8bd2ad3314a14d030e85f diff --git a/emulators/xmame/patches/patch-ab b/emulators/xmame/patches/patch-ab new file mode 100644 index 00000000000..579257a7e02 --- /dev/null +++ b/emulators/xmame/patches/patch-ab @@ -0,0 +1,12 @@ +$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(); + } + + diff --git a/emulators/xmame/patches/patch-ae b/emulators/xmame/patches/patch-ae index 0d54e666148..9d9a3496bf6 100644 --- a/emulators/xmame/patches/patch-ae +++ b/emulators/xmame/patches/patch-ae @@ -1,7 +1,7 @@ -$NetBSD: patch-ae,v 1.13 2001/03/24 19:52:34 kristerw Exp $ ---- doc/xmamerc.dist.orig Fri Mar 2 06:38:54 2001 -+++ doc/xmamerc.dist Sat Mar 24 18:56:50 2001 -@@ -70,13 +70,13 @@ +$NetBSD: patch-ae,v 1.14 2001/09/02 22:07:40 kristerw Exp $ +--- doc/xmamerc.dist.orig Sat Aug 25 21:53:26 2001 ++++ doc/xmamerc.dist Sun Sep 2 23:29:09 2001 +@@ -70,20 +70,19 @@ mouse 1 ### Fileio Related ### @@ -21,3 +21,10 @@ $NetBSD: patch-ae,v 1.13 2001/03/24 19:52:34 kristerw Exp $ ### Mame Related ### defaultgame pacman + language english + fuzzycmp 1 + cheat 0 +-debug 0 + + ### Frontend Related ### + clones 1 |