2002-11-14 20:11:45 by Krister Walfridsson | Files touched by this commit (2) |
Log message:
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)
|
2002-11-14 04:58:15 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Drop trailing whitespace.
|
2002-11-12 01:25:54 by Dan McMahill | Files touched by this commit (1) |
Log message:
reduce optimization level on sparc to allow this to build
|
2002-09-24 14:30:55 by Thomas Klausner | Files touched by this commit (155) |
Log message:
Complete standardization of messages according to latest pkglint.
|
2002-09-21 14:53:49 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
buildlink1 -> buildlink2
|
2002-06-25 11:21:36 by Chris Pinnock | Files touched by this commit (2) |
Log message:
Fix previous CFLAGS change.
|
2002-06-20 08:51:21 by Chris Pinnock | Files touched by this commit (2) |
Log message:
On NetBSD/arm, turn off optimisation on xmess and xmame as this prevents the
packages from building.
|
2002-05-20 15:14:20 by Chris Pinnock | Files touched by this commit (1) |
Log message:
On arm32, turn off optimization so that this package builds.
|
2002-05-17 15:21:31 by David Brownlee | Files touched by this commit (1) |
Log message:
x.mame.net seems very slow today - add a second MASTER_SITE
|
2002-05-07 17:56:24 by Krister Walfridsson | Files touched by this commit (2) |
Log message:
Update xmame to version 0.60.1.
Changes since xmame-0.59.2 include:
- Everything from MAME 0.60, except for the new special controllers support.
- Updated the SNK driver to fix sound for games that couldn't use Y8950
together with YM326/YM3812. (Nicola Salmoria)
- Fixed the leg of the tiger in namcos86. (SUZ of the MAME E2J board)
- Fixed a stereo output bug in sound/2612intf.c; fixed a sample loop
timing bug in sound/k007232.c. (Hiromitsu Shioya)
- The '-diffdir' setting might actually work now.
- Fixed the Mortal Kombat 3 level select screen. (Aaron Giles)
- Updated the description of the new '-ctrlr' option in changes.mame
and windows.txt. (Ron Fries, et al)
- Updated the V60 core to handle unaligned memory accesses, which
should fix some SSV games. (Nicola Salmoria)
- Updated 8080bw to fix the dip switches for Ozma Wars and its clones,
and to add the offscreen bonus display to 4-Player Bowling.
(Nephrite, Zsolt Vasvari)
- Updated drivers/psikyosh.c and vidhrdw/psikyosh.c to allow Lode
Runner and Hot Gimmick to run through their attract modes. (David
Haywood)
- Fixed a crashing bug in vidhrdw/shaolins.c. (David Haywood)
- Modified sound/ay8910.c to fix sound in some M62 games. (Nicola Salmoria)
- Updated drivers/wecleman.c to make the car in wecleman controllable.
(David Haywood)
|