summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gal3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gal3.cpp')
-rw-r--r--src/mame/drivers/gal3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gal3.cpp b/src/mame/drivers/gal3.cpp
index 5843b92e73f..f3a72c5a12b 100644
--- a/src/mame/drivers/gal3.cpp
+++ b/src/mame/drivers/gal3.cpp
@@ -635,7 +635,7 @@ MACHINE_CONFIG_START(gal3_state::gal3)
MCFG_DEVICE_ADD("psn_b3_cpu", M68000, 12000000) // ??
MCFG_DEVICE_PROGRAM_MAP(psn_b1_cpu_map,0)
*/
- MCFG_QUANTUM_TIME(attotime::from_hz(60*8000)) /* 8000 CPU slices per frame */
+ config.m_minimum_quantum = attotime::from_hz(60*8000); /* 8000 CPU slices per frame */
NVRAM(config, "nvmem", nvram_device::DEFAULT_ALL_0);