From 8d6c62b976d1f9190f5c776646f01cd76ede65e9 Mon Sep 17 00:00:00 2001 From: Phil Bennett Date: Thu, 27 Dec 2007 11:45:00 +0000 Subject: [PATCH] Removed GAME_IMPERFECT_SOUND flag from qtheater (ref: qtheater0122u1ora) --- src/mame/drivers/taito_f3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/taito_f3.c b/src/mame/drivers/taito_f3.c index 9ad5dd17123..2432bc46900 100644 --- a/src/mame/drivers/taito_f3.c +++ b/src/mame/drivers/taito_f3.c @@ -3550,7 +3550,7 @@ GAME( 1994, spcinvdj, spacedx, f3, f3, spcinvdj, ROT0, "Taito Corporatio GAME( 1994, pwrgoal, 0, f3_224a, f3, hthero95, ROT0, "Taito Corporation Japan", "Taito Power Goal (Ver 2.5O 1994/11/03)", 0 ) GAME( 1994, hthero95, pwrgoal, f3_224a, f3, hthero95, ROT0, "Taito Corporation", "Hat Trick Hero '95 (Ver 2.5J 1994/11/03)", 0 ) GAME( 1994, hthro95u, pwrgoal, f3_224a, f3, hthero95, ROT0, "Taito America Corporation", "Hat Trick Hero '95 (Ver 2.5A 1994/11/03)", 0 ) -GAME( 1994, qtheater, 0, f3_224c, f3, qtheater, ROT0, "Taito Corporation", "Quiz Theater - 3tsu no Monogatari (Ver 2.3J 1994/11/10)", GAME_IMPERFECT_SOUND ) +GAME( 1994, qtheater, 0, f3_224c, f3, qtheater, ROT0, "Taito Corporation", "Quiz Theater - 3tsu no Monogatari (Ver 2.3J 1994/11/10)", 0 ) GAME( 1994, elvactr, 0, f3, f3, elvactr, ROT0, "Taito Corporation Japan", "Elevator Action Returns (Ver 2.2O 1995/02/20)", 0 ) GAME( 1994, elvactrj, elvactr, f3, f3, elvactr, ROT0, "Taito Corporation", "Elevator Action Returns (Ver 2.2J 1995/02/20)", 0 ) GAME( 1994, elvact2u, elvactr, f3, f3, elvactr, ROT0, "Taito America Corporation", "Elevator Action II (Ver 2.2A 1995/02/20)", 0 )