9c180fe9f9
Changes since 0.56.2 include: * Everything from MAME 0.57. * src/cpu/z80.c now builds with gcc 3.0.x using -O3. (Andrea Mazzoleni) * Fixed a minor typo in src/cpuintrf.c. (Quench) * Fixed a bug in src/vidhrdw/nmk16.c that caused bad/leftover sprites in gunnail. (David Haywood)
41 lines
1.3 KiB
Text
41 lines
1.3 KiB
Text
$NetBSD: patch-ae,v 1.15 2002/01/06 09:36:45 kristerw Exp $
|
|
--- doc/xmamerc.dist.orig Wed Jan 2 03:45:53 2002
|
|
+++ doc/xmamerc.dist Sun Jan 6 09:44:30 2002
|
|
@@ -47,10 +47,6 @@
|
|
|
|
### XFree86 DGA Related ###
|
|
|
|
-### Video Mode Selection Related ###
|
|
-keepaspect 1
|
|
-displayaspectratio 1.330000
|
|
-
|
|
### X11-input related ###
|
|
grabmouse 0
|
|
winkeys 0
|
|
@@ -70,20 +66,19 @@
|
|
mouse 1
|
|
|
|
### Fileio Related ###
|
|
-rompath /usr/games/lib/xmame
|
|
-spooldir /usr/games/lib/xmame
|
|
+rompath @ROMPATH@
|
|
+spooldir @SPOOLDIR@
|
|
screenshotdir .
|
|
-cheatfile /usr/games/lib/xmame/cheat.dat
|
|
-hiscorefile /usr/games/lib/xmame/hiscore.dat
|
|
-historyfile /usr/games/lib/xmame/history.dat
|
|
-mameinfofile /usr/games/lib/xmame/mameinfo.dat
|
|
+cheatfile @SPOOLDIR@/cheat.dat
|
|
+hiscorefile @SPOOLDIR@/hiscore.dat
|
|
+historyfile @SPOOLDIR@/history.dat
|
|
+mameinfofile @SPOOLDIR@/mameinfo.dat
|
|
|
|
### Mame Related ###
|
|
defaultgame pacman
|
|
language english
|
|
fuzzycmp 1
|
|
cheat 0
|
|
-debug 0
|
|
|
|
### Frontend Related ###
|
|
clones 1
|