summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/witch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/witch.cpp')
-rw-r--r--src/mame/drivers/witch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/witch.cpp b/src/mame/drivers/witch.cpp
index 393f322e618..5d7478d21f8 100644
--- a/src/mame/drivers/witch.cpp
+++ b/src/mame/drivers/witch.cpp
@@ -939,7 +939,7 @@ void witch_state::witch(machine_config &config)
m_subcpu->set_addrmap(AS_PROGRAM, &witch_state::witch_sub_map);
m_subcpu->set_vblank_int("screen", FUNC(witch_state::irq0_line_assert));
- config.m_minimum_quantum = attotime::from_hz(6000);
+ config.set_maximum_quantum(attotime::from_hz(6000));
NVRAM(config, "nvram", nvram_device::DEFAULT_ALL_0);