summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fastfred.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fastfred.cpp')
-rw-r--r--src/mame/drivers/fastfred.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/fastfred.cpp b/src/mame/drivers/fastfred.cpp
index 097c52458fb..3cd6921cf56 100644
--- a/src/mame/drivers/fastfred.cpp
+++ b/src/mame/drivers/fastfred.cpp
@@ -685,14 +685,14 @@ MACHINE_CONFIG_START(fastfred_state::jumpcoas)
MCFG_DEVICE_MODIFY("maincpu")
MCFG_DEVICE_PROGRAM_MAP(jumpcoas_map)
- MCFG_DEVICE_REMOVE("audiocpu")
+ config.device_remove("audiocpu");
/* video hardware */
subdevice<gfxdecode_device>("gfxdecode")->set_info(gfx_jumpcoas);
/* sound hardware */
- MCFG_DEVICE_REMOVE("soundlatch")
- MCFG_DEVICE_REMOVE("ay8910.2")
+ config.device_remove("soundlatch");
+ config.device_remove("ay8910.2");
MACHINE_CONFIG_END
MACHINE_CONFIG_START(fastfred_state::imago)