summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tankbust.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tankbust.cpp')
-rw-r--r--src/mame/drivers/tankbust.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tankbust.cpp b/src/mame/drivers/tankbust.cpp
index 5476548e37b..dc01c97d400 100644
--- a/src/mame/drivers/tankbust.cpp
+++ b/src/mame/drivers/tankbust.cpp
@@ -341,7 +341,7 @@ void tankbust_state::tankbust(machine_config &config)
m_subcpu->set_addrmap(AS_PROGRAM, &tankbust_state::map_cpu2);
m_subcpu->set_addrmap(AS_IO, &tankbust_state::port_map_cpu2);
- config.m_minimum_quantum = attotime::from_hz(6000);
+ config.set_maximum_quantum(attotime::from_hz(6000));
/* video hardware */