$NetBSD: patch-ae,v 1.8 1999/11/10 08:01:29 soren Exp $

--- doc/xmamerc.dist.orig	Tue Oct 12 16:17:14 1999
+++ doc/xmamerc.dist	Wed Nov 10 07:13:42 1999
@@ -23,16 +23,16 @@
 
 # Where does your Mame rom files reside? 
 # This option can be overriden by MAMEDIR environment variable
-rompath		/usr/games/lib/xmame:/usr/local/lib/xmame
+rompath		@ROMPATH@
 
 # Also Mame needs a public-writable directory to store high scores
-spooldir        /usr/games/lib/xmame
+spooldir        @SPOOLDIR@
 
 # Where can xmame find the cheat database?
 cheatfile	/usr/games/lib/xmame/CHEAT.DAT
 
 # What is your loved game? ( remember that mame defaults to "pacman" )
-defaultgame	galturbo
+defaultgame	pacman
 
 # Type here the name of the display where play xmame
 # overriden by DISPLAY environment variable. Not usefull in config file but...
@@ -55,12 +55,12 @@
 # their default card. 
 # not every implementations supports this feature
 # Linux & most others:
-audiodevice	/dev/dsp
+#audiodevice	/dev/dsp
 #audiodevice	/dev/dsp0
 #audiodevice	/dev/dsp1
 
 # Sun & some others:
-#audiodevice	/dev/audio
+audiodevice	/dev/audio
 
 # select audio sample frequency ( 11050-44100 )
 # not every implementations supports this feature
@@ -105,11 +105,11 @@
 # Define X and Y axis scale related to original bitmap. Default is 1,
 # since xmame-0.34b5.3 also used to scale vector games, vector games also
 # except values like 1.5 and even 0.5 these are rounded for normal games
-widthscale	2
-heightscale	2
+#widthscale	2
+#heightscale	2
 
 #scale sets both widthscale and heightscale in one option
-#scale 2
+scale		2
 
 # We want autoframeskip ;)
 autoframeskip	1
