diff options
author | kristerw <kristerw@pkgsrc.org> | 2003-05-23 13:53:33 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2003-05-23 13:53:33 +0000 |
commit | be9669ffc5774e07baa7679c3be11513de7715a4 (patch) | |
tree | 90fae963b3ba16762214197ec1ed8e1042eee616 /emulators/xmame/Makefile | |
parent | 71d5d2665b7bc688440388492cb6b6d1c01829cd (diff) | |
download | pkgsrc-be9669ffc5774e07baa7679c3be11513de7715a4.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/xmame/Makefile')
-rw-r--r-- | emulators/xmame/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |