diff options
Diffstat (limited to 'src/mame/drivers/hazelgr.c')
-rw-r--r-- | src/mame/drivers/hazelgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hazelgr.c b/src/mame/drivers/hazelgr.c index a97bfaf4a94..b22c62381f9 100644 --- a/src/mame/drivers/hazelgr.c +++ b/src/mame/drivers/hazelgr.c @@ -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)", GAME_IS_SKELETON_MECHANICAL) +GAME( 198?, hg_frd, 0, haze, haze, driver_device, 0, ROT0, "Hazel Grove", "Fruit Deuce (Hazel Grove)", MACHINE_IS_SKELETON_MECHANICAL) |