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 a7933a14a57..c8b1e3503d5 100644
--- a/src/mame/drivers/tomcat.cpp
+++ b/src/mame/drivers/tomcat.cpp
@@ -343,7 +343,7 @@ void tomcat_state::tomcat(machine_config &config)
// OUTB PB0 - PB7 OUTPUT Speech Data
// IRQ CB connected to IRQ line of 6502
- config.m_minimum_quantum = attotime::from_hz(4000);
+ config.set_maximum_quantum(attotime::from_hz(4000));
LS259(config, m_mainlatch);
m_mainlatch->q_out_cb<0>().set_output("led1").invert();