summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/a51xx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/a51xx.cpp')
-rw-r--r--src/mame/drivers/a51xx.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/a51xx.cpp b/src/mame/drivers/a51xx.cpp
index 750f1971e55..239d17c8f09 100644
--- a/src/mame/drivers/a51xx.cpp
+++ b/src/mame/drivers/a51xx.cpp
@@ -140,7 +140,8 @@ MACHINE_CONFIG_START(a51xx_state::a5120)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(a51xx_state::a5130, a5120)
+MACHINE_CONFIG_START(a51xx_state::a5130)
+ a5120(config);
/* basic machine hardware */
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_PROGRAM_MAP(a5130_mem)