diff options
author | kristerw <kristerw> | 2005-06-24 22:52:42 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2005-06-24 22:52:42 +0000 |
commit | 2c8ae6c13b178b8efe80b99aa93ac135c9eaa722 (patch) | |
tree | d2227e7d359cefe66c829fb2f270ca4d377c93ea /emulators | |
parent | 9c5d85d4ef62a8f12d6a2bc5fd1980f7d3ed24e3 (diff) | |
download | pkgsrc-2c8ae6c13b178b8efe80b99aa93ac135c9eaa722.tar.gz |
Update xmame to 0.97.
Release 0.97, 13 June 2005
- Everything from MAME 0.97 (http://x.mame.net/changes-mame.html) and
MESS 0.97 (http://x.mame.net/changes-mess.html).
- When the emulation is unpaused, the keyboard state is cleared. This
prevents keypresses from bleeding over from the user interface.
- The SDL driver now uses the correct green mask for RGB 565. This
fixes a problem with SDL on DirectFB being unable to find a valid
video mode. (Uli H.)
- The SDL driver now locks the video surface before retrieving the
pointer to its memory. This fixes a crash with SDL on DirectFB.
(Uli H.)
- Fixed a few spots in the code for 4.3 BSD, e.g., OpenStep on NeXT.
- Fixed bugs in the Xv driver and the 6-tap effect that affected
big-endian architectures. (Hans de Goede)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 4 | ||||
-rw-r--r-- | emulators/xmame/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 42ef87a10a5..a7a34afd00f 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.131 2005/06/16 06:57:51 jlam Exp $ +# $NetBSD: Makefile,v 1.132 2005/06/24 22:52:42 kristerw Exp $ # -DISTNAME= xmame-0.96 +DISTNAME= xmame-0.97 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 ad44b0fd0e3..564f164a3a4 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.63 2005/05/12 22:35:18 kristerw Exp $ +$NetBSD: distinfo,v 1.64 2005/06/24 22:52:42 kristerw Exp $ -SHA1 (xmame-0.96.tar.bz2) = b1fda21cc954f2cb6647ba4cdb335c7682e14716 -RMD160 (xmame-0.96.tar.bz2) = 70c3464418ed0babfd2ebd7f5a94ad69f0d2d70d -Size (xmame-0.96.tar.bz2) = 15605353 bytes +SHA1 (xmame-0.97.tar.bz2) = 62cd339238e2eb013f07ee90dd90e6b1108cf592 +RMD160 (xmame-0.97.tar.bz2) = 65c91084b3b81bab7b8cfc8dd96c044f083d7134 +Size (xmame-0.97.tar.bz2) = 15675753 bytes SHA1 (patch-aa) = 909583adb17f7485ad5cd1e390cdbb73d367d7be SHA1 (patch-ab) = dd21329b7e1a05bc7ea12b5a98a05d502dc36656 SHA1 (patch-ae) = 26c68fff67e3146638cef7e366b57c928274f562 |