summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tvcapcom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tvcapcom.cpp')
-rw-r--r--src/mame/drivers/tvcapcom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tvcapcom.cpp b/src/mame/drivers/tvcapcom.cpp
index cb66f0074ce..3b66e8b3dbc 100644
--- a/src/mame/drivers/tvcapcom.cpp
+++ b/src/mame/drivers/tvcapcom.cpp
@@ -62,7 +62,7 @@ MACHINE_CONFIG_START(tvcapcom_state::tvcapcom)
MCFG_DEVICE_PROGRAM_MAP(gc_map)
MCFG_DEVICE_DISABLE()
- MCFG_QUANTUM_TIME(attotime::from_hz(6000))
+ config.m_minimum_quantum = attotime::from_hz(6000);
/* video hardware */