summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tecmo16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tecmo16.cpp')
-rw-r--r--src/mame/drivers/tecmo16.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tecmo16.cpp b/src/mame/drivers/tecmo16.cpp
index b836b3371c8..ba197fc828e 100644
--- a/src/mame/drivers/tecmo16.cpp
+++ b/src/mame/drivers/tecmo16.cpp
@@ -364,7 +364,7 @@ MACHINE_CONFIG_START(tecmo16_state::fstarfrc)
MCFG_DEVICE_ADD("audiocpu", Z80,MASTER_CLOCK/6) /* 4MHz */
MCFG_DEVICE_PROGRAM_MAP(sound_map)
/* NMIs are triggered by the main CPU */
- MCFG_QUANTUM_TIME(attotime::from_hz(600))
+ config.m_minimum_quantum = attotime::from_hz(600);
/* video hardware */
BUFFERED_SPRITERAM16(config, m_spriteram);