summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/flkatck.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/flkatck.cpp')
-rw-r--r--src/mame/drivers/flkatck.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/flkatck.cpp b/src/mame/drivers/flkatck.cpp
index 6867404a04a..a184903a2be 100644
--- a/src/mame/drivers/flkatck.cpp
+++ b/src/mame/drivers/flkatck.cpp
@@ -225,7 +225,7 @@ void flkatck_state::flkatck(machine_config &config)
Z80(config, m_audiocpu, 3.579545_MHz_XTAL); /* NEC D780C-1, 3.579545MHz */
m_audiocpu->set_addrmap(AS_PROGRAM, &flkatck_state::flkatck_sound_map);
- config.m_minimum_quantum = attotime::from_hz(600);
+ config.set_maximum_quantum(attotime::from_hz(600));
WATCHDOG_TIMER(config, m_watchdog);