summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/chaknpop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/chaknpop.cpp')
-rw-r--r--src/mame/drivers/chaknpop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/chaknpop.cpp b/src/mame/drivers/chaknpop.cpp
index 01feb17a84e..35e562ca90d 100644
--- a/src/mame/drivers/chaknpop.cpp
+++ b/src/mame/drivers/chaknpop.cpp
@@ -370,7 +370,7 @@ void chaknpop_state::chaknpop(machine_config &config)
m_maincpu->set_vblank_int("screen", FUNC(chaknpop_state::irq0_line_hold));
TAITO68705_MCU(config, m_bmcu, XTAL(18'000'000) / 6); // Verified on PCB
- config.m_minimum_quantum = attotime::from_hz(6000); // 100 CPU slices per frame - a high value to ensure proper synchronization of the CPUs
+ config.set_maximum_quantum(attotime::from_hz(6000)); // 100 CPU slices per frame - a high value to ensure proper synchronization of the CPUs
/* video hardware */
screen_device &screen(SCREEN(config, "screen", SCREEN_TYPE_RASTER));