blob: 9d9a3496bf66d7fd7251ba62fe0ea560b8cfc0f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
$NetBSD: patch-ae,v 1.14 2001/09/02 22:07:40 kristerw Exp $
--- doc/xmamerc.dist.orig Sat Aug 25 21:53:26 2001
+++ doc/xmamerc.dist Sun Sep 2 23:29:09 2001
@@ -70,20 +70,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
|