summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/witch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/witch.cpp')
-rw-r--r--src/mame/drivers/witch.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/witch.cpp b/src/mame/drivers/witch.cpp
index 82bc8fc8c98..15bf51bfefa 100644
--- a/src/mame/drivers/witch.cpp
+++ b/src/mame/drivers/witch.cpp
@@ -1044,10 +1044,10 @@ MACHINE_CONFIG_START(keirinou_state::keirinou)
ay2.port_b_write_callback().set(FUNC(witch_state::yscroll_w));
ay2.add_route(ALL_OUTPUTS, "mono", 0.5);
- MCFG_DEVICE_REMOVE("essnd")
- MCFG_DEVICE_REMOVE("msm")
- MCFG_DEVICE_REMOVE("ym1")
- MCFG_DEVICE_REMOVE("ym2")
+ config.device_remove("essnd");
+ config.device_remove("msm");
+ config.device_remove("ym1");
+ config.device_remove("ym2");
MACHINE_CONFIG_END
ROM_START( witch )