From 562d8191358374418e48bb78299fc5eee2ead634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Banaan=20Ananas?= Date: Tue, 10 Apr 2012 12:34:21 +0000 Subject: [PATCH] MT 04764 fix --- src/mame/drivers/gts3.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mame/drivers/gts3.c b/src/mame/drivers/gts3.c index 8d9b6999955..767022091b3 100644 --- a/src/mame/drivers/gts3.c +++ b/src/mame/drivers/gts3.c @@ -516,7 +516,7 @@ ROM_START(stargatp4) ROM_END /*------------------------------------------------------------------- -/ Street Fighter 2 +/ Street Fighter II /-------------------------------------------------------------------*/ ROM_START(sfight2) ROM_REGION(0x10000, "maincpu", 0) @@ -941,9 +941,9 @@ GAME(1995, stargatp1, stargatp, gts3, gts3, gts3, ROT0, "Gottlieb", "Stargate GAME(1995, stargatp2, stargatp, gts3, gts3, gts3, ROT0, "Gottlieb", "Stargate (rev.2)", GAME_IS_SKELETON_MECHANICAL) GAME(1995, stargatp3, stargatp, gts3, gts3, gts3, ROT0, "Gottlieb", "Stargate (rev.3)", GAME_IS_SKELETON_MECHANICAL) GAME(1995, stargatp4, stargatp, gts3, gts3, gts3, ROT0, "Gottlieb", "Stargate (rev.4)", GAME_IS_SKELETON_MECHANICAL) -GAME(1993, sfight2, 0, gts3, gts3, gts3, ROT0, "Gottlieb", "Street Fighter 2", GAME_IS_SKELETON_MECHANICAL) -GAME(1993, sfight2a, sfight2, gts3, gts3, gts3, ROT0, "Gottlieb", "Street Fighter 2 (rev.1)", GAME_IS_SKELETON_MECHANICAL) -GAME(1993, sfight2b, sfight2, gts3, gts3, gts3, ROT0, "Gottlieb", "Street Fighter 2 (rev.2)", GAME_IS_SKELETON_MECHANICAL) +GAME(1993, sfight2, 0, gts3, gts3, gts3, ROT0, "Gottlieb", "Street Fighter II", GAME_IS_SKELETON_MECHANICAL) +GAME(1993, sfight2a, sfight2, gts3, gts3, gts3, ROT0, "Gottlieb", "Street Fighter II (rev.1)", GAME_IS_SKELETON_MECHANICAL) +GAME(1993, sfight2b, sfight2, gts3, gts3, gts3, ROT0, "Gottlieb", "Street Fighter II (rev.2)", GAME_IS_SKELETON_MECHANICAL) GAME(1992, smb, 0, gts3, gts3, gts3, ROT0, "Gottlieb", "Super Mario Brothers", GAME_IS_SKELETON_MECHANICAL) GAME(1992, smb1, smb, gts3, gts3, gts3, ROT0, "Gottlieb", "Super Mario Brothers (rev.1)", GAME_IS_SKELETON_MECHANICAL) GAME(1992, smb2, smb, gts3, gts3, gts3, ROT0, "Gottlieb", "Super Mario Brothers (rev.2)", GAME_IS_SKELETON_MECHANICAL)