mame: prevent dumping nvram to disk

This commit is contained in:
feos 2020-04-11 00:27:31 +03:00
parent 535a586422
commit 60829be593
1 changed files with 4 additions and 3 deletions

View File

@ -505,9 +505,10 @@ namespace BizHawk.Emulation.Cores.Arcades.MAME
, "-nothrottle" // forbid throttling to "real" speed of the device
, "-update_in_pause" // ^ including frame-advancing
, "-rompath", _gameDirectory // mame doesn't load roms from full paths, only from dirs to scan
, "-artpath", "mame\\artwork"
, "-cfg_directory", "mame\\cfg"
, "-nvram_directory", "mame\\nvram"
, "-joystick_contradictory" // L+R/U+D on digital joystick
, "-nonvram_save" // prevent dumping non-volatile ram to disk
, "-cfg_directory", "mame\\cfg" // TODO: send PR for -noconfig_save
, "-artpath", "mame\\artwork" // path to load artowrk from
, "-diff_directory", "mame\\diff"
, "-volume", "-32" // lowest attenuation means mame osd remains silent
, "-output", "console" // print everything to hawk console