2003-02-13 21:53:48 by Krister Walfridsson | Files touched by this commit (4) |
Log message:
Update xmame to 0.65.1.
Changes since 0.64.1.0 consist of "Almost everything from MAME 0.65".
|
2003-01-30 15:08:34 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 0.64rc1.
No particular xmame change since 0.63 pre-release; changes to 0.62 unknown;
mainly sync with MAME 0.64.
|
2003-01-28 23:04:37 by Johnny C. Lam | Files touched by this commit (176) |
Log message:
Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
|
2003-01-13 20:06:28 by Krister Walfridsson | Files touched by this commit (2) |
Log message:
Update xmame to 0.62.2.
Changes since 0.62.1nb5 include:
- The 'rc' and 'hi' directories are now created on startup if they're
missing. (Gerd Sussner)
|
2003-01-09 20:46:15 by Charles M. Hannum | Files touched by this commit (3) |
Log message:
Update from 0.62.1-rc3 to 0.62.1-rc4, using the patch file since there is
no tar file yet.
+ - Fixed problems in memory.c that could lead to crashes and default.cfg
+ corruption. (smf)
+ - Fixed a bunch of ANSI/ISO warnings reported by Stefano Priore.
+ - Fixed a crash in the MESS Atari 800 driver.
+ - Aspect and mode switches are now available for the Xv driver even if
+ DGA isn't enabled.
|
2002-12-21 22:35:18 by Krister Walfridsson | Files touched by this commit (1) |
Log message:
Enable XV and esound support. Thanks to Juan RP.
PKGREVISION++
|
2002-12-14 15:59:39 by Krister Walfridsson | Files touched by this commit (5) |
Log message:
Update xmame to 0.62.1 rc3 and bump PKGREVISION to 3.
Changes since PKGREVISION 2 include:
- All path and directory options in fileio.c now support expansion of
environment variables such as $HOME.
|
2002-12-08 14:09:48 by Krister Walfridsson | Files touched by this commit (4) |
Log message:
Fix a bug that caused the display to be truncated for some games.
PKGREVISION++
|
2002-12-07 21:59:53 by Krister Walfridsson | Files touched by this commit (3) |
Log message:
The workaround for gcc problems on sparc and arm was a bit too draconian.
Change it to only disable the macros that do massive unrolling (instead
of disable all optimization).
PKGREVISION++
|
2002-12-02 01:14:34 by Krister Walfridsson | Files touched by this commit (3) |
Log message:
Update xmame to 0.62.1 (or actually to the release candidate of 0.62.1)
Changes since 0.61.1 include:
- Almost everything from MAME 0.62.
- The game window should no longer open twice on startup in most cases.
(One known exception is Pac-Man with artwork enabled.)
- Replaced fileio.c with a slightly modified version from the Win32
codebase. Be aware that several command line switches have changed as
a result!
- The number of games is no longer hard-coded to 3000 in datafile.c.
This should fix problems with history.dat and "-listinfo". (Rene Single)
- Rotation is now handled by the OSD code. The method used is hardly
optimal, but it should work for all display targets. Moving the
rotation to the blit core is planned for a future release.
- The Xv target now uses the game driver's aspect ratio unless the
"-nokeepaspect" or "-noka" switch is specified. Inspired \
by Paul
Sajecki's patch.
- Simplified/unified the FPS on-screen display. This is now only
overridden when the Barath frameskipper is in debug mode.
- The DGA, GGI, and SVGALIB targets now use the game aspect ratio
provided by the core rather than a hard-coded 4:3.
- Using "-x11-mode" or "-x11" to activate DGA fullscreen mode now
disables Xv. Likewise, switching to DGA fullscreen mode via <ALT>-
<HOME> is now disabled while Xv is active.
|