diff --git a/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.cs b/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.cs index 02340e4d85..b6dd2fab01 100644 --- a/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.cs +++ b/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.cs @@ -154,9 +154,9 @@ namespace BizHawk.Emulation.Cores.Arcades.MAME , "-rompath", "" // mame doesn't load roms from full paths, only from dirs to scan , "-joystick_contradictory" // allow L+R/U+D on digital joystick , "-nvram_directory", "" // path to nvram from - , "-artpath", "?" // path to artwork - , "-diff_directory", "?" // path to hdd diffs - , "-cfg_directory", "?" // path to config + , "-artpath", "" // path to artwork + , "-diff_directory", "" // path to hdd diffs + , "-cfg_directory", "" // path to config , "-volume", "-32" // lowest attenuation means mame osd remains silent , "-output", "console" // print everything to hawk console , "-samplerate", _sampleRate.ToString() // match hawk samplerate