summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ultraman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ultraman.cpp')
-rw-r--r--src/mame/drivers/ultraman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ultraman.cpp b/src/mame/drivers/ultraman.cpp
index a801ceec5ce..8371ef03b02 100644
--- a/src/mame/drivers/ultraman.cpp
+++ b/src/mame/drivers/ultraman.cpp
@@ -186,7 +186,7 @@ MACHINE_CONFIG_START(ultraman_state::ultraman)
INPUT_MERGER_ALL_HIGH(config, "soundnmi").output_handler().set_inputline(m_audiocpu, INPUT_LINE_NMI);
- MCFG_QUANTUM_TIME(attotime::from_hz(600))
+ config.m_minimum_quantum = attotime::from_hz(600);
WATCHDOG_TIMER(config, "watchdog");