From c9520bca6951fea25c358fdd7de517dcb0cb8f09 Mon Sep 17 00:00:00 2001 From: Zsolt Vasvari Date: Fri, 18 Jan 2008 13:10:45 +0000 Subject: [PATCH] Fixes tylz0122u5red. Not money worthy --- src/mame/drivers/gottlieb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/gottlieb.c b/src/mame/drivers/gottlieb.c index b2e742408c0..0f4fc8e6211 100644 --- a/src/mame/drivers/gottlieb.c +++ b/src/mame/drivers/gottlieb.c @@ -2252,7 +2252,7 @@ GAME( 1982, myqbert, qbert, qbert, qbert, 0, ROT270, "Gottlieb" GAME( 1982, qberttst, qbert, qbert, qbert, 0, ROT270, "Gottlieb", "Q*bert (early test version)", 0 ) GAME( 1982, qbtrktst, qbert, qbert, qbert, 0, ROT270, "Gottlieb", "Q*bert Board Input Test Rom", 0 ) GAME( 1982, insector, 0, gottlieb, insector, 0, ROT0, "Gottlieb", "Insector (prototype)", 0 ) -GAME( 1982, tylz, 0, gottlieb, tylz, 0, ROT0, "Mylstar", "Tylz (prototype)", GAME_IMPERFECT_SOUND ) // modified sound hw? +GAME( 1982, tylz, 0, qbert, tylz, 0, ROT0, "Mylstar", "Tylz (prototype)", GAME_IMPERFECT_SOUND ) // modified sound hw? GAME( 1984, argusg, 0, krull, argusg, 0, ROT0, "Gottlieb", "Argus (Gottlieb, prototype)" , 0) // aka Guardian / Protector? GAME( 1983, mplanets, 0, gottlieb, mplanets, 0, ROT270, "Gottlieb", "Mad Planets", 0 ) GAME( 1983, mplanuk, mplanets, gottlieb, mplanets, 0, ROT270, "Gottlieb (Taitel license)", "Mad Planets (UK)", 0 )