trunk/src/mame/drivers/wwfsstar.c
| r20294 | r20295 | |
| 596 | 596 | ROM_START( wwfsstarj ) |
| 597 | 597 | ROM_REGION( 0x40000, "maincpu", 0 ) /* Main CPU (68000) */ |
| 598 | 598 | ROM_LOAD16_BYTE( "24ac-0_j-1_japan.34", 0x00000, 0x20000, CRC(f872e968) SHA1(e52298817348601ed88c369018d3110e467cf602) ) |
| 599 | | ROM_LOAD16_BYTE( "24ad-0_j-1_japan.35", 0x00001, 0x20000, NO_DUMP ) |
| 599 | ROM_LOAD16_BYTE( "24ad-0_j-1_japan.35", 0x00001, 0x20000, CRC(c70bcd23) SHA1(b6128b051b68fcca05da34b42ced01916b18a139) ) |
| 600 | 600 | |
| 601 | 601 | ROM_REGION( 0x10000, "audiocpu", 0 ) /* Sound CPU (Z80) */ |
| 602 | 602 | ROM_LOAD( "b.12", 0x00000, 0x08000, CRC(1e44f8aa) SHA1(e03857d6954e9b9b6073b211e2d6570032af8807) ) |
| r20294 | r20295 | |
| 607 | 607 | ROM_LOAD( "wwfs05.bin", 0x30000, 0x10000, CRC(6df08962) SHA1(e3dec81644fe5867024a2fcf34a67924622f3a5b) ) |
| 608 | 608 | |
| 609 | 609 | ROM_REGION( 0x20000, "gfx1", 0 ) /* FG0 Tiles (8x8) */ |
| 610 | | /* this rom may not be correct for this set.. the rom in the set had half the data missing and only a 99% |
| 611 | | match with wwfsstau for the first part */ |
| 612 | | ROM_LOAD( "24a4-0.58", 0x00000, 0x20000, BAD_DUMP CRC(cb12ba40) SHA1(2d39f778d9daf0d3606b63975bd6cfc45847a265) ) |
| 610 | ROM_LOAD( "24a4-0.58", 0x00000, 0x20000, CRC(b9201b36) SHA1(743b86528f6936eb6a4e37d5a23c347ae9d68fa0) ) |
| 613 | 611 | |
| 614 | 612 | /* these are bootleg roms ... the original has mask roms */ |
| 615 | 613 | ROM_REGION( 0x200000, "gfx2", 0 ) /* SPR Tiles (16x16) */ |
| r20294 | r20295 | |
| 662 | 660 | GAME( 1989, wwfsstar, 0, wwfsstar, wwfsstar, driver_device, 0, ROT0, "Technos Japan", "WWF Superstars (Europe)", 0 ) |
| 663 | 661 | GAME( 1989, wwfsstaru, wwfsstar, wwfsstar, wwfsstar, driver_device, 0, ROT0, "Technos Japan", "WWF Superstars (US)", 0 ) |
| 664 | 662 | GAME( 1989, wwfsstara, wwfsstar, wwfsstar, wwfsstar, driver_device, 0, ROT0, "Technos Japan", "WWF Superstars (US, Newer)", 0 ) |
| 665 | | GAME( 1989, wwfsstarj, wwfsstar, wwfsstar, wwfsstar, driver_device, 0, ROT0, "Technos Japan", "WWF Superstars (Japan)",GAME_NOT_WORKING ) // missing a program rom |
| 663 | GAME( 1989, wwfsstarj, wwfsstar, wwfsstar, wwfsstar, driver_device, 0, ROT0, "Technos Japan", "WWF Superstars (Japan)",0 ) |