summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rungun.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rungun.cpp')
-rw-r--r--src/mame/drivers/rungun.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/rungun.cpp b/src/mame/drivers/rungun.cpp
index fc07c720cb7..3f1fc5317d3 100644
--- a/src/mame/drivers/rungun.cpp
+++ b/src/mame/drivers/rungun.cpp
@@ -397,7 +397,7 @@ void rungun_state::rng(machine_config &config)
Z80(config, m_soundcpu, 8000000);
m_soundcpu->set_addrmap(AS_PROGRAM, &rungun_state::rungun_sound_map);
- config.m_minimum_quantum = attotime::from_hz(6000); // higher if sound stutters
+ config.set_maximum_quantum(attotime::from_hz(6000)); // higher if sound stutters
GFXDECODE(config, m_gfxdecode, m_palette, gfx_rungun);