summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/baraduke.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/baraduke.cpp')
-rw-r--r--src/mame/drivers/baraduke.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/baraduke.cpp b/src/mame/drivers/baraduke.cpp
index 2bcdb32d38c..b6fe401ccfa 100644
--- a/src/mame/drivers/baraduke.cpp
+++ b/src/mame/drivers/baraduke.cpp
@@ -376,7 +376,7 @@ void baraduke_state::baraduke(machine_config &config)
m_mcu->in_p2_cb().set_constant(0xff); /* leds won't work otherwise */
m_mcu->out_p2_cb().set(FUNC(baraduke_state::baraduke_lamps_w)); /* lamps */
- config.m_minimum_quantum = attotime::from_hz(6000); /* we need heavy synch */
+ config.set_maximum_quantum(attotime::from_hz(6000)); /* we need heavy synch */
WATCHDOG_TIMER(config, "watchdog");