summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/s11b.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/s11b.cpp')
-rw-r--r--src/mame/drivers/s11b.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/s11b.cpp b/src/mame/drivers/s11b.cpp
index 939228f6cc3..cf4b8effcb2 100644
--- a/src/mame/drivers/s11b.cpp
+++ b/src/mame/drivers/s11b.cpp
@@ -336,7 +336,7 @@ void s11b_state::s11b(machine_config &config)
/* Add the background music card */
MC6809E(config, m_bgcpu, XTAL(8'000'000) / 4); // MC68B09E
m_bgcpu->set_addrmap(AS_PROGRAM, &s11b_state::s11b_bg_map);
- config.m_minimum_quantum = attotime::from_hz(50);
+ config.set_maximum_quantum(attotime::from_hz(50));
SPEAKER(config, "bg").front_center();
YM2151(config, m_ym, 3580000);