diff options
author | mycroft <mycroft@pkgsrc.org> | 2003-01-09 19:46:13 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2003-01-09 19:46:13 +0000 |
commit | 2ad5f464b417ad4c3025820cce3e8cb818aa5d46 (patch) | |
tree | 1679747b7b85fd1ce5c7f0cfcc35bbbfea833782 /emulators/xmame/patches | |
parent | 338916268b0d20bff2aaa496170d2161540ce05d (diff) | |
download | pkgsrc-2ad5f464b417ad4c3025820cce3e8cb818aa5d46.tar.gz |
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.
Diffstat (limited to 'emulators/xmame/patches')
-rw-r--r-- | emulators/xmame/patches/patch-ae | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/emulators/xmame/patches/patch-ae b/emulators/xmame/patches/patch-ae index f04180c2292..d44b2360391 100644 --- a/emulators/xmame/patches/patch-ae +++ b/emulators/xmame/patches/patch-ae @@ -1,14 +1,13 @@ -$NetBSD: patch-ae,v 1.17 2002/12/14 14:59:39 kristerw Exp $ ---- doc/xmamerc.dist.orig Mon Dec 9 03:15:24 2002 -+++ doc/xmamerc.dist Sat Dec 14 14:00:15 2002 -@@ -69,13 +69,13 @@ +$NetBSD: patch-ae,v 1.18 2003/01/09 19:46:14 mycroft Exp $ + +--- doc/xmamerc.dist.orig Thu Jan 9 18:50:13 2003 ++++ doc/xmamerc.dist Thu Jan 9 18:52:28 2003 +@@ -69,12 +69,12 @@ mouse 1 ### Fileio Related ### -rompath /usr/games/lib/xmame/roms --hiscore_directory /usr/games/lib/xmame/hiscore +rompath @ROMPATH@ -+hiscore_directory @SPOOLDIR@/hiscore snapshot_directory . -cheat_file /usr/games/lib/xmame/cheat.dat -hiscore_file /usr/games/lib/xmame/hiscore.dat |