summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ms32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ms32.cpp')
-rw-r--r--src/mame/drivers/ms32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ms32.cpp b/src/mame/drivers/ms32.cpp
index ff2ea701a26..2a443b7d5d9 100644
--- a/src/mame/drivers/ms32.cpp
+++ b/src/mame/drivers/ms32.cpp
@@ -1746,7 +1746,7 @@ void ms32_state::ms32(machine_config &config)
Z80(config, m_audiocpu, 8000000); // Z0840008PSC, Clock from notes
m_audiocpu->set_addrmap(AS_PROGRAM, &ms32_state::ms32_sound_map);
- config.m_minimum_quantum = attotime::from_hz(60000);
+ config.set_maximum_quantum(attotime::from_hz(60000));
/* video hardware */