summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dynduke.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dynduke.cpp')
-rw-r--r--src/mame/drivers/dynduke.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dynduke.cpp b/src/mame/drivers/dynduke.cpp
index 48a9cefe1ec..1a84348a6fa 100644
--- a/src/mame/drivers/dynduke.cpp
+++ b/src/mame/drivers/dynduke.cpp
@@ -331,7 +331,7 @@ void dynduke_state::dynduke(machine_config &config)
sei80bu_device &sei80bu(SEI80BU(config, "sei80bu", 0));
sei80bu.set_addrmap(AS_PROGRAM, &dynduke_state::sei80bu_encrypted_full_map);
- config.m_minimum_quantum = attotime::from_hz(3600);
+ config.set_maximum_quantum(attotime::from_hz(3600));
// video hardware
BUFFERED_SPRITERAM16(config, m_spriteram);