diff options
author | kristerw <kristerw@pkgsrc.org> | 2003-05-27 12:42:38 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2003-05-27 12:42:38 +0000 |
commit | 0941141283a756cbdb32622fd20d7133786b25d5 (patch) | |
tree | 51af2b8ac7946ee40c7125f4792f1c4201e4d1e1 /emulators/xmame/patches/patch-ab | |
parent | 7481001464ca083b45613af68b68ea10dbab932c (diff) | |
download | pkgsrc-0941141283a756cbdb32622fd20d7133786b25d5.tar.gz |
Update xmame to 0.69.1.
Changes since 0.68.1 includes:
- Almost everything from MAME 0.69.
- Re-added Ben Collins' core change that adds support for extra mice.
- Reverted to using the original fronthlp.c (from 0.67.2) modified to
work with the 0.69 core.
- Fixed a logic bug in the XInput devices button-handling. (Ben
Collins)
- Made a tiny fix in fileio.c that allows specifying direct paths to
roms to work again; e.g., ./xmame.x11 ./moo.zip
Diffstat (limited to 'emulators/xmame/patches/patch-ab')
-rw-r--r-- | emulators/xmame/patches/patch-ab | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/emulators/xmame/patches/patch-ab b/emulators/xmame/patches/patch-ab deleted file mode 100644 index 54a4a2469d3..00000000000 --- a/emulators/xmame/patches/patch-ab +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ab,v 1.17 2003/03/20 19:01:56 kristerw Exp $ ---- src/unix/Makefile.orig Thu Mar 20 19:26:45 2003 -+++ src/unix/Makefile Thu Mar 20 19:29:35 2003 -@@ -133,9 +133,12 @@ - $(OBJDIR)/effect.o: effect.h - - $(VID_DIR)/x11_window.o: video-drivers/blit.h video-drivers/blit_core.h effect.h -+ $(CC_COMPILE) $(CC) $(MY_CFLAGS) -O -o $@ -c video-drivers/x11_window.c - $(VID_DIR)/svgalib.o: video-drivers/blit.h video-drivers/blit_core.h video-drivers/twkmodes.h video-drivers/twkuser.c effect.h - $(VID_DIR)/xf86_dga1.o: video-drivers/xf86_dga1.c video-drivers/blit.h video-drivers/blit_core.h effect.h -+ $(CC_COMPILE) $(CC) $(MY_CFLAGS) -O -o $@ -c video-drivers/xf86_dga1.c - $(VID_DIR)/xf86_dga2.o: video-drivers/xf86_dga2.c video-drivers/blit.h video-drivers/blit_core.h effect.h -+ $(CC_COMPILE) $(CC) $(MY_CFLAGS) -O -o $@ -c video-drivers/xf86_dga2.c - $(VID_DIR)/SDL.o: video-drivers/blit.h video-drivers/blit_core.h effect.h - $(VID_DIR)/xinput.o: video-drivers/xkeyboard.h video-drivers/glmame.h - $(VID_DIR)/xinput.o: video-drivers/xkeyboard.h video-drivers/glmame.h |