summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mc10.cpp
diff options
context:
space:
mode:
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
}