blob: d6af8afdfcca495006b6e9151c2f121ff133bc6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-ae,v 1.19 2003/01/30 14:08:34 wiz Exp $
--- src/unix/doc/xmamerc.dist.orig Sun Jan 26 23:06:07 2003
+++ src/unix/doc/xmamerc.dist
@@ -69,12 +69,12 @@ analogstick 0
mouse 1
### Fileio Related ###
-rompath /usr/local/share/games/xmame/roms
+rompath @ROMPATH@
snapshot_directory .
-cheat_file /usr/local/share/games/xmame/cheat.dat
-hiscore_file /usr/local/share/games/xmame/hiscore.dat
-history_file /usr/local/share/games/xmame/history.dat
-mameinfo_file /usr/local/share/games/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
|