summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/xexex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/xexex.cpp')
-rw-r--r--src/mame/drivers/xexex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/xexex.cpp b/src/mame/drivers/xexex.cpp
index 68f4ed0b716..8c72bbf94f3 100644
--- a/src/mame/drivers/xexex.cpp
+++ b/src/mame/drivers/xexex.cpp
@@ -481,7 +481,7 @@ void xexex_state::xexex(machine_config &config)
Z80(config, m_audiocpu, XTAL(32'000'000)/4); // Z80E 8Mhz
m_audiocpu->set_addrmap(AS_PROGRAM, &xexex_state::sound_map);
- config.m_minimum_quantum = attotime::from_hz(1920);
+ config.set_maximum_quantum(attotime::from_hz(1920));
EEPROM_ER5911_8BIT(config, "eeprom");