summaryrefslogtreecommitdiff
path: root/emulators/xmame/patches
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-12-03 10:57:48 +0000
committerkristerw <kristerw@pkgsrc.org>2005-12-03 10:57:48 +0000
commitcab3c4cf7b6e0ccb8b513f9a9bfaa4157dd98fbb (patch)
tree78eb64c441d4bfa9fd9221adf49ada46cdaad686 /emulators/xmame/patches
parent0f884649bd2f793121aa4895e36be78f867f3c83 (diff)
downloadpkgsrc-cab3c4cf7b6e0ccb8b513f9a9bfaa4157dd98fbb.tar.gz
Updated xmame to 1.102.
Changes from 1.101: - Everything from MAME 0.102 (http://x.mame.net/changes-mame.html) and MESS 0.102 (http://x.mame.net/changes-mess.html). - Fixed a bug that could afflict MESS console emulations by preventing the keyboard from working. - The default ALSA buffer size is now 50000ms instead of 250000ms, which reduces lag. - Advancing frame-by-frame using shift-P works again. Bugzilla bug 787. - When the setup menu is closed, the keyboard state is cleared. This prevents the key press that closes the menu from affecting the emulation. This replaces the fix from 0.97, which wasn't working anymore and caused the frame-by-frame advancing to break besides.
Diffstat (limited to 'emulators/xmame/patches')
-rw-r--r--emulators/xmame/patches/patch-aa22
1 files changed, 11 insertions, 11 deletions
diff --git a/emulators/xmame/patches/patch-aa b/emulators/xmame/patches/patch-aa
index adeef65d18d..fed06be78c4 100644
--- a/emulators/xmame/patches/patch-aa
+++ b/emulators/xmame/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.36 2005/05/12 22:35:18 kristerw Exp $
+$NetBSD: patch-aa,v 1.37 2005/12/03 10:57:49 kristerw Exp $
---- makefile.unix.orig 2005-05-12 23:02:10.000000000 +0200
-+++ makefile.unix 2005-05-12 23:07:19.000000000 +0200
+--- makefile.unix.orig 2005-12-01 01:03:10.000000000 +0100
++++ makefile.unix 2005-12-01 01:05:33.000000000 +0100
@@ -33,7 +33,7 @@
###########################################################################
@@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.36 2005/05/12 22:35:18 kristerw Exp $
# TARGET = mess
# TARGET = mage
# TARGET = mmsnd
-@@ -88,7 +88,7 @@
+@@ -97,7 +97,7 @@
# just as well. However, stay away from the `cc' Ultrix compiler if
# possible.
@@ -20,7 +20,7 @@ $NetBSD: patch-aa,v 1.36 2005/05/12 22:35:18 kristerw Exp $
# CC = cc
# CC = icc
# CC = c89
-@@ -109,7 +109,7 @@
+@@ -118,7 +118,7 @@
# If you want to use whatever CFLAGS are currently set in your
# environment, then comment this out.
@@ -29,7 +29,7 @@ $NetBSD: patch-aa,v 1.36 2005/05/12 22:35:18 kristerw Exp $
###########################################################################
-@@ -118,7 +118,7 @@
+@@ -127,7 +127,7 @@
###########################################################################
# GCC on x86
@@ -37,8 +37,8 @@ $NetBSD: patch-aa,v 1.36 2005/05/12 22:35:18 kristerw Exp $
+# CFLAGS = -O2 -Wall -Wno-unused
# GCC on x86 with some optimizations
- # CFLAGS = -O2 -Wall -Wno-unused -mcpu=i686 -fomit-frame-pointer \
-@@ -523,7 +523,7 @@
+ # CFLAGS = -O2 -Wall -Wno-unused -mtune=i686 -fomit-frame-pointer \
+@@ -552,7 +552,7 @@
###########################################################################
# i386, GNU asm
@@ -47,7 +47,7 @@ $NetBSD: patch-aa,v 1.36 2005/05/12 22:35:18 kristerw Exp $
# i386, no asm -- needed for the Intel C++ compiler, which does not fully
# understand GCC's inline assembly syntax, though you may still enable
-@@ -558,7 +558,7 @@
+@@ -590,7 +590,7 @@
###########################################################################
# Linux
@@ -56,7 +56,7 @@ $NetBSD: patch-aa,v 1.36 2005/05/12 22:35:18 kristerw Exp $
# FreeBSD
# ARCH = freebsd
-@@ -701,7 +701,7 @@
+@@ -733,7 +733,7 @@
X11_MITSHM = 1
# Use Xv extension for hardware scaling.
@@ -65,7 +65,7 @@ $NetBSD: patch-aa,v 1.36 2005/05/12 22:35:18 kristerw Exp $
# Enable XFree86 DGA. This also causes "make install" to set the suid bit
# on the executable.
-@@ -725,8 +725,8 @@
+@@ -757,8 +757,8 @@
# X11LIB = -L/usr/lib/X11
# Standard location for XFree86