summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/decodmd3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/decodmd3.cpp')
-rw-r--r--src/mame/video/decodmd3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/decodmd3.cpp b/src/mame/video/decodmd3.cpp
index 58979b27770..b2823c17506 100644
--- a/src/mame/video/decodmd3.cpp
+++ b/src/mame/video/decodmd3.cpp
@@ -136,7 +136,7 @@ void decodmd_type3_device::device_add_mconfig(machine_config &config)
M68000(config, m_cpu, XTAL(12'000'000));
m_cpu->set_addrmap(AS_PROGRAM, &decodmd_type3_device::decodmd3_map);
- config.m_minimum_quantum = attotime::from_hz(60);
+ config.set_maximum_quantum(attotime::from_hz(60));
TIMER(config, "irq_timer", 0).configure_periodic(FUNC(decodmd_type3_device::dmd_irq), attotime::from_hz(150));