summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/stactics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/stactics.cpp')
-rw-r--r--src/mame/drivers/stactics.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/stactics.cpp b/src/mame/drivers/stactics.cpp
index 3ca0d344126..3c803159bf4 100644
--- a/src/mame/drivers/stactics.cpp
+++ b/src/mame/drivers/stactics.cpp
@@ -297,7 +297,7 @@ void stactics_state::machine_start()
*
*************************************/
-static MACHINE_CONFIG_START( stactics, stactics_state )
+static MACHINE_CONFIG_START( stactics )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", I8080, 1933560)
@@ -347,4 +347,4 @@ ROM_END
*
*************************************/
-GAMEL( 1981, stactics, 0, stactics, stactics, driver_device, 0, ORIENTATION_FLIP_X, "Sega", "Space Tactics", MACHINE_NO_SOUND | MACHINE_SUPPORTS_SAVE, layout_stactics )
+GAMEL( 1981, stactics, 0, stactics, stactics, stactics_state, 0, ORIENTATION_FLIP_X, "Sega", "Space Tactics", MACHINE_NO_SOUND | MACHINE_SUPPORTS_SAVE, layout_stactics )