blob: 88015f493875383bfac802709083167ad8095138 (
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
31
32
33
34
35
36
37
38
39
40
41
|
$NetBSD: patch-ae,v 1.12 2000/11/05 00:43:32 mycroft Exp $
--- doc/xmamerc.dist.orig Sun Sep 10 22:00:37 2000
+++ doc/xmamerc.dist Sat Nov 4 23:40:23 2000
@@ -2,7 +2,7 @@
### Digital sound related ###
# dsp-plugin <NULL> (not set)
-timer 0
+timer 1
### Sound mixer related ###
# sound-mixer-plugin <NULL> (not set)
@@ -61,7 +61,7 @@
samplefreq 22050
bufsize 3.000000
volume -3
-# audiodevice <NULL> (not set)
+audiodevice /dev/audio0
# mixerdevice <NULL> (not set)
### Input Related ###
@@ -70,13 +70,13 @@
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
|