summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hx20.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hx20.cpp')
-rw-r--r--src/mame/drivers/hx20.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/hx20.cpp b/src/mame/drivers/hx20.cpp
index 9f8b5df0e54..e1f807263e5 100644
--- a/src/mame/drivers/hx20.cpp
+++ b/src/mame/drivers/hx20.cpp
@@ -953,7 +953,8 @@ MACHINE_CONFIG_END
// MACHINE_CONFIG( hx20 )
//-------------------------------------------------
-MACHINE_CONFIG_DERIVED(hx20_state::cm6000, hx20)
+MACHINE_CONFIG_START(hx20_state::cm6000)
+ hx20(config);
// basic machine hardware
MCFG_CPU_MODIFY(HD6301V1_MAIN_TAG)
MCFG_CPU_PROGRAM_MAP(cm6000_mem)