summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/megazone.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/megazone.cpp')
-rw-r--r--src/mame/drivers/megazone.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/megazone.cpp b/src/mame/drivers/megazone.cpp
index 52548698b5e..70c3e70d790 100644
--- a/src/mame/drivers/megazone.cpp
+++ b/src/mame/drivers/megazone.cpp
@@ -309,7 +309,7 @@ void megazone_state::megazone(machine_config &config)
m_daccpu->p1_out_cb().set("dac", FUNC(dac_byte_interface::data_w));
m_daccpu->p2_out_cb().set(FUNC(megazone_state::i8039_irqen_and_status_w));
- config.m_minimum_quantum = attotime::from_hz(900);
+ config.set_maximum_quantum(attotime::from_hz(900));
ls259_device &mainlatch(LS259(config, "mainlatch")); // 13A
mainlatch.q_out_cb<0>().set(FUNC(megazone_state::coin_counter_2_w));