diff options
author | kristerw <kristerw@pkgsrc.org> | 2001-09-02 22:07:39 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2001-09-02 22:07:39 +0000 |
commit | edd9a0f5df02073fc4d59d7614dc994251036372 (patch) | |
tree | 9b57c263ec3edc84658b13421e7666f3ee29dff2 /emulators/xmame/patches/patch-ab | |
parent | e11a336b6d0717a27012547a45a299a4439856d0 (diff) | |
download | pkgsrc-edd9a0f5df02073fc4d59d7614dc994251036372.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/xmame/patches/patch-ab')
-rw-r--r-- | emulators/xmame/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
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(); + } + + |