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.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/mame/drivers/atarisy2.cpp b/src/mame/drivers/atarisy2.cpp
index c33db51c5e8..a7330a98126 100644
--- a/src/mame/drivers/atarisy2.cpp
+++ b/src/mame/drivers/atarisy2.cpp
@@ -1185,7 +1185,7 @@ GFXDECODE_END
*
*************************************/
-static MACHINE_CONFIG_START( atarisy2 )
+MACHINE_CONFIG_START(atarisy2_state::atarisy2)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", T11, MASTER_CLOCK/2)
@@ -1244,12 +1244,12 @@ static MACHINE_CONFIG_START( atarisy2 )
MACHINE_CONFIG_END
-static MACHINE_CONFIG_DERIVED( paperboy, atarisy2 )
+MACHINE_CONFIG_DERIVED(atarisy2_state::paperboy, atarisy2)
MCFG_SLAPSTIC_ADD("slapstic", 105)
MACHINE_CONFIG_END
-static MACHINE_CONFIG_DERIVED( 720, atarisy2 )
+MACHINE_CONFIG_DERIVED(atarisy2_state::_720, atarisy2)
/* 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 +1258,7 @@ static MACHINE_CONFIG_DERIVED( 720, atarisy2 )
MACHINE_CONFIG_END
-static MACHINE_CONFIG_DERIVED( ssprint, atarisy2 )
+MACHINE_CONFIG_DERIVED(atarisy2_state::ssprint, atarisy2)
MCFG_SLAPSTIC_ADD("slapstic", 108)
/* sound hardware */
@@ -1266,7 +1266,7 @@ static MACHINE_CONFIG_DERIVED( ssprint, atarisy2 )
MACHINE_CONFIG_END
-static MACHINE_CONFIG_DERIVED( csprint, atarisy2 )
+MACHINE_CONFIG_DERIVED(atarisy2_state::csprint, atarisy2)
MCFG_SLAPSTIC_ADD("slapstic", 109)
/* sound hardware */
@@ -1274,7 +1274,7 @@ static MACHINE_CONFIG_DERIVED( csprint, atarisy2 )
MACHINE_CONFIG_END
-static MACHINE_CONFIG_DERIVED( apb, atarisy2 )
+MACHINE_CONFIG_DERIVED(atarisy2_state::apb, atarisy2)
MCFG_SLAPSTIC_ADD("slapstic", 110)
MACHINE_CONFIG_END
@@ -3236,12 +3236,12 @@ GAME( 1984, paperboy, 0, paperboy, paperboy, atarisy2_state, paperboy,
GAME( 1984, paperboyr2,paperboy, paperboy, paperboy, atarisy2_state, paperboy, ROT0, "Atari Games", "Paperboy (rev 2)", MACHINE_SUPPORTS_SAVE )
GAME( 1984, paperboyr1,paperboy, paperboy, paperboy, atarisy2_state, paperboy, ROT0, "Atari Games", "Paperboy (rev 1)", MACHINE_SUPPORTS_SAVE )
-GAME( 1986, 720, 0, 720, 720, atarisy2_state, 720, ROT0, "Atari Games", "720 Degrees (rev 4)", MACHINE_SUPPORTS_SAVE )
-GAME( 1986, 720r3, 720, 720, 720, atarisy2_state, 720, ROT0, "Atari Games", "720 Degrees (rev 3)", MACHINE_SUPPORTS_SAVE )
-GAME( 1986, 720r2, 720, 720, 720, atarisy2_state, 720, ROT0, "Atari Games", "720 Degrees (rev 2)", MACHINE_SUPPORTS_SAVE )
-GAME( 1986, 720r1, 720, 720, 720, atarisy2_state, 720, ROT0, "Atari Games", "720 Degrees (rev 1)", MACHINE_SUPPORTS_SAVE )
-GAME( 1986, 720g, 720, 720, 720, atarisy2_state, 720, ROT0, "Atari Games", "720 Degrees (German, rev 2)", MACHINE_SUPPORTS_SAVE )
-GAME( 1986, 720gr1, 720, 720, 720, atarisy2_state, 720, ROT0, "Atari Games", "720 Degrees (German, rev 1)", MACHINE_SUPPORTS_SAVE )
+GAME( 1986, 720, 0, _720, 720, atarisy2_state, 720, ROT0, "Atari Games", "720 Degrees (rev 4)", MACHINE_SUPPORTS_SAVE )
+GAME( 1986, 720r3, 720, _720, 720, atarisy2_state, 720, ROT0, "Atari Games", "720 Degrees (rev 3)", MACHINE_SUPPORTS_SAVE )
+GAME( 1986, 720r2, 720, _720, 720, atarisy2_state, 720, ROT0, "Atari Games", "720 Degrees (rev 2)", MACHINE_SUPPORTS_SAVE )
+GAME( 1986, 720r1, 720, _720, 720, atarisy2_state, 720, ROT0, "Atari Games", "720 Degrees (rev 1)", MACHINE_SUPPORTS_SAVE )
+GAME( 1986, 720g, 720, _720, 720, atarisy2_state, 720, ROT0, "Atari Games", "720 Degrees (German, rev 2)", MACHINE_SUPPORTS_SAVE )
+GAME( 1986, 720gr1, 720, _720, 720, atarisy2_state, 720, ROT0, "Atari Games", "720 Degrees (German, rev 1)", MACHINE_SUPPORTS_SAVE )
GAME( 1986, ssprint, 0, ssprint, ssprint, atarisy2_state, ssprint, ROT0, "Atari Games", "Super Sprint (rev 4)", MACHINE_SUPPORTS_SAVE )
GAME( 1986, ssprint3, ssprint, ssprint, ssprint, atarisy2_state, ssprint, ROT0, "Atari Games", "Super Sprint (rev 3)", MACHINE_SUPPORTS_SAVE )