summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nwk-tr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/nwk-tr.cpp')
-rw-r--r--src/mame/drivers/nwk-tr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/nwk-tr.cpp b/src/mame/drivers/nwk-tr.cpp
index 65b86d0310c..0c882968841 100644
--- a/src/mame/drivers/nwk-tr.cpp
+++ b/src/mame/drivers/nwk-tr.cpp
@@ -865,7 +865,7 @@ void nwktr_state::nwktr(machine_config &config)
m_dsp2->set_boot_mode(adsp21062_device::BOOT_MODE_EPROM);
m_dsp2->set_addrmap(AS_DATA, &nwktr_state::sharc1_map);
- config.m_minimum_quantum = attotime::from_hz(9000);
+ config.set_maximum_quantum(attotime::from_hz(9000));
M48T58(config, "m48t58", 0);