From 1719abcdbbf840e7e88168f914987ac40e4b2c33 Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Mon, 3 Jan 2011 20:17:45 +0000 Subject: [PATCH] Added note, no whatsnew --- src/mame/drivers/bionicc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/bionicc.c b/src/mame/drivers/bionicc.c index 33d5683eebd..a7fb59be9af 100644 --- a/src/mame/drivers/bionicc.c +++ b/src/mame/drivers/bionicc.c @@ -591,4 +591,5 @@ ROM_END GAME( 1987, bionicc, 0, bionicc, bionicc, 0, ROT0, "Capcom", "Bionic Commando (Euro)", GAME_SUPPORTS_SAVE ) GAME( 1987, bionicc1, bionicc, bionicc, bionicc, 0, ROT0, "Capcom", "Bionic Commando (US set 1)", GAME_SUPPORTS_SAVE ) GAME( 1987, bionicc2, bionicc, bionicc, bionicc, 0, ROT0, "Capcom", "Bionic Commando (US set 2)", GAME_SUPPORTS_SAVE ) -GAME( 1987, topsecrt, bionicc, bionicc, bionicc, 0, ROT0, "Capcom", "Top Secret (Japan)", GAME_SUPPORTS_SAVE ) +GAME( 1987, topsecrt, bionicc, bionicc, bionicc, 0, ROT0, "Capcom", "Top Secret (Japan, old revision)", GAME_SUPPORTS_SAVE ) +// there's also an undumped JP new revision on which there are no extra lives after 1 million points, plus other bug-fixes / changes