Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 0 additions & 80 deletions root/defaults/mame.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,86 +4,6 @@
readconfig 1
writeconfig 0

#
# CORE SEARCH PATH OPTIONS
#
homepath .
#
# CORE CONFIGURATION OPTIONS
#
readconfig 1
Writeconfig 0

#
# CORE SEARCH PATH OPTIONS
#
homepath .
rompath /mame/roms;/usr/local/share/games/mame/roms;/usr/share/games/mame/roms
hashpath /usr/share/games/mame/hash
samplepath /mame/samples;/usr/local/share/games/mame/samples;/usr/share/games/mame/samples
artpath /mame/artwork;/usr/local/share/games/mame/artwork;/usr/share/games/mame/artwork
ctrlrpath /usr/share/games/mame/ctrlr
inipath $HOME/.mame;/etc/mame
fontpath /usr/share/games/mame/fonts
cheatpath /mame/cheat;/usr/local/share/games/mame/cheat;/usr/share/games/mame/cheat
crosshairpath /mame/crosshair;/usr/local/share/games/mame/crosshair;/usr/share/games/mame/crosshair
pluginspath /usr/share/games/mame/plugins
languagepath /usr/share/games/mame/language
swpath software

#
# CORE OUTPUT DIRECTORY OPTIONS
#
cfg_directory $HOME/.mame/cfg
nvram_directory $HOME/.mame/nvram
input_directory $HOME/.mame/inp
state_directory $HOME/.mame/sta
snapshot_directory $HOME/.mame/snap
diff_directory $HOME/.mame/diff
comment_directory $HOME/.mame/comments
share_directory share

#
# CORE STATE/PLAYBACK OPTIONS
#
state
autosave 0
rewind 0
rewind_capacity 100
playback
record
exit_after_playback 0
mngwrite
aviwrite
wavwrite
snapname %g/%i
snapsize auto
snapview auto
snapbilinear 1
statename %g
burnin 0

#
# CORE PERFORMANCE OPTIONS
#
autoframeskip 0
frameskip 0
seconds_to_run 0
throttle 1
sleep 1
root@1867a2f8feb4:/config/.mame# grep -ri soft *
mame.ini:swpath software
mame.ini:video soft
ui.ini:# SYSTEM/SOFTWARE SELECTION MENU OPTIONS
ui.ini:software_right_panel image
ui.ini:software_right_image snap
root@1867a2f8feb4:/config/.mame# cat mame.ini
#
# CORE CONFIGURATION OPTIONS
#
readconfig 1
writeconfig 0

#
# CORE SEARCH PATH OPTIONS
#
Expand Down