diff options
author | kristerw <kristerw> | 2002-01-06 09:36:45 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2002-01-06 09:36:45 +0000 |
commit | 824095ff404154edecadefd67698eee9b4239551 (patch) | |
tree | 98287d0d935ab9526458c84931ebb7db428d4016 /emulators | |
parent | cb8fd031a8d3fa66b45ad6f457581424208dea41 (diff) | |
download | pkgsrc-824095ff404154edecadefd67698eee9b4239551.tar.gz |
Update xmame to version 0.57.1
Changes since 0.56.2 include:
* Everything from MAME 0.57.
* src/cpu/z80.c now builds with gcc 3.0.x using -O3. (Andrea Mazzoleni)
* Fixed a minor typo in src/cpuintrf.c. (Quench)
* Fixed a bug in src/vidhrdw/nmk16.c that caused bad/leftover sprites
in gunnail. (David Haywood)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 4 | ||||
-rw-r--r-- | emulators/xmame/distinfo | 8 | ||||
-rw-r--r-- | emulators/xmame/patches/patch-ae | 19 |
3 files changed, 21 insertions, 10 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 600f6d42964..9b91d1e7b38 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.62 2002/01/05 06:47:00 tron Exp $ +# $NetBSD: Makefile,v 1.63 2002/01/06 09:36:45 kristerw Exp $ # -DISTNAME= xmame-0.56.2 +DISTNAME= xmame-0.57.1 CATEGORIES= emulators games x11 MASTER_SITES= http://roms.mame.dk/emu/ \ http://x.mame.net/download/ diff --git a/emulators/xmame/distinfo b/emulators/xmame/distinfo index d5d377b0cfa..9eba9b29c61 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2002/01/03 00:08:35 kristerw Exp $ +$NetBSD: distinfo,v 1.16 2002/01/06 09:36:45 kristerw Exp $ -SHA1 (xmame-0.56.2.tar.bz2) = a6fa58be23231d919540f5b3c619a1f2565b03e8 -Size (xmame-0.56.2.tar.bz2) = 7049295 bytes +SHA1 (xmame-0.57.1.tar.bz2) = dde6921edd3d107409743398814a87d3a7f9dd74 +Size (xmame-0.57.1.tar.bz2) = 5350283 bytes SHA1 (patch-aa) = be131167296c50e3aea55da46288dfc16bf3ad8e -SHA1 (patch-ae) = b1513e59b68bfa2babd8bd2ad3314a14d030e85f +SHA1 (patch-ae) = ccc133c1a597a4f9f4eee3d189fc917c60d2e958 diff --git a/emulators/xmame/patches/patch-ae b/emulators/xmame/patches/patch-ae index 9d9a3496bf6..94bdab3703c 100644 --- a/emulators/xmame/patches/patch-ae +++ b/emulators/xmame/patches/patch-ae @@ -1,7 +1,18 @@ -$NetBSD: patch-ae,v 1.14 2001/09/02 22:07:40 kristerw Exp $ ---- doc/xmamerc.dist.orig Sat Aug 25 21:53:26 2001 -+++ doc/xmamerc.dist Sun Sep 2 23:29:09 2001 -@@ -70,20 +70,19 @@ +$NetBSD: patch-ae,v 1.15 2002/01/06 09:36:45 kristerw Exp $ +--- doc/xmamerc.dist.orig Wed Jan 2 03:45:53 2002 ++++ doc/xmamerc.dist Sun Jan 6 09:44:30 2002 +@@ -47,10 +47,6 @@ + + ### XFree86 DGA Related ### + +-### Video Mode Selection Related ### +-keepaspect 1 +-displayaspectratio 1.330000 +- + ### X11-input related ### + grabmouse 0 + winkeys 0 +@@ -70,20 +66,19 @@ mouse 1 ### Fileio Related ### |