summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/djboy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/djboy.cpp')
-rw-r--r--src/mame/drivers/djboy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/djboy.cpp b/src/mame/drivers/djboy.cpp
index c0e47b908f2..2a11612501c 100644
--- a/src/mame/drivers/djboy.cpp
+++ b/src/mame/drivers/djboy.cpp
@@ -505,7 +505,7 @@ MACHINE_CONFIG_START(djboy_state::djboy)
m_beast->port_in_cb<3>().set(FUNC(djboy_state::beast_p3_r));
m_beast->port_out_cb<3>().set(FUNC(djboy_state::beast_p3_w));
- MCFG_QUANTUM_TIME(attotime::from_hz(6000))
+ config.m_minimum_quantum = attotime::from_hz(6000);
GENERIC_LATCH_8(config, m_slavelatch);