Previous 199869 Revisions Next

r31342 Sunday 20th July, 2014 at 18:00:48 UTC by Brian Troha
segas16b.c: Add a comment about the Center Court cocktail unit with full artwork - NW
[src/mame/drivers]segas16b.c

trunk/src/mame/drivers/segas16b.c
r31341r31342
54765476ROM_END
54775477
54785478//*************************************************************************************************************************
5479//  Center Court, Sega System 16B
5479//  Center Court (World, 4 Players - Prototype / Location Test), Sega System 16B
54805480//  CPU: 68000 + MC8123 (handwritten label "CENTER COURT 7/13 - '88")
54815481//  ROM Board No. 171-5358 (with a Sega ID sticker 834-6618-01, conversion or actual Sega ID# ???)
5482//  Note: prototype board, checksums handwritten on prg roms, EPR stickers present on other roms, but handwritten locations instead of numbers
5482//  Note: prototype; checksums handwritten on prg roms, EPR stickers present on other roms, but handwritten locations instead of numbers
5483//        The PCB was found in a 4 player cocktail cabinet with full Center Court artwork & instruction cards - Likely a location test unit.
54835484//
54845485ROM_START( cencourt )
54855486   ROM_REGION( 0x20000, "maincpu", 0 ) // 68000 code
r31341r31342
68396840GAME( 1988, passsht,    0,        system16b_fd1094,    passsht,  segas16b_state,generic_5358,       ROT270, "Sega", "Passing Shot (World, 2 Players, FD1094 317-0080)", 0 )
68406841GAME( 1988, passshta,   passsht,  system16b_fd1094,    passshtj, segas16b_state,passshtj_5358,      ROT270, "Sega", "Passing Shot (World, 4 Players, FD1094 317-0074)", 0 )
68416842GAME( 1988, passshtj,   passsht,  system16b_fd1094,    passshtj, segas16b_state,passshtj_5358,      ROT270, "Sega", "Passing Shot (Japan, 4 Players, FD1094 317-0070)", 0 )
6842GAME( 1988, cencourt,   passsht,  system16b,           cencourt, segas16b_state,cencourt_5358,      ROT270, "Sega", "Center Court (prototype, MC-8123B)", 0 )
6843GAME( 1988, cencourt,   passsht,  system16b,           cencourt, segas16b_state,cencourt_5358,      ROT270, "Sega", "Center Court (World, 4 Players, prototype, MC-8123B)", 0 )
68436844
68446845GAME( 1991, riotcity,   0,        system16b,           riotcity, segas16b_state,generic_5704,       ROT0,   "Sega / Westone", "Riot City (Japan)", 0 )
68456846

Previous 199869 Revisions Next


© 1997-2024 The MAME Team