summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atarisy1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/atarisy1.cpp')
-rw-r--r--src/mame/drivers/atarisy1.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/drivers/atarisy1.cpp b/src/mame/drivers/atarisy1.cpp
index f015ea086b5..21034a7a5bc 100644
--- a/src/mame/drivers/atarisy1.cpp
+++ b/src/mame/drivers/atarisy1.cpp
@@ -725,7 +725,7 @@ GFXDECODE_END
*
*************************************/
-static MACHINE_CONFIG_START( atarisy1 )
+MACHINE_CONFIG_START(atarisy1_state::atarisy1)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68010, ATARI_CLOCK_14MHz/2)
@@ -802,27 +802,27 @@ static MACHINE_CONFIG_START( atarisy1 )
MCFG_VIA6522_WRITEPB_HANDLER(WRITE8(atarisy1_state, via_pb_w))
MACHINE_CONFIG_END
-static MACHINE_CONFIG_DERIVED( marble, atarisy1 )
+MACHINE_CONFIG_DERIVED(atarisy1_state::marble, atarisy1)
MCFG_SLAPSTIC_ADD("slapstic", 103)
MACHINE_CONFIG_END
-static MACHINE_CONFIG_DERIVED( peterpak, atarisy1 )
+MACHINE_CONFIG_DERIVED(atarisy1_state::peterpak, atarisy1)
MCFG_SLAPSTIC_ADD("slapstic", 107)
MACHINE_CONFIG_END
-static MACHINE_CONFIG_DERIVED( indytemp, atarisy1 )
+MACHINE_CONFIG_DERIVED(atarisy1_state::indytemp, atarisy1)
MCFG_SLAPSTIC_ADD("slapstic", 105)
MACHINE_CONFIG_END
-static MACHINE_CONFIG_DERIVED( roadrunn, atarisy1 )
+MACHINE_CONFIG_DERIVED(atarisy1_state::roadrunn, atarisy1)
MCFG_SLAPSTIC_ADD("slapstic", 108)
MACHINE_CONFIG_END
-static MACHINE_CONFIG_DERIVED( roadb109, atarisy1 )
+MACHINE_CONFIG_DERIVED(atarisy1_state::roadb109, atarisy1)
MCFG_SLAPSTIC_ADD("slapstic", 109)
MACHINE_CONFIG_END
-static MACHINE_CONFIG_DERIVED( roadb110, atarisy1 )
+MACHINE_CONFIG_DERIVED(atarisy1_state::roadb110, atarisy1)
MCFG_SLAPSTIC_ADD("slapstic", 110)
MACHINE_CONFIG_END