diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-06-21 21:55:04 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-06-21 21:55:04 +0000 |
commit | 90031846d3fd0557385743eb8d028aef1548c637 (patch) | |
tree | 8519966648e96052fc25713f30631c2401c39d37 /emulators/xmame/Makefile | |
parent | d2e5e79d7966d851e53658e23064c64b1d447686 (diff) | |
download | pkgsrc-90031846d3fd0557385743eb8d028aef1548c637.tar.gz |
Update xmame to 0.83.1.
Changes since 0.82.1:
* Everything from MAME 0.83 and MESS 0.83 (changes-mess.html).
* The Xv driver now turns on XV_AUTOPAINT_COLORKEY, in case it was
turned off by, for example, by the xine movie player. This prevents the
display from being blank in this case. (Shyouzou Sugitani)
* Moved a misplaced vprintf() call that was causing a bunch of log
messages to display and slowing down the emulation for some games.
Diffstat (limited to 'emulators/xmame/Makefile')
-rw-r--r-- | emulators/xmame/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index c66ac5c063c..b58f0000256 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.111 2004/05/26 09:34:17 dillo Exp $ +# $NetBSD: Makefile,v 1.112 2004/06/21 21:55:04 kristerw Exp $ # -DISTNAME= xmame-0.82.1 -PKGREVISION= 1 +DISTNAME= xmame-0.83.1 CATEGORIES= emulators games x11 MASTER_SITES= http://x.mame.net/download/ EXTRACT_SUFX= .tar.bz2 |