diff options
author | kristerw <kristerw> | 2003-05-23 13:53:33 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2003-05-23 13:53:33 +0000 |
commit | 3f27d5e3501fc6fccf3cbda1f6c752313edef172 (patch) | |
tree | 90fae963b3ba16762214197ec1ed8e1042eee616 /emulators | |
parent | ead2339beb70391cb209a7c9328844b2f24e21bc (diff) | |
download | pkgsrc-3f27d5e3501fc6fccf3cbda1f6c752313edef172.tar.gz |
Update xmame to 0.68.1.
Changes since 0.67.2 include:
- Almost everything from MAME 0.68.
- Fixed the analog joystick support so that the Y-axis is
recognized as analog. (Sebastien Devaux)
- The command line is now parsed even if the display cannot be
opened. (Christopher Stone, David Mitchell)
- Added support to the core for 4-button mice and 10-button
joysticks. (Ben Collins)
- Fixed several problems and did a lot of cleanup in the XInput
code, especially for the output (e.g., showing detection
status. (Ben Collins)
- Fixed a few problems with -listinfo output. (Andrea Mazzoleni)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 4 | ||||
-rw-r--r-- | emulators/xmame/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 930c549516c..3b20394f2c4 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.93 2003/04/13 17:37:15 kristerw Exp $ +# $NetBSD: Makefile,v 1.94 2003/05/23 13:53:33 kristerw Exp $ # -DISTNAME= xmame-0.67.2 +DISTNAME= xmame-0.68.1 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 206a103bf12..504232ccae1 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.35 2003/04/13 17:37:15 kristerw Exp $ +$NetBSD: distinfo,v 1.36 2003/05/23 13:53:34 kristerw Exp $ -SHA1 (xmame-0.67.2.tar.bz2) = 81df459b8f5ad1f1b218124730c0ce9b795a0b7c -Size (xmame-0.67.2.tar.bz2) = 8453281 bytes +SHA1 (xmame-0.68.1.tar.bz2) = 0b7b4ed80f50edfd1342ecc966f17cd758643fe2 +Size (xmame-0.68.1.tar.bz2) = 9790085 bytes SHA1 (patch-aa) = f20dd759dc9350dc37e3be4a2b7e4aa0b1c85129 SHA1 (patch-ab) = af6d9ef293ed2c840eb6cfcada77b8556aeeddd3 SHA1 (patch-ad) = e389102fc29bd7c40711cfd493bad902ee102ae2 |