summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/markham.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/markham.cpp')
-rw-r--r--src/mame/drivers/markham.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/markham.cpp b/src/mame/drivers/markham.cpp
index b4c59511bc7..6bf26f788ad 100644
--- a/src/mame/drivers/markham.cpp
+++ b/src/mame/drivers/markham.cpp
@@ -580,7 +580,7 @@ void markham_state::markham(machine_config &config)
m_subcpu->set_addrmap(AS_PROGRAM, &markham_state::markham_slave_map);
m_subcpu->set_vblank_int("screen", FUNC(markham_state::irq0_line_hold));
- config.m_minimum_quantum = attotime::from_hz(CPU_CLOCK/256);
+ config.set_maximum_quantum(attotime::from_hz(CPU_CLOCK/256));
/* video hardware */
SCREEN(config, m_screen, SCREEN_TYPE_RASTER);