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 36ef19dbc85..e2da6e5432a 100644
--- a/src/mame/drivers/gal3.cpp
+++ b/src/mame/drivers/gal3.cpp
@@ -605,7 +605,7 @@ void gal3_state::gal3(machine_config &config)
m68000_device &psn_b3_cpu(M68000(config, "psn_b3_cpu", 12000000)); // ??
psn_b3_cpu.set_addrmap(AS_PROGRAM, &gal3_state::psn_b1_cpu_map);
*/
- config.m_minimum_quantum = attotime::from_hz(60*8000); /* 8000 CPU slices per frame */
+ config.set_maximum_quantum(attotime::from_hz(60*8000)); /* 8000 CPU slices per frame */
NVRAM(config, "nvmem", nvram_device::DEFAULT_ALL_0);