summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mc10.cpp
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2019-01-29 20:35:11 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2019-01-29 20:35:11 +0100
commit7f4dc2f670c289da93b300d86ef386d711d44b98 (patch)
tree0c910f10dfe8146fa8aa3006d7a009d99fe901d6 /src/mame/drivers/mc10.cpp
parent01b5c3fb126b695a0b08d00fa0609d9d293b4909 (diff)
src/mame: removed all instances of MCFG_DEVICE_REMOVE in the mame part of the tree (nw)
Diffstat (limited to 'src/mame/drivers/mc10.cpp')
-rw-r--r--src/mame/drivers/mc10.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mc10.cpp b/src/mame/drivers/mc10.cpp
index 1a71c0b3413..78264d034ec 100644
--- a/src/mame/drivers/mc10.cpp
+++ b/src/mame/drivers/mc10.cpp
@@ -592,7 +592,7 @@ MACHINE_CONFIG_START(mc10_state::alice90)
/* Software lists */
MCFG_SOFTWARE_LIST_MODIFY("cass_list", "alice90")
MCFG_SOFTWARE_LIST_COMPATIBLE_ADD("alice32_cass", "alice32")
- MCFG_DEVICE_REMOVE("mc10_cass")
+ config.device_remove("mc10_cass");
MACHINE_CONFIG_END
}