From 1eb35baf551c7fe8f64183e3028879285fa51e63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Banaan=20Ananas?= Date: Tue, 27 Mar 2012 19:48:12 +0000 Subject: [PATCH] (reverted) --- src/mame/drivers/pengo.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/mame/drivers/pengo.c b/src/mame/drivers/pengo.c index 17eca23300e..2b278373f0d 100644 --- a/src/mame/drivers/pengo.c +++ b/src/mame/drivers/pengo.c @@ -728,11 +728,11 @@ static DRIVER_INIT( penta ) * *************************************/ -GAME( 1982, pengo, 0, pengo, pengo, pengo, ROT90, "Coreland / Sega", "Pengo (set 1 rev c)", GAME_SUPPORTS_SAVE ) -GAME( 1982, pengo2, pengo, pengo, pengo, pengo, ROT90, "Coreland / Sega", "Pengo (set 2)", GAME_SUPPORTS_SAVE ) -GAME( 1982, pengo2u, pengo, pengo, pengo, 0, ROT90, "Coreland / Sega", "Pengo (set 2 not encrypted)", GAME_SUPPORTS_SAVE ) -GAME( 1982, pengo3u, pengo, pengo, pengo, 0, ROT90, "Coreland / Sega", "Pengo (set 3 not encrypted)", GAME_SUPPORTS_SAVE ) -GAME( 1982, pengo4, pengo, pengo, pengo, pengo, ROT90, "Coreland / Sega", "Pengo (set 4)", GAME_SUPPORTS_SAVE ) +GAME( 1982, pengo, 0, pengo, pengo, pengo, ROT90, "Sega", "Pengo (set 1 rev c)", GAME_SUPPORTS_SAVE ) +GAME( 1982, pengo2, pengo, pengo, pengo, pengo, ROT90, "Sega", "Pengo (set 2)", GAME_SUPPORTS_SAVE ) +GAME( 1982, pengo2u, pengo, pengo, pengo, 0, ROT90, "Sega", "Pengo (set 2 not encrypted)", GAME_SUPPORTS_SAVE ) +GAME( 1982, pengo3u, pengo, pengo, pengo, 0, ROT90, "Sega", "Pengo (set 3 not encrypted)", GAME_SUPPORTS_SAVE ) +GAME( 1982, pengo4, pengo, pengo, pengo, pengo, ROT90, "Sega", "Pengo (set 4)", GAME_SUPPORTS_SAVE ) GAME( 1982, pengob, pengo, pengo, pengo, penta, ROT90, "bootleg", "Pengo (bootleg)", GAME_SUPPORTS_SAVE ) GAME( 1982, penta, pengo, pengo, pengo, penta, ROT90, "bootleg", "Penta", GAME_SUPPORTS_SAVE ) GAME( 1983, jrpacmbl, jrpacman, jrpacmbl, jrpacmbl, 0, ROT90, "bootleg", "Jr. Pac-Man (Pengo hardware)", GAME_NO_COCKTAIL | GAME_SUPPORTS_SAVE )