summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bigevglf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bigevglf.cpp')
-rw-r--r--src/mame/drivers/bigevglf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bigevglf.cpp b/src/mame/drivers/bigevglf.cpp
index b1db2003440..ce0aa3614f9 100644
--- a/src/mame/drivers/bigevglf.cpp
+++ b/src/mame/drivers/bigevglf.cpp
@@ -405,7 +405,7 @@ void bigevglf_state::bigevglf(machine_config &config)
TAITO68705_MCU(config, m_bmcu, 2000000); /* ??? */
- config.m_minimum_quantum = attotime::from_hz(600); /* 10 CPU slices per frame - interleaving is forced on the fly */
+ config.set_maximum_quantum(attotime::from_hz(600)); /* 10 CPU slices per frame - interleaving is forced on the fly */
/* video hardware */
SCREEN(config, m_screen, SCREEN_TYPE_RASTER);