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 d4254f72348..8e010cd477e 100644
--- a/src/mame/drivers/tvcapcom.cpp
+++ b/src/mame/drivers/tvcapcom.cpp
@@ -62,7 +62,7 @@ void tvcapcom_state::tvcapcom(machine_config &config)
m_maincpu->set_addrmap(AS_PROGRAM, &tvcapcom_state::gc_map);
m_maincpu->set_disable();
- config.m_minimum_quantum = attotime::from_hz(6000);
+ config.set_maximum_quantum(attotime::from_hz(6000));
/* video hardware */