summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atarisy2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/atarisy2.cpp')
-rw-r--r--src/mame/drivers/atarisy2.cpp15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/mame/drivers/atarisy2.cpp b/src/mame/drivers/atarisy2.cpp
index 7591f8a47dc..627868cef7d 100644
--- a/src/mame/drivers/atarisy2.cpp
+++ b/src/mame/drivers/atarisy2.cpp
@@ -1244,12 +1244,14 @@ MACHINE_CONFIG_START(atarisy2_state::atarisy2)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(atarisy2_state::paperboy, atarisy2)
+MACHINE_CONFIG_START(atarisy2_state::paperboy)
+ atarisy2(config);
MCFG_SLAPSTIC_ADD("slapstic", 105)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(atarisy2_state::_720, atarisy2)
+MACHINE_CONFIG_START(atarisy2_state::_720)
+ atarisy2(config);
/* without the default EEPROM, 720 hangs at startup due to communication
issues with the sound CPU; temporarily increasing the sound CPU frequency
to ~2.2MHz "fixes" the problem */
@@ -1258,7 +1260,8 @@ MACHINE_CONFIG_DERIVED(atarisy2_state::_720, atarisy2)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(atarisy2_state::ssprint, atarisy2)
+MACHINE_CONFIG_START(atarisy2_state::ssprint)
+ atarisy2(config);
MCFG_SLAPSTIC_ADD("slapstic", 108)
/* sound hardware */
@@ -1266,7 +1269,8 @@ MACHINE_CONFIG_DERIVED(atarisy2_state::ssprint, atarisy2)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(atarisy2_state::csprint, atarisy2)
+MACHINE_CONFIG_START(atarisy2_state::csprint)
+ atarisy2(config);
MCFG_SLAPSTIC_ADD("slapstic", 109)
/* sound hardware */
@@ -1274,7 +1278,8 @@ MACHINE_CONFIG_DERIVED(atarisy2_state::csprint, atarisy2)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(atarisy2_state::apb, atarisy2)
+MACHINE_CONFIG_START(atarisy2_state::apb)
+ atarisy2(config);
MCFG_SLAPSTIC_ADD("slapstic", 110)
MACHINE_CONFIG_END