diff options
author | kristerw <kristerw@pkgsrc.org> | 2002-11-14 19:11:44 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2002-11-14 19:11:44 +0000 |
commit | 06c3264e919fe1d64cf75046e0a04fda66bfa2f6 (patch) | |
tree | 54fcfe336154d7a84480228bbc1e76690f72b773 /emulators/xmame | |
parent | 24ed6e9149a8a0851bfd18d3c7bab1cb50f01101 (diff) | |
download | pkgsrc-06c3264e919fe1d64cf75046e0a04fda66bfa2f6.tar.gz |
Update xmame to 0.61.1.
Changes since 0.60.1 include:
- Almost everything from MAME 0.61 and MESS 0.61.2.
- Fixed the register constraints in cpu/i8085/i8085cpu.h so that
cpu/i8085/i8085.c can build for x86 using gcc-3.1 with -O3. This
change was missed in the MAME 0.61 release.
- Increased the size of the buffer used to display history. (Steve Fewell)
- Modified unix/fronthlp.c so that it flushes its output more often to
aid frontends. (Shadow Walker)
- Changed unix/video-drivers/xfx.c to be more frontend-friendly.
(Benoit Dumont)
- You can now specify a config subdirectory name using -cfgname/-cn.
This is useful for creating an alternate configuration. (Benoit Dumont)
- Added a "waveout" DSP plugin which redirects sound to a file using
Microsoft's PCM WAVE format. The file name can be specified with the
"-audiodevice" switch and defaults to "xmameout.wav". (Donald King)
- Added support for showing average frames per second when quitting.
Also added support for the -frames_to_run/-ftr switch.
- Added Xv hardware scaling support! To enable, uncomment the line
reading "X11_XV = 1" in the makefile and use the -xvext/-xv switches
(and possibly the -yuv switch). (Alastair Robinson)
- An X11 build can now grab the keyboard to bypass window managers.
Use -grabkeyboard/-gkb to activate and/or the ALT + PGUP keypress to
toggle it on/off. (Gerd Sussner)
- The code for finding the best X11 visual now checks in descending
order of bit depth. This is to work around a bug/feature in the
latest NVidia drivers. (Gerd Sussner)
- Fixed a problem in the DGA2 driver that could lead to scrambled
colors with an i830MG video card in 24bpp mode. (Eric Brunet,
Shyouzou Sugitani)
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 4 | ||||
-rw-r--r-- | emulators/xmame/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 071bb98a5ae..cf16fb3ccd7 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.80 2002/11/14 03:58:14 wiz Exp $ +# $NetBSD: Makefile,v 1.81 2002/11/14 19:11:44 kristerw Exp $ # -DISTNAME= xmame-0.60.1 +DISTNAME= xmame-0.61.1 CATEGORIES= emulators games x11 MASTER_SITES= http://x.mame.net/download/ \ http://roms2.mame.dk/emu/ diff --git a/emulators/xmame/distinfo b/emulators/xmame/distinfo index 12204230bf3..78077b7d1e7 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.24 2002/05/07 15:56:24 kristerw Exp $ +$NetBSD: distinfo,v 1.25 2002/11/14 19:11:44 kristerw Exp $ -SHA1 (xmame-0.60.1.tar.bz2) = fe52614e9db6f6c461070f5725c4bf6d960d0bd7 -Size (xmame-0.60.1.tar.bz2) = 5569579 bytes +SHA1 (xmame-0.61.1.tar.bz2) = 13a9ae69811767971d6c9996642113d1add29d6a +Size (xmame-0.61.1.tar.bz2) = 8066550 bytes SHA1 (patch-aa) = be131167296c50e3aea55da46288dfc16bf3ad8e SHA1 (patch-ae) = ccc133c1a597a4f9f4eee3d189fc917c60d2e958 |