Previous 199869 Revisions Next

r40593 Friday 4th September, 2015 at 02:25:22 UTC by Brian Troha
konamigx.c: Document the release dates of Soccer Superstars - NW
[src/mame/drivers]konamigx.c

trunk/src/mame/drivers/konamigx.c
r249104r249105
26222622   ROM_LOAD( "dragoona.nv", 0x0000, 0x080, CRC(7980ad2b) SHA1(dccaab02d23edbd81ae13441fbac0dbd7112c258) )
26232623ROM_END
26242624
2625/* Soccer Superstars (Europe ver EAC)*/
2625/* Soccer Superstars (94.12.19 - Europe ver EAC) Writes EAA to EEPROM and reports as EAA despite chip labels EAC */
26262626ROM_START( soccerss )
26272627   /* main program */
26282628   ROM_REGION( 0x800000, "maincpu", 0 )
r249104r249105
26812681   ROM_LOAD( "soccerss.nv", 0x0000, 0x080, CRC(f222dae4) SHA1(fede48a4e1fe91cf2b17ff3f3996bca4816fc283) )
26822682ROM_END
26832683
2684/* Soccer Superstars (USA ver UAC)*/
2684/* Soccer Superstars (94.12.19 - U.S.A. ver UAC) Writes UAA to EEPROM and reports as UAA despite chip labels UAC */
26852685ROM_START( soccerssu )
26862686   /* main program */
26872687   ROM_REGION( 0x800000, "maincpu", 0 )
r249104r249105
27402740   ROM_LOAD( "soccerssu.nv", 0x0000, 0x080, CRC(812f6878) SHA1(fc4975211720a7eb413bceda8109231cb1c00834) )
27412741ROM_END
27422742
2743/* Soccer Superstars (Japan ver JAC)*/
2743/* Soccer Superstars (94.12.19 - Japan ver JAC) Writes JAB to EEPROM and reports as JAC */
27442744ROM_START( soccerssj )
27452745   /* main program */
27462746   ROM_REGION( 0x800000, "maincpu", 0 )
r249104r249105
27872787   ROM_LOAD( "soccerssj.nv", 0x0000, 0x080, CRC(7440255e) SHA1(af379b5b1f765f9050f18fbd41c5031c5ad4918b) )
27882788ROM_END
27892789
2790/* Soccer Superstars (Japan ver JAA)*/
2790/* Soccer Superstars (94.12.3 - Japan ver JAA) Writes JAA to EEPROM and reports as JAA */
27912791ROM_START( soccerssja )
27922792   /* main program */
27932793   ROM_REGION( 0x800000, "maincpu", 0 )
r249104r249105
28342834   ROM_LOAD( "soccerssja.nv", 0x0000, 0x080, CRC(60dba700) SHA1(087b086b29748727b41fdd4c154ff9b4bef42959) )
28352835ROM_END
28362836
2837/* Soccer Superstars (Asian ver AAA) */
2837/* Soccer Superstars (94.12.19 - Asia ver AAA) Writes AAA to EEPROM and reports as AAA */
28382838ROM_START( soccerssa )
28392839   /* main program */
28402840   ROM_REGION( 0x800000, "maincpu", 0 )


Previous 199869 Revisions Next


© 1997-2024 The MAME Team