summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/gridlee.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gridlee.cpp')
-rw-r--r--src/mame/drivers/gridlee.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/gridlee.cpp b/src/mame/drivers/gridlee.cpp
index 87f60fde51f..9e72dedd806 100644
--- a/src/mame/drivers/gridlee.cpp
+++ b/src/mame/drivers/gridlee.cpp
@@ -410,7 +410,7 @@ static const char *const sample_names[] =
*
*************************************/
-static MACHINE_CONFIG_START( gridlee, gridlee_state )
+static MACHINE_CONFIG_START( gridlee )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M6809, GRIDLEE_CPU_CLOCK)
@@ -478,4 +478,4 @@ ROM_END
*
*************************************/
-GAME( 1983, gridlee, 0, gridlee, gridlee, driver_device, 0, ROT0, "Videa", "Gridlee", MACHINE_SUPPORTS_SAVE | MACHINE_IMPERFECT_SOUND )
+GAME( 1983, gridlee, 0, gridlee, gridlee, gridlee_state, 0, ROT0, "Videa", "Gridlee", MACHINE_SUPPORTS_SAVE | MACHINE_IMPERFECT_SOUND )