summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/xain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/xain.cpp')
-rw-r--r--src/mame/drivers/xain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/xain.cpp b/src/mame/drivers/xain.cpp
index 85cc2e224d2..8e569c4801d 100644
--- a/src/mame/drivers/xain.cpp
+++ b/src/mame/drivers/xain.cpp
@@ -487,7 +487,7 @@ void xain_state::xsleena(machine_config &config)
TAITO68705_MCU(config, m_mcu, MCU_CLOCK);
- config.m_perfect_cpu_quantum = subtag("maincpu");
+ config.set_perfect_quantum(m_maincpu);
// video hardware
SCREEN(config, m_screen, SCREEN_TYPE_RASTER);