summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/seta2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/seta2.cpp')
-rw-r--r--src/mame/drivers/seta2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/seta2.cpp b/src/mame/drivers/seta2.cpp
index b624190a8b8..2f828e94884 100644
--- a/src/mame/drivers/seta2.cpp
+++ b/src/mame/drivers/seta2.cpp
@@ -2419,7 +2419,7 @@ MACHINE_CONFIG_START(seta2_state::ablastb)
MCFG_DEVICE_PROGRAM_MAP(ablastb_map)
MCFG_DEVICE_VBLANK_INT_DRIVER("screen", seta2_state, irq2_line_hold)
- MCFG_DEVICE_REMOVE("tmp68301")
+ config.device_remove("tmp68301");
MACHINE_CONFIG_END
MACHINE_CONFIG_START(seta2_state::reelquak)