summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dectalk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dectalk.cpp')
-rw-r--r--src/mame/drivers/dectalk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dectalk.cpp b/src/mame/drivers/dectalk.cpp
index 87b4fe182cc..8351036a2b0 100644
--- a/src/mame/drivers/dectalk.cpp
+++ b/src/mame/drivers/dectalk.cpp
@@ -893,7 +893,7 @@ void dectalk_state::dectalk(machine_config &config)
m_dsp->bio().set(FUNC(dectalk_state::spc_semaphore_r)); //read infifo-has-data-in-it fifo readable status
#ifdef USE_LOOSE_TIMING
- config.m_minimum_quantum = attotime::from_hz(100);
+ config.set_maximum_quantum(attotime::from_hz(100));
#else
config.m_perfect_cpu_quantum = subtag("dsp");
#endif