diff options
Diffstat (limited to 'src/mame/drivers/quakeat.c')
-rw-r--r-- | src/mame/drivers/quakeat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/quakeat.c b/src/mame/drivers/quakeat.c index 2fa3127a579..a978a522c23 100644 --- a/src/mame/drivers/quakeat.c +++ b/src/mame/drivers/quakeat.c @@ -199,4 +199,4 @@ ROM_START(quake) ROM_END -GAME( 1998, quake, 0, quake, quake, 0, ROT0, "Lazer-Tron / iD Software", "Quake Arcade Tournament (Release Beta 2)", GAME_IS_SKELETON ) +GAME( 1998, quake, 0, quake, quake, quakeat_state, 0, ROT0, "Lazer-Tron / iD Software", "Quake Arcade Tournament (Release Beta 2)", GAME_IS_SKELETON ) |