diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-04-02 20:56:28 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-04-02 20:56:28 +0000 |
commit | 693b87b758ca3b128ef5af56a9e95af0092fafe9 (patch) | |
tree | d65da073d7d8c67fef3a6394a6c573a752fdbce7 /emulators/xmame/Makefile | |
parent | 103ad55921ad4b90d5caf1e57dfad08595f5168c (diff) | |
download | pkgsrc-693b87b758ca3b128ef5af56a9e95af0092fafe9.tar.gz |
Update xmame to 0.95.
Changes since 0.90 includes:
- Everything from MAME 0.95 (http://x.mame.net/changes-mame.html) and
MESS 0.95 (http://x.mame.net/changes-mess.html).
- Forcing Xv to use YV12 ("-force-yuv 2") no longer causes rotated
games to segfault. Fixes Bugzilla bug 679.
- Fixed the aspect ratio of the MESS SuperVision driver so that it's
quadratic. (PeT)
- Fixed several problems with the front-end "-list" commands: The MESS
commands could segfault, some commands' headers were misaligned, and
"-listpalettesize" was causing the ROM list to print.
- Worked around or fixed a double-free on exit in xmess.
- Fixed a segfault on startup that occurred when four or more joysticks
devices were found.
- The SDL joystick driver now works with multiple joysticks attached.
- The SDL sound driver should produce much better output. Also fixed a
potential deadlock.
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 f1aff0d5bb2..df79215938d 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.125 2005/01/29 21:52:15 kristerw Exp $ +# $NetBSD: Makefile,v 1.126 2005/04/02 20:56:28 kristerw Exp $ # -DISTNAME= xmame-0.90 +DISTNAME= xmame-0.95 CATEGORIES= emulators games x11 MASTER_SITES= http://x.mame.net/download/ EXTRACT_SUFX= .tar.bz2 |