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 09d690b76b8..006c3a52685 100644
--- a/src/mame/drivers/ms32.cpp
+++ b/src/mame/drivers/ms32.cpp
@@ -1712,7 +1712,7 @@ MACHINE_CONFIG_START(ms32_state::ms32)
MCFG_DEVICE_ADD("audiocpu", Z80, 8000000) // Z0840008PSC, Clock from notes
MCFG_DEVICE_PROGRAM_MAP(ms32_sound_map)
- MCFG_QUANTUM_TIME(attotime::from_hz(60000))
+ config.m_minimum_quantum = attotime::from_hz(60000);
/* video hardware */