From d51714d49dfd5577a114c65591929c99a3bade32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Banaan=20Ananas?= Date: Tue, 2 Oct 2012 17:52:45 +0000 Subject: [PATCH] before we forget: psurge developer info, from Stiletto --- src/mame/drivers/m52.c | 2 +- src/mame/drivers/timeplt.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/m52.c b/src/mame/drivers/m52.c index 2c3c90d44b7..c5f30e2a480 100644 --- a/src/mame/drivers/m52.c +++ b/src/mame/drivers/m52.c @@ -547,4 +547,4 @@ ROM_END GAME( 1982, mpatrol, 0, m52, mpatrol, driver_device, 0, ROT0, "Irem", "Moon Patrol", GAME_SUPPORTS_SAVE ) GAME( 1982, mpatrolw, mpatrol, m52, mpatrolw, driver_device, 0, ROT0, "Irem (Williams license)", "Moon Patrol (Williams)", GAME_SUPPORTS_SAVE ) -GAME( 1988, alpha1v, 0, alpha1v, alpha1v, driver_device, 0, ROT0, "Vision Electronics", "Alpha One (Vision Electronics / Kyle Hodgetts)", GAME_NOT_WORKING|GAME_NO_SOUND|GAME_SUPPORTS_SAVE ) +GAME( 1988, alpha1v, 0, alpha1v, alpha1v, driver_device, 0, ROT0, "Vision Electronics / Kyle Hodgetts", "Alpha One (Vision Electronics / Kyle Hodgetts)", GAME_NOT_WORKING|GAME_NO_SOUND|GAME_SUPPORTS_SAVE ) diff --git a/src/mame/drivers/timeplt.c b/src/mame/drivers/timeplt.c index b9f07831dc6..f568a04a7aa 100644 --- a/src/mame/drivers/timeplt.c +++ b/src/mame/drivers/timeplt.c @@ -712,7 +712,7 @@ GAME( 1982, timeplt, 0, timeplt, timeplt, driver_device, 0, ROT90, "Kona GAME( 1982, timepltc, timeplt, timeplt, timeplt, driver_device, 0, ROT90, "Konami (Centuri license)", "Time Pilot (Centuri)", GAME_SUPPORTS_SAVE ) GAME( 1982, timeplta, timeplt, timeplt, timeplt, driver_device, 0, ROT90, "Konami (Atari license)", "Time Pilot (Atari)", GAME_SUPPORTS_SAVE ) GAME( 1982, spaceplt, timeplt, timeplt, timeplt, driver_device, 0, ROT90, "bootleg", "Space Pilot", GAME_SUPPORTS_SAVE ) -GAME( 1988, psurge, 0, psurge, psurge, driver_device, 0, ROT270, "", "Power Surge", GAME_SUPPORTS_SAVE ) +GAME( 1988, psurge, 0, psurge, psurge, driver_device, 0, ROT270, "Vision Electronics / Kyle Hodgetts", "Power Surge", GAME_SUPPORTS_SAVE ) // ROM says manufactured by Peni Soft for these two ... no, I'm not going to add THAT -.-" GAME( 1988, chkun, 0, chkun, chkun, driver_device, 0, ROT90, "", "Chance Kun (Japan)", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND ) GAME( 1987, bikkuric, 0, bikkuric,bikkuric, driver_device,0, ROT90, "", "Bikkuri Card (Japan)", GAME_SUPPORTS_SAVE )