summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/riscpc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/riscpc.cpp')
-rw-r--r--src/mame/drivers/riscpc.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/riscpc.cpp b/src/mame/drivers/riscpc.cpp
index 463257d0c42..04f40140588 100644
--- a/src/mame/drivers/riscpc.cpp
+++ b/src/mame/drivers/riscpc.cpp
@@ -851,7 +851,8 @@ MACHINE_CONFIG_START(riscpc_state::a7000)
MCFG_PALETTE_ADD("palette", 0x200)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(riscpc_state::a7000p, a7000)
+MACHINE_CONFIG_START(riscpc_state::a7000p)
+ a7000(config);
MCFG_CPU_MODIFY("maincpu") // ARM7500FE
MCFG_CPU_CLOCK(XTAL(48'000'000))
MACHINE_CONFIG_END