summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/retofinv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/retofinv.cpp')
-rw-r--r--src/mame/drivers/retofinv.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/retofinv.cpp b/src/mame/drivers/retofinv.cpp
index 1a7f11b9174..ec9af125baa 100644
--- a/src/mame/drivers/retofinv.cpp
+++ b/src/mame/drivers/retofinv.cpp
@@ -481,7 +481,7 @@ MACHINE_CONFIG_START(retofinv_state::retofinvb_nomcu)
m_mainlatch->q_out_cb<3>().set_nop();
- MCFG_DEVICE_REMOVE("68705")
+ config.device_remove("68705");
MACHINE_CONFIG_END
/* bootleg which has different pallete clut and also has no mcu */
@@ -492,7 +492,7 @@ MACHINE_CONFIG_START(retofinv_state::retofinvb1_nomcu)
m_mainlatch->q_out_cb<3>().set_nop();
- MCFG_DEVICE_REMOVE("68705")
+ config.device_remove("68705");
MACHINE_CONFIG_END
/***************************************************************************