summaryrefslogtreecommitdiff
path: root/emulators/xmame/patches
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-04-16 20:44:54 +0000
committerkristerw <kristerw@pkgsrc.org>2004-04-16 20:44:54 +0000
commit09b0c797fc1c5f0f40e24fefbe4125c76f0e9e50 (patch)
tree0fc5017ef00e60bae66081c7af2c03909fe0a515 /emulators/xmame/patches
parent6ba742ff86ad32e8021f3ca4f492e9c15cf0d10a (diff)
downloadpkgsrc-09b0c797fc1c5f0f40e24fefbe4125c76f0e9e50.tar.gz
Update xmame to 0.81.1.
Changes since 0.80.1nb1: - Everything from MAME 0.81 (http://x.mame.net/changes-mame.html) and MESS 0.81 (http://x.mame.net/changes-mess.html). - Fixed a problem with the lightgun offscreen reloading that caused a random shot every fourth or fifth shot. (Joe Inkenbrandt)
Diffstat (limited to 'emulators/xmame/patches')
-rw-r--r--emulators/xmame/patches/patch-ab15
-rw-r--r--emulators/xmame/patches/patch-ac12
2 files changed, 12 insertions, 15 deletions
diff --git a/emulators/xmame/patches/patch-ab b/emulators/xmame/patches/patch-ab
deleted file mode 100644
index e285c2a1539..00000000000
--- a/emulators/xmame/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.23 2004/04/02 17:45:51 kristerw Exp $
-
---- src/unix/video-drivers/x11_window.c.orig 2004-03-27 02:15:43.000000000 +0100
-+++ src/unix/video-drivers/x11_window.c 2004-03-27 02:17:58.000000000 +0100
-@@ -912,8 +912,8 @@
- /* else we have failed clean up before retrying without MITSHM */
- shmdt ((char *) scaled_buffer_ptr);
- scaled_buffer_ptr = NULL;
-- XDestroyImage (image);
-- image = NULL;
-+ XFree(xvimage);
-+ xvimage = NULL;
- }
- }
- fprintf (stderr_file, "Failed\nReverting to normal XPutImage() mode\n");
diff --git a/emulators/xmame/patches/patch-ac b/emulators/xmame/patches/patch-ac
new file mode 100644
index 00000000000..f3a1f8aef0f
--- /dev/null
+++ b/emulators/xmame/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.10 2004/04/16 20:44:54 kristerw Exp $
+
+--- src/romcmp.c.orig Fri Apr 16 22:05:33 2004
++++ src/romcmp.c Fri Apr 16 22:05:49 2004
+@@ -1,6 +1,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
++#include <errno.h>
+ #include "unzip.h"
+ #include "osdepend.h" /* for CLIB_DECL */
+ #include "fileio.h"