summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mz700.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mz700.cpp')
-rw-r--r--src/mame/drivers/mz700.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/mz700.cpp b/src/mame/drivers/mz700.cpp
index 94ec41c7902..25249470664 100644
--- a/src/mame/drivers/mz700.cpp
+++ b/src/mame/drivers/mz700.cpp
@@ -431,7 +431,7 @@ MACHINE_CONFIG_END
MACHINE_CONFIG_START(mz_state::mz800)
mz700(config);
- MCFG_DEVICE_REMOVE("banke")
+ config.device_remove("banke");
/* basic machine hardware */
MCFG_DEVICE_MODIFY("maincpu")
@@ -449,7 +449,7 @@ MACHINE_CONFIG_START(mz_state::mz800)
MCFG_DEVICE_ADD("sn76489n", SN76489, XTAL(17'734'470)/5)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
- MCFG_DEVICE_REMOVE("cass_list")
+ config.device_remove("cass_list");
MCFG_SOFTWARE_LIST_ADD("cass_list","mz800_cass")
/* devices */