blob: d9f983892cdc1d4771351a1d177c656c6679f81c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-ae,v 1.20 2003/02/13 20:53:48 kristerw Exp $
--- src/unix/doc/xmamerc.dist.orig Thu Feb 13 19:32:31 2003
+++ src/unix/doc/xmamerc.dist Thu Feb 13 19:33:47 2003
@@ -69,12 +69,12 @@
mouse 1
### Fileio Related ###
-rompath /usr/local/share/xmame/roms
+rompath @ROMPATH@
snapshot_directory .
-cheat_file /usr/local/share/xmame/cheat.dat
-hiscore_file /usr/local/share/xmame/hiscore.dat
-history_file /usr/local/share/xmame/history.dat
-mameinfo_file /usr/local/share/xmame/mameinfo.dat
+cheat_file @SPOOLDIR@/cheat.dat
+hiscore_file @SPOOLDIR@/hiscore.dat
+history_file @SPOOLDIR@/history.dat
+mameinfo_file @SPOOLDIR@/mameinfo.dat
### Mame Related ###
defaultgame pacman
|