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.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/xain.cpp b/src/mame/drivers/xain.cpp
index efc108e9399..d201dc194e5 100644
--- a/src/mame/drivers/xain.cpp
+++ b/src/mame/drivers/xain.cpp
@@ -496,7 +496,8 @@ MACHINE_CONFIG_START(xain_state::xsleena)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(xain_state::xsleenab, xsleena)
+MACHINE_CONFIG_START(xain_state::xsleenab)
+ xsleena(config);
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_PROGRAM_MAP(bootleg_map)