summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/hazelgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hazelgr.cpp')
-rw-r--r--src/mame/drivers/hazelgr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/hazelgr.cpp b/src/mame/drivers/hazelgr.cpp
index b22c62381f9..cca9a43c63c 100644
--- a/src/mame/drivers/hazelgr.cpp
+++ b/src/mame/drivers/hazelgr.cpp
@@ -35,7 +35,7 @@ static INPUT_PORTS_START( haze )
INPUT_PORTS_END
-static MACHINE_CONFIG_START( haze, haze_state )
+static MACHINE_CONFIG_START( haze )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", Z80,2000000) /* ? MHz */
MCFG_CPU_PROGRAM_MAP(haze_map)
@@ -49,4 +49,4 @@ ROM_START( hg_frd )
ROM_END
-GAME( 198?, hg_frd, 0, haze, haze, driver_device, 0, ROT0, "Hazel Grove", "Fruit Deuce (Hazel Grove)", MACHINE_IS_SKELETON_MECHANICAL)
+GAME( 198?, hg_frd, 0, haze, haze, haze_state, 0, ROT0, "Hazel Grove", "Fruit Deuce (Hazel Grove)", MACHINE_IS_SKELETON_MECHANICAL)