summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/compc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/compc.cpp')
-rw-r--r--src/mame/drivers/compc.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/compc.cpp b/src/mame/drivers/compc.cpp
index 645a7984b9b..7c3f0f7e9ff 100644
--- a/src/mame/drivers/compc.cpp
+++ b/src/mame/drivers/compc.cpp
@@ -221,7 +221,8 @@ MACHINE_CONFIG_START(compc_state::compc)
MCFG_SOFTWARE_LIST_ADD("disk_list", "ibm5150")
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(compc_state::pc10iii, compc)
+MACHINE_CONFIG_START(compc_state::pc10iii)
+ compc(config);
MCFG_DEVICE_MODIFY("maincpu")
MCFG_CPU_IO_MAP(compciii_io)
MACHINE_CONFIG_END