summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ep64.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ep64.cpp')
-rw-r--r--src/mame/drivers/ep64.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/ep64.cpp b/src/mame/drivers/ep64.cpp
index 65c083d3b5e..c0ab98d949f 100644
--- a/src/mame/drivers/ep64.cpp
+++ b/src/mame/drivers/ep64.cpp
@@ -618,7 +618,8 @@ MACHINE_CONFIG_END
// MACHINE_CONFIG( ep128 )
//-------------------------------------------------
-MACHINE_CONFIG_DERIVED(ep64_state::ep128, ep64)
+MACHINE_CONFIG_START(ep64_state::ep128)
+ ep64(config);
MCFG_DEVICE_MODIFY(DAVE_TAG)
MCFG_DEVICE_ADDRESS_MAP(AS_PROGRAM, dave_128k_mem)