summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/shtzone.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/shtzone.cpp')
-rw-r--r--src/mame/drivers/shtzone.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/shtzone.cpp b/src/mame/drivers/shtzone.cpp
index c83dc552550..c3d42179a4e 100644
--- a/src/mame/drivers/shtzone.cpp
+++ b/src/mame/drivers/shtzone.cpp
@@ -93,7 +93,7 @@ uint32_t shtzone_state::screen_update_shtzone(screen_device &screen, bitmap_ind1
}
-static MACHINE_CONFIG_START( shtzone, shtzone_state )
+static MACHINE_CONFIG_START( shtzone )
/* basic machine hardware */
MCFG_CPU_ADD("timercpu", Z80,10738000/4)
@@ -121,4 +121,4 @@ ROM_START( shtzone )
ROM_LOAD( "epr10894a.20", 0x00000, 0x04000, CRC(ea8901d9) SHA1(43fd8bfc395e3b2e3fbe9645d692a5eb04783d9c) )
ROM_END
-GAME( 1987, shtzone, 0, shtzone, shtzone, driver_device, 0, ROT0, "Sega", "Shooting Zone System BIOS", MACHINE_IS_SKELETON | MACHINE_NO_SOUND | MACHINE_NOT_WORKING | MACHINE_IS_BIOS_ROOT )
+GAME( 1987, shtzone, 0, shtzone, shtzone, shtzone_state, 0, ROT0, "Sega", "Shooting Zone System BIOS", MACHINE_IS_SKELETON | MACHINE_NO_SOUND | MACHINE_NOT_WORKING | MACHINE_IS_BIOS_ROOT )