trunk/src/mame/drivers/segas16b.c
| r31341 | r31342 | |
| 5476 | 5476 | ROM_END |
| 5477 | 5477 | |
| 5478 | 5478 | //************************************************************************************************************************* |
| 5479 | | // Center Court, Sega System 16B |
| 5479 | // Center Court (World, 4 Players - Prototype / Location Test), Sega System 16B |
| 5480 | 5480 | // CPU: 68000 + MC8123 (handwritten label "CENTER COURT 7/13 - '88") |
| 5481 | 5481 | // 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. |
| 5483 | 5484 | // |
| 5484 | 5485 | ROM_START( cencourt ) |
| 5485 | 5486 | ROM_REGION( 0x20000, "maincpu", 0 ) // 68000 code |
| r31341 | r31342 | |
| 6839 | 6840 | GAME( 1988, passsht, 0, system16b_fd1094, passsht, segas16b_state,generic_5358, ROT270, "Sega", "Passing Shot (World, 2 Players, FD1094 317-0080)", 0 ) |
| 6840 | 6841 | GAME( 1988, passshta, passsht, system16b_fd1094, passshtj, segas16b_state,passshtj_5358, ROT270, "Sega", "Passing Shot (World, 4 Players, FD1094 317-0074)", 0 ) |
| 6841 | 6842 | GAME( 1988, passshtj, passsht, system16b_fd1094, passshtj, segas16b_state,passshtj_5358, ROT270, "Sega", "Passing Shot (Japan, 4 Players, FD1094 317-0070)", 0 ) |
| 6842 | | GAME( 1988, cencourt, passsht, system16b, cencourt, segas16b_state,cencourt_5358, ROT270, "Sega", "Center Court (prototype, MC-8123B)", 0 ) |
| 6843 | GAME( 1988, cencourt, passsht, system16b, cencourt, segas16b_state,cencourt_5358, ROT270, "Sega", "Center Court (World, 4 Players, prototype, MC-8123B)", 0 ) |
| 6843 | 6844 | |
| 6844 | 6845 | GAME( 1991, riotcity, 0, system16b, riotcity, segas16b_state,generic_5704, ROT0, "Sega / Westone", "Riot City (Japan)", 0 ) |
| 6845 | 6846 | |