summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atarisy4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/atarisy4.cpp')
-rw-r--r--src/mame/drivers/atarisy4.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/atarisy4.cpp b/src/mame/drivers/atarisy4.cpp
index f872a3b5bd6..36e7c42826b 100644
--- a/src/mame/drivers/atarisy4.cpp
+++ b/src/mame/drivers/atarisy4.cpp
@@ -783,7 +783,8 @@ MACHINE_CONFIG_START(atarisy4_state::atarisy4)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(atarisy4_state::airrace, atarisy4)
+MACHINE_CONFIG_START(atarisy4_state::airrace)
+ atarisy4(config);
MCFG_CPU_ADD("dsp1", TMS32010, 16000000)
MCFG_CPU_PROGRAM_MAP(dsp1_map)