summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/decodmd2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/decodmd2.cpp')
-rw-r--r--src/mame/video/decodmd2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/decodmd2.cpp b/src/mame/video/decodmd2.cpp
index b30d2719bc3..cf4676680b9 100644
--- a/src/mame/video/decodmd2.cpp
+++ b/src/mame/video/decodmd2.cpp
@@ -134,7 +134,7 @@ void decodmd_type2_device::device_add_mconfig(machine_config &config)
MC6809E(config, m_cpu, XTAL(8'000'000) / 4);
m_cpu->set_addrmap(AS_PROGRAM, &decodmd_type2_device::decodmd2_map);
- config.m_minimum_quantum = attotime::from_hz(60);
+ config.set_maximum_quantum(attotime::from_hz(60));
TIMER(config, "firq_timer", 0).configure_periodic(FUNC(decodmd_type2_device::dmd_firq), attotime::from_hz(80));