summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/seicross.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/seicross.cpp')
-rw-r--r--src/mame/drivers/seicross.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/seicross.cpp b/src/mame/drivers/seicross.cpp
index a848fa0edc5..8f528f730f8 100644
--- a/src/mame/drivers/seicross.cpp
+++ b/src/mame/drivers/seicross.cpp
@@ -406,7 +406,7 @@ MACHINE_CONFIG_START(seicross_state::no_nvram)
MCFG_DEVICE_ADD("mcu", NSC8105, XTAL(18'432'000) / 6) /* ??? */
MCFG_DEVICE_PROGRAM_MAP(mcu_no_nvram_map)
- MCFG_QUANTUM_TIME(attotime::from_hz(1200)) /* 20 CPU slices per frame - an high value to ensure proper */
+ config.m_minimum_quantum = attotime::from_hz(1200); /* 20 CPU slices per frame - a high value to ensure proper */
/* synchronization of the CPUs */
WATCHDOG_TIMER(config, "watchdog");