From 17856adfda2667c420bbdd4700ea4add7bda76e6 Mon Sep 17 00:00:00 2001 From: kristerw Date: Thu, 20 Mar 2003 19:01:55 +0000 Subject: Update xmame to 0.66.2. Changes since 0.61.1 include: - Amost everything from MAME 0.66 and MESS CVS. - The Barath frameskipper is now enabled by default. (suggested by Christopher Stone) - Rotation has been moved to the blit core and should be a lot faster. (Shyouzou Sugitani) - Analog controls work again, and the analog code is now synced up with the Windows code. (Sebastien Devaux) - The "-joydev" switch now allows a full device name, such as /dev/input/js0, to be specified. - Added makecd_mame2.pl to contrib tools; this script aids with burning CDs with ROMs, flyers, and cabinets. (Luc Saillard) - Renamed "-gamma-correction" to "-gamma" to be consistent with the Win32 version. It should also work now. - An Xv-enabled build should no longer report 0 bits per pixel and stop on a display that doesn't support the Xv extension. (Alexander Miller) - The "-brightness" switch now works as in Windows. Removed obsolete brightness and gamma code from sysdep_palette. - Idle sleeping is now disabled while the onscreen configuration menu is displayed. This works around a problem with key and button presses not registering when setting input preferences. - The "-record" and "-playback" switches now work as in the Win32 version. Also, the "inp" directory is now created on startup if it is missing. - MAME's disassemblers are no longer built by default. This avoids having to make some ugly little patches to the core. (Christopher Stone) - Removed the obsolete 8bpp update functions from most of the targets. This should speed compilation and produce a smaller binary. --- emulators/xmame/Makefile | 4 ++-- emulators/xmame/distinfo | 7 ++++--- emulators/xmame/patches/patch-ab | 16 ++++++++++++++++ 3 files changed, 22 insertions(+), 5 deletions(-) create mode 100644 emulators/xmame/patches/patch-ab (limited to 'emulators') diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index aff73d02c28..038195979b4 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.91 2003/02/13 20:53:47 kristerw Exp $ +# $NetBSD: Makefile,v 1.92 2003/03/20 19:01:55 kristerw Exp $ # -DISTNAME= xmame-0.65.1 +DISTNAME= xmame-0.66.2 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 666f45347a3..39388fcf1a1 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.33 2003/02/13 20:53:47 kristerw Exp $ +$NetBSD: distinfo,v 1.34 2003/03/20 19:01:55 kristerw Exp $ -SHA1 (xmame-0.65.1.tar.bz2) = e7a3210521e76775ef0744b310c7329011c9a112 -Size (xmame-0.65.1.tar.bz2) = 8209194 bytes +SHA1 (xmame-0.66.2.tar.bz2) = 7b8f77d5fa75c65e4b3129992c995d549e7dddae +Size (xmame-0.66.2.tar.bz2) = 8340466 bytes +SHA1 (patch-ab) = af6d9ef293ed2c840eb6cfcada77b8556aeeddd3 SHA1 (patch-ad) = e389102fc29bd7c40711cfd493bad902ee102ae2 SHA1 (patch-ae) = df9ce91871bfcff611ff8f616482d4ff2e8204a3 diff --git a/emulators/xmame/patches/patch-ab b/emulators/xmame/patches/patch-ab new file mode 100644 index 00000000000..54a4a2469d3 --- /dev/null +++ b/emulators/xmame/patches/patch-ab @@ -0,0 +1,16 @@ +$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 -- cgit v1.2.3