summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/spy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/spy.cpp')
-rw-r--r--src/mame/drivers/spy.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/spy.cpp b/src/mame/drivers/spy.cpp
index 6d0553fd57f..87e27afd992 100644
--- a/src/mame/drivers/spy.cpp
+++ b/src/mame/drivers/spy.cpp
@@ -492,7 +492,7 @@ void spy_state::machine_reset()
m_old_3f90 = -1;
}
-static MACHINE_CONFIG_START( spy, spy_state )
+static MACHINE_CONFIG_START( spy )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M6809, 3000000) /* ? */
@@ -608,5 +608,5 @@ ROM_START( spyu )
ROM_END
-GAME( 1989, spy, 0, spy, spy, driver_device, 0, ROT0, "Konami", "S.P.Y. - Special Project Y (World ver. N)", MACHINE_SUPPORTS_SAVE )
-GAME( 1989, spyu, spy, spy, spy, driver_device, 0, ROT0, "Konami", "S.P.Y. - Special Project Y (US ver. M)", MACHINE_SUPPORTS_SAVE )
+GAME( 1989, spy, 0, spy, spy, spy_state, 0, ROT0, "Konami", "S.P.Y. - Special Project Y (World ver. N)", MACHINE_SUPPORTS_SAVE )
+GAME( 1989, spyu, spy, spy, spy, spy_state, 0, ROT0, "Konami", "S.P.Y. - Special Project Y (US ver. M)", MACHINE_SUPPORTS_SAVE )