summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segasp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/segasp.cpp')
-rw-r--r--src/mame/drivers/segasp.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/segasp.cpp b/src/mame/drivers/segasp.cpp
index 847e88c1e8f..29e62259442 100644
--- a/src/mame/drivers/segasp.cpp
+++ b/src/mame/drivers/segasp.cpp
@@ -296,7 +296,8 @@ INPUT_PORTS_START( segasp )
INPUT_PORTS_END
-MACHINE_CONFIG_DERIVED(segasp_state::segasp, naomi_aw_base)
+MACHINE_CONFIG_START(segasp_state::segasp)
+ naomi_aw_base(config);
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_PROGRAM_MAP(segasp_map)
MCFG_CPU_IO_MAP(onchip_port)