From affa57c62c7fc2e212e7d5014af2edbe3997b205 Mon Sep 17 00:00:00 2001 From: Brian Troha Date: Tue, 17 Jun 2008 03:35:09 +0000 Subject: [PATCH] minor doc update to reflect newly confirmed information --- src/mame/drivers/segas16a.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/segas16a.c b/src/mame/drivers/segas16a.c index 2692e0f3f7b..48e4f8176f6 100644 --- a/src/mame/drivers/segas16a.c +++ b/src/mame/drivers/segas16a.c @@ -1973,7 +1973,7 @@ ROM_END /************************************************************************************************************************** Alex Kidd, Sega System 16A - CPU: FD1094? 317-0021 + CPU: FD1089A 317-0021 */ ROM_START( alexkid1 ) ROM_REGION( 0x40000, REGION_CPU1, 0 ) /* 68000 code */ @@ -3208,7 +3208,7 @@ GAME( 1987, aliensy1, aliensyn, system16a, aliensy1, aliensy1, ROT0, GAME( 1988, aceattaa, aceattac, system16a , aceattaa, aceattaa, ROT270, "Sega", "Ace Attacker (Japan, System 16A, FD1094 317-0060)", 0 ) GAME( 1986, afighter, 0, system16a_no7751, afighter, afighter, ROT270, "Sega", "Action Fighter, FD1089A 317-0018", 0 ) GAME( 1986, alexkidd, 0, system16a, alexkidd, generic_16a, ROT0, "Sega", "Alex Kidd: The Lost Stars (set 2, unprotected)", 0 ) -GAME( 1986, alexkid1, alexkidd, system16a, alexkidd, alexkid1, ROT0, "Sega", "Alex Kidd: The Lost Stars (set 1, FD1089A 317-unknown)", 0 ) +GAME( 1986, alexkid1, alexkidd, system16a, alexkidd, alexkid1, ROT0, "Sega", "Alex Kidd: The Lost Stars (set 1, FD1089A 317-0021)", 0 ) GAME( 1986, fantzone, 0, system16a_no7751, fantzone, generic_16a, ROT0, "Sega", "Fantasy Zone (set 2, unprotected)", 0 ) GAME( 1986, fantzon1, fantzone, system16a_no7751, fantzone, generic_16a, ROT0, "Sega", "Fantasy Zone (set 1, unprotected)", 0 ) GAME( 1988, pshot16a, passsht, system16a, pshot16a, pshot16a, ROT270, "Sega", "Passing Shot (Japan, 4 Players, System 16A, FD1094 317-0071)", 0 )