summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/decocass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/decocass.cpp')
-rw-r--r--src/mame/drivers/decocass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/decocass.cpp b/src/mame/drivers/decocass.cpp
index d33582d19e4..ff4197d2a33 100644
--- a/src/mame/drivers/decocass.cpp
+++ b/src/mame/drivers/decocass.cpp
@@ -966,7 +966,7 @@ void decocass_state::decocass(machine_config &config)
m_mcu->p2_in_cb().set(FUNC(decocass_state::i8041_p2_r));
m_mcu->p2_out_cb().set(FUNC(decocass_state::i8041_p2_w));
- config.m_minimum_quantum = attotime::from_hz(4200); /* interleave CPUs */
+ config.set_maximum_quantum(attotime::from_hz(4200)); /* interleave CPUs */
WATCHDOG_TIMER(config, m_watchdog);