diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-10-23 20:03:25 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-10-23 20:03:25 +0000 |
commit | 0378704e807555edeb64a372b5c882bae5e39bfe (patch) | |
tree | d8eebe0b37707e95f806b0eedf34d581740850dd /emulators | |
parent | bbc3b873f4cb6eded9c62c75aefcdf28a2e62201 (diff) | |
download | pkgsrc-0378704e807555edeb64a372b5c882bae5e39bfe.tar.gz |
Updated xmame to version 0.101.
Changes since 0.100:
- Everything from MAME 0.101 (http://x.mame.net/changes-mame.html) and
MESS 0.101 (http://x.mame.net/changes-mess.html).
- When the LIRC configuration cannot be read, the joystick polling code
no longer tries to use LIRC. This fixes a crash that occurs under
memory pressure. (Paul "TBBle" Hampson)
- Enabling full keyboard emulation in the classic MESS UI once again
prevents keys such as P and Esc from being intercepted by the
emulation core.
- Added support for BGR visuals to the blit core for, e.g., Solaris.
(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 65ba761c60b..ed6d602d863 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.135 2005/10/14 20:57:49 kristerw Exp $ +# $NetBSD: Makefile,v 1.136 2005/10/23 20:03:25 kristerw Exp $ # -DISTNAME= xmame-0.100 +DISTNAME= xmame-0.101 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 07dac3dbcb1..e1c387bcccb 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.66 2005/10/14 20:57:49 kristerw Exp $ +$NetBSD: distinfo,v 1.67 2005/10/23 20:03:25 kristerw Exp $ -SHA1 (xmame-0.100.tar.bz2) = 3846ca964b8aff60cf65ab494ee75703b03263db -RMD160 (xmame-0.100.tar.bz2) = dc89f1f6312f6567a8a665169294569c252775ab -Size (xmame-0.100.tar.bz2) = 15905255 bytes +SHA1 (xmame-0.101.tar.bz2) = 2746b914d8af534fac4802f22a68dcce982ea223 +RMD160 (xmame-0.101.tar.bz2) = 92ad8035fb134df64e825a976dcf002d38eeb9a8 +Size (xmame-0.101.tar.bz2) = 15978618 bytes SHA1 (patch-aa) = 909583adb17f7485ad5cd1e390cdbb73d367d7be SHA1 (patch-ab) = dd21329b7e1a05bc7ea12b5a98a05d502dc36656 SHA1 (patch-ae) = efd91447d33b6cb1246bbd2264f92b4ab9be44e0 |