summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mystwarr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mystwarr.cpp')
-rw-r--r--src/mame/drivers/mystwarr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mystwarr.cpp b/src/mame/drivers/mystwarr.cpp
index e06b365278c..5bed1b52102 100644
--- a/src/mame/drivers/mystwarr.cpp
+++ b/src/mame/drivers/mystwarr.cpp
@@ -932,7 +932,7 @@ void mystwarr_state::mystwarr(machine_config &config)
Z80(config, m_soundcpu, 8000000);
m_soundcpu->set_addrmap(AS_PROGRAM, &mystwarr_state::mystwarr_sound_map);
- config.m_minimum_quantum = attotime::from_hz(1920);
+ config.set_maximum_quantum(attotime::from_hz(1920));
EEPROM_ER5911_8BIT(config, "eeprom");