From 97e7d0203446c234aa5b32b7ceb910083dad5fbd Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Tue, 10 Jan 2012 16:41:02 +0000 Subject: [PATCH] Fix for MT#04597: opthund: The correct description is "Operation: Thunder". (nw) --- src/mame/drivers/gts3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/gts3.c b/src/mame/drivers/gts3.c index c8e7a22b516..8bec1df406d 100644 --- a/src/mame/drivers/gts3.c +++ b/src/mame/drivers/gts3.c @@ -356,7 +356,7 @@ ROM_START(nudgeit) ROM_END /*------------------------------------------------------------------- -/ Operation Thunder (#732) +/ Operation: Thunder (#732) /-------------------------------------------------------------------*/ ROM_START(opthund) ROM_REGION(0x10000, "maincpu", 0) @@ -932,7 +932,7 @@ GAME(1989, lca2, lca, gts3, gts3, gts3, ROT0, "Gottlieb", "Lights...Camera. GAME(1995, andretti, 0, gts3, gts3, gts3, ROT0, "Gottlieb", "Mario Andretti", GAME_IS_SKELETON_MECHANICAL) GAME(1995, andretti4, andretti, gts3, gts3, gts3, ROT0, "Gottlieb", "Mario Andretti (rev.T4)", GAME_IS_SKELETON_MECHANICAL) GAME(1990, nudgeit, 0, gts3, gts3, gts3, ROT0, "Gottlieb", "Nudge-It", GAME_IS_SKELETON_MECHANICAL) -GAME(1992, opthund, 0, gts3, gts3, gts3, ROT0, "Gottlieb", "Operation Thunder", GAME_IS_SKELETON_MECHANICAL) +GAME(1992, opthund, 0, gts3, gts3, gts3, ROT0, "Gottlieb", "Operation: Thunder", GAME_IS_SKELETON_MECHANICAL) GAME(1994, rescu911, 0, gts3, gts3, gts3, ROT0, "Gottlieb", "Rescue 911 (rev.1)", GAME_IS_SKELETON_MECHANICAL) GAME(1995, shaqattq, 0, gts3, gts3, gts3, ROT0, "Gottlieb", "Shaq Attaq (rev.5)", GAME_IS_SKELETON_MECHANICAL) GAME(1995, shaqattq2, shaqattq, gts3, gts3, gts3, ROT0, "Gottlieb", "Shaq Attaq (rev.2)", GAME_IS_SKELETON_MECHANICAL)