summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tomcat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tomcat.cpp')
-rw-r--r--src/mame/drivers/tomcat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tomcat.cpp b/src/mame/drivers/tomcat.cpp
index 5ff67755fe9..af778e84c07 100644
--- a/src/mame/drivers/tomcat.cpp
+++ b/src/mame/drivers/tomcat.cpp
@@ -342,7 +342,7 @@ MACHINE_CONFIG_START(tomcat_state::tomcat)
// OUTB PB0 - PB7 OUTPUT Speech Data
// IRQ CB connected to IRQ line of 6502
- MCFG_QUANTUM_TIME(attotime::from_hz(4000))
+ config.m_minimum_quantum = attotime::from_hz(4000);
LS259(config, m_mainlatch);
m_mainlatch->q_out_cb<0>().set_output("led1").invert();