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.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/mc10.cpp b/src/mame/drivers/mc10.cpp
index 3e289125fba..d0edc145c26 100644
--- a/src/mame/drivers/mc10.cpp
+++ b/src/mame/drivers/mc10.cpp
@@ -583,7 +583,8 @@ MACHINE_CONFIG_START(mc10_state::alice32)
MCFG_SOFTWARE_LIST_COMPATIBLE_ADD("mc10_cass", "mc10")
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(mc10_state::alice90, alice32)
+MACHINE_CONFIG_START(mc10_state::alice90)
+ alice32(config);
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_PROGRAM_MAP(alice90_mem)