diff options
author | kristerw <kristerw@pkgsrc.org> | 2001-07-09 14:30:25 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2001-07-09 14:30:25 +0000 |
commit | f67d860629276b7173343d6dcbdc50781b1ea713 (patch) | |
tree | b2d4c1046f2beb07600f575c78c42b0aa95f5801 /emulators/xmame/Makefile | |
parent | fbd1fd2e84c4451eac5ae7ce33ae5e82e34e80e6 (diff) | |
download | pkgsrc-f67d860629276b7173343d6dcbdc50781b1ea713.tar.gz |
Update xmame to 0.37b16.1
Changes since 0.37b15.1 include:
- Everything from MAME 0.37b16 except for steadykey support and the new
RGB blitters. These may be appearing in a later release. :-)
- Added Matt Lowry's latest README, which has been missing from xmame
for several releases.
- Fixed the contrib/porting/prep-new-mame script so it doesn't omit the
README file.
- QNX Photon2 updates: A fix for dirio.c which allows xmess to compile
under the QNX 6.1 internal beta; audio has better verbosity; fixed a
bug which caused games utilizing a mouse to core dump. (Travis Coady)
- Fixed some ANSI/ISO warnings in the GLmame code.
- Changed contrib/porting/prep-new-mame to reflect the new .txt files
bundled with MAME.
- Updated contrib/porting/porting.txt to refer to src/windows rather
than src/msdos for diffing between versions, since the Win32 target
is now the primary one.
- Updated the docs to mention that KDE 2.2b1 has been reported to fix
the xmame.x11 problem whereby the window never displays without using
a workaround.
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 f410303d378..f3ad0608f68 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2001/05/27 18:58:18 kristerw Exp $ +# $NetBSD: Makefile,v 1.49 2001/07/09 14:30:25 kristerw Exp $ # -DISTNAME= xmame-0.37b15.1 +DISTNAME= xmame-0.37b16.1 CATEGORIES= emulators games x11 MASTER_SITES= http://x.mame.net/download/ EXTRACT_SUFX= .tar.bz2 |