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 74eae071c24..24d4958fb3e 100644
--- a/src/mame/drivers/xain.cpp
+++ b/src/mame/drivers/xain.cpp
@@ -523,7 +523,7 @@ MACHINE_CONFIG_START(xain_state::xsleenab)
MCFG_DEVICE_MODIFY("maincpu")
MCFG_DEVICE_PROGRAM_MAP(bootleg_map)
- MCFG_DEVICE_REMOVE("mcu")
+ config.device_remove("mcu");
MACHINE_CONFIG_END