summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ddribble.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ddribble.cpp')
-rw-r--r--src/mame/drivers/ddribble.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ddribble.cpp b/src/mame/drivers/ddribble.cpp
index 83cf4e806d0..c5b4a7a09b7 100644
--- a/src/mame/drivers/ddribble.cpp
+++ b/src/mame/drivers/ddribble.cpp
@@ -269,7 +269,7 @@ MACHINE_CONFIG_START(ddribble_state::ddribble)
MCFG_DEVICE_ADD("cpu2", MC6809E, XTAL(18'432'000)/12) /* verified on pcb */
MCFG_DEVICE_PROGRAM_MAP(cpu2_map)
- MCFG_QUANTUM_TIME(attotime::from_hz(6000)) /* we need heavy synch */
+ config.m_minimum_quantum = attotime::from_hz(6000); /* we need heavy synch */
WATCHDOG_TIMER(config, "watchdog");