mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
44dfea1a17
PR: 13572 Submitted by: Jacob Hart <c9710216@atlas.newcastle.edu.au>
48 lines
1.4 KiB
Plaintext
48 lines
1.4 KiB
Plaintext
--- doc/xmamerc.dist.orig Mon Aug 9 23:49:19 1999
|
|
+++ doc/xmamerc.dist Sat Sep 4 22:38:22 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 /usr/local/lib/xmame
|
|
|
|
# Also Mame needs a public-writable directory to store high scores
|
|
-spooldir /usr/games/lib/xmame
|
|
+spooldir /usr/local/lib/xmame/hi
|
|
|
|
# Where can xmame find the cheat database?
|
|
-cheatfile /usr/games/lib/xmame/CHEAT.DAT
|
|
+cheatfile /usr/local/lib/xmame/cheat.dat
|
|
|
|
# What is your loved game? ( remember that mame defaults to "pacman" )
|
|
-defaultgame galturbo
|
|
+defaultgame snowbros
|
|
|
|
# Type here the name of the display where play xmame
|
|
# overriden by DISPLAY environment variable. Not usefull in config file but...
|
|
@@ -43,7 +43,7 @@
|
|
#
|
|
|
|
# Use sound if available. default is 0 (Don't)
|
|
-sound 0
|
|
+sound 1
|
|
|
|
# Use stereo sound if available
|
|
stereo 1
|
|
@@ -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
|