From 669a37b7aa0fe05f35b9527149599fb0d5330b75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Banaan=20Ananas?= Date: Sat, 19 Jun 2010 14:09:27 +0000 Subject: [PATCH] =?UTF-8?q?Gesellschaft=20mit=20beschr=C3=A4nkter=20Haftun?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mame/drivers/looping.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mame/drivers/looping.c b/src/mame/drivers/looping.c index bf080f3d2c5..9777b187efc 100644 --- a/src/mame/drivers/looping.c +++ b/src/mame/drivers/looping.c @@ -902,7 +902,7 @@ static DRIVER_INIT( looping ) * *************************************/ -GAME( 1982, looping, 0, looping, looping, looping, ROT90, "Video Games GMBH", "Looping", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE ) -GAME( 1982, loopingv, looping, looping, looping, looping, ROT90, "Video Games GMBH (Venture Line license)", "Looping (Venture Line license, set 1)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE ) -GAME( 1982, loopingva, looping, looping, looping, looping, ROT90, "Video Games GMBH (Venture Line license)", "Looping (Venture Line license, set 2)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE ) +GAME( 1982, looping, 0, looping, looping, looping, ROT90, "Video Games GmbH", "Looping", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE ) +GAME( 1982, loopingv, looping, looping, looping, looping, ROT90, "Video Games GmbH (Venture Line license)", "Looping (Venture Line license, set 1)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE ) +GAME( 1982, loopingva, looping, looping, looping, looping, ROT90, "Video Games GmbH (Venture Line license)", "Looping (Venture Line license, set 2)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE ) GAME( 1982, skybump, 0, looping, skybump, looping, ROT90, "Venture Line", "Sky Bumper", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )