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 )