summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jupace.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jupace.cpp')
-rw-r--r--src/mame/drivers/jupace.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/jupace.cpp b/src/mame/drivers/jupace.cpp
index 842900a6ec3..89fd060eaca 100644
--- a/src/mame/drivers/jupace.cpp
+++ b/src/mame/drivers/jupace.cpp
@@ -759,7 +759,7 @@ void ace_state::ace(machine_config &config)
Z80(config, m_maincpu, XTAL(6'500'000)/2);
m_maincpu->set_addrmap(AS_PROGRAM, &ace_state::ace_mem);
m_maincpu->set_addrmap(AS_IO, &ace_state::ace_io);
- config.m_minimum_quantum = attotime::from_hz(60);
+ config.set_maximum_quantum(attotime::from_hz(60));
// video hardware
screen_device &screen(SCREEN(config, SCREEN_TAG, SCREEN_TYPE_RASTER));