ea21b55256
Changelog: - Everything from MAME 0.100 (http://x.mame.net/changes-mame.html) and MESS 0.100 (http://x.mame.net/changes-mess.html). - Improved support for OpenBSD, including fixing audio on 8-bit sound cards. (Claudio Castiglia) - Improved the SDL joystick driver so that it will work better with components identified as hat switches or trackballs. (Dave Ahlswede) - Increased the maximum number of joystick axes from 8 to 16 to support the Gravis Xterminator joypad. (Dave Ahlswede)
18 lines
631 B
Text
18 lines
631 B
Text
$NetBSD: patch-ae,v 1.23 2005/10/14 20:57:49 kristerw Exp $
|
|
|
|
--- src/unix/doc/xmamerc.dist.orig Sat Nov 6 21:40:52 2004
|
|
+++ src/unix/doc/xmamerc.dist Sat Nov 6 21:42:31 2004
|
|
@@ -62,10 +62,10 @@
|
|
analogstick 0
|
|
|
|
### 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
|
|
+cheat_file @SPOOLDIR@/cheat.dat
|
|
+hiscore_file @SPOOLDIR@/hiscore.dat
|
|
|
|
### Mame Related ###
|
|
defaultgame robby
|