Previous 199869 Revisions Next

r31305 Thursday 17th July, 2014 at 18:46:08 UTC by David Haywood
new clones
Center Court (prototype, MC-8123B) [Alan Meades, Porchy]

this has a MC-8123B, Charles will generate the key, for now I'm loading the unencrypted sound CPU rom over the encrypted one.
[src/mame]mame.lst
[src/mame/drivers]segas16b.c

trunk/src/mame/drivers/segas16b.c
r31304r31305
25692569   PORT_DIPSETTING(    0x00, DEF_STR( Hardest ) )
25702570INPUT_PORTS_END
25712571
2572static INPUT_PORTS_START( cencourt )
2573   PORT_INCLUDE( passshtj )
25722574
2575   PORT_MODIFY("DSW2")
2576   PORT_DIPNAME( 0x01, 0x01, "Debug Display" ) PORT_DIPLOCATION("SW2:1") // test mode still calls it Demo Sounds like other sets, but instead it enables a debug overlay here
2577   PORT_DIPSETTING(    0x01, DEF_STR( Off ) )
2578   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
2579INPUT_PORTS_END
25732580
25742581static INPUT_PORTS_START( riotcity )
25752582   PORT_INCLUDE( system16b_generic )
r31304r31305
54685475   ROM_LOAD( "epr-11861.a11", 0x40000, 0x08000, CRC(38b54a71) SHA1(68ec4ef5b115844214ff2213be1ce6678904fbd2) )
54695476ROM_END
54705477
5478//*************************************************************************************************************************
5479//  Center Court, Sega System 16B
5480//  CPU: 68000
5481//  ROM Board No. 171-5358
5482//
5483// prototype board, checksums handwritten on prg roms, EPR stickers present on other roms, but handwritten locations
5484// instead of numbers
5485//
5486// uses encrypted MC8123 for sound
54715487
5488
5489ROM_START( cencourt )
5490   ROM_REGION( 0x20000, "maincpu", 0 ) // 68000 code
5491   ROM_LOAD16_BYTE( "a4_56f6.bin", 0x000000, 0x10000, CRC(7116dce6) SHA1(058faf5f1980f811e2e1d5f7d09660ff51b0c0dc) )
5492   ROM_LOAD16_BYTE( "a1_478b.bin", 0x000001, 0x10000, CRC(37beb770) SHA1(694a7f7977226997e06a198b311b355505e45b0b) )
5493
5494   ROM_REGION( 0x30000, "gfx1", 0 ) // tiles
5495   ROM_LOAD( "epr-b-9.bin",  0x00000, 0x10000, CRC(9a55cd88) SHA1(4a6cf4aa5dde8d50148381aee8c141c98bb86fe8) )
5496   ROM_LOAD( "epr-b-10.bin", 0x10000, 0x10000, CRC(fc13ca35) SHA1(3dc9d7c7f28d5605c6ce93243c79f63839aec8f4) )
5497   ROM_LOAD( "epr-b-11.bin", 0x20000, 0x10000, CRC(1503c203) SHA1(95e9634bdcfd8027c1b0a47fa87736180ec39b08) )
5498
5499   ROM_REGION16_BE( 0x80000, "sprites", 0 ) // sprites
5500   ROM_LOAD16_BYTE( "epr-b-1.bin",  0x00001, 0x10000, CRC(b18bfccf) SHA1(7bce8da08849f5d0f580a2cdc905f0094c83fe13) )
5501   ROM_LOAD16_BYTE( "epr-b-5.bin",  0x00000, 0x10000, CRC(3481a8e8) SHA1(13b972af6d4bc3d47258b3ff810e091f3b98a02b) )
5502   ROM_LOAD16_BYTE( "epr-b-2.bin",  0x20001, 0x10000, CRC(61a996c0) SHA1(22fb91c1a0102a10b68133051c593eef8ac5748f) )
5503   ROM_LOAD16_BYTE( "epr-b-6.bin",  0x20000, 0x10000, CRC(2116bcb1) SHA1(b5fee6b2dca5e51ff1e4d4466ca0802bef662bc4) )
5504   ROM_LOAD16_BYTE( "epr-b-3.bin",  0x40001, 0x10000, CRC(69a2e109) SHA1(2a3c4af711c5cf02deaac5236c8088cdadcd85cd) )
5505   ROM_LOAD16_BYTE( "epr-b-7.bin",  0x40000, 0x10000, CRC(ccf6b09f) SHA1(d8173b189356245a6b7bdec370829e8580b13c93) )
5506   ROM_LOAD16_BYTE( "epr-b-4.bin",  0x60001, 0x10000, CRC(bdf63cd2) SHA1(2a7af7046d66a9542d8ae9fce93a6088a8ff0938) )
5507   ROM_LOAD16_BYTE( "epr-b-8.bin",  0x60000, 0x10000, CRC(88a90641) SHA1(15c127a3cbf86807f181cb87967ce8825102b645) )
5508
5509   ROM_REGION( 0x50000, "soundcpu", 0 ) // sound CPU
5510   ROM_LOAD( "epr-a-7.bin",  0x00000, 0x08000, CRC(9e1b81c6) SHA1(fde901dad473c0b3fd3c153f0739998a67ed05d6) ) // encrypted
5511   ROM_LOAD( "epr-a-8.bin",  0x10000, 0x08000, CRC(08ab0018) SHA1(0685f80a7d403208c9cfffea3f2035324f3924fe) ) // == epr-11858.a8
5512   ROM_LOAD( "epr-a-9.bin",  0x20000, 0x08000, CRC(8673e01b) SHA1(e79183ab30e683fdf61ced2e9dbe010567c324cb) ) // == epr-11859.a9
5513   ROM_LOAD( "epr-a-10.bin", 0x30000, 0x08000, CRC(10263746) SHA1(1f981fb185c6a9795208ecdcfba36cf892a99ed5) ) // == epr-11860.a10
5514   ROM_LOAD( "epr-a-11.bin", 0x40000, 0x08000, CRC(38b54a71) SHA1(68ec4ef5b115844214ff2213be1ce6678904fbd2) ) // == epr-11861.a11
5515
5516   ROM_LOAD( "epr-11857.a7",  0x00000, 0x08000, CRC(789edc06) SHA1(8c89c94e503513c287807d187de78a7fbd75a7cf) ) // temporary (from parent until above is decrypted)
5517
5518   ROM_REGION( 0x2000, "mcu", 0 ) // MC8123 key
5519   ROM_LOAD( "cencourt_mc8123.key",  0x0000, 0x2000, NO_DUMP)
5520ROM_END
5521
5522
5523
54725524//*************************************************************************************************************************
54735525//*************************************************************************************************************************
54745526//*************************************************************************************************************************
r31304r31305
67886840GAME( 1988, passsht,    0,        system16b_fd1094,    passsht,  segas16b_state,generic_5358,       ROT270, "Sega", "Passing Shot (World, 2 Players, FD1094 317-0080)", 0 )
67896841GAME( 1988, passshta,   passsht,  system16b_fd1094,    passshtj, segas16b_state,passshtj_5358,      ROT270, "Sega", "Passing Shot (World, 4 Players, FD1094 317-0074)", 0 )
67906842GAME( 1988, passshtj,   passsht,  system16b_fd1094,    passshtj, segas16b_state,passshtj_5358,      ROT270, "Sega", "Passing Shot (Japan, 4 Players, FD1094 317-0070)", 0 )
6843GAME( 1988, cencourt,   passsht,  system16b,           cencourt, segas16b_state,passshtj_5358,      ROT270, "Sega", "Center Court (prototype, MC-8123B)", 0 )
67916844
67926845GAME( 1991, riotcity,   0,        system16b,           riotcity, segas16b_state,generic_5704,       ROT0,   "Sega / Westone", "Riot City (Japan)", 0 )
67936846
trunk/src/mame/mame.lst
r31304r31305
45524552passsht         // (c) 1988 (FD1094, decrypted)
45534553passshta        // (c) 1988 (FD1094, decrypted)
45544554passshtj        // (c) 1988 (FD1094, decrypted)
4555cencourt      // (c) 1988 (MC-8123B)
45554556riotcity        // (c) 1991 Sega / Westone (Unprotected)
45564557ryukyu          // (c) 1990 (FD1094, decrypted)
45574558sdib            // (c) 1987 (FD1089A, decrypted)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team