trunk/src/mame/drivers/cps3.c
| r31165 | r31166 | |
| 3683 | 3683 | ROM_LOAD( "no-battery_bios_29f400_for_hd6417095_sh2.u2", 0x000000, 0x080000, CRC(cb9bd5b0) SHA1(ea7ecb3deb69f5307a62d8f0d7d8e68d49013d07)) |
| 3684 | 3684 | |
| 3685 | 3685 | DISK_REGION( "scsi:" SCSI_PORT_DEVICE1 ":cdrom" ) |
| 3686 | | DISK_IMAGE_READONLY( "no-battery_multi-game_bootleg_cd_for_hd6417095_sh2", 0, SHA1(123f2fcb0f3dd3d6b859e82a51d0127e46763776) ) |
| 3686 | DISK_IMAGE_READONLY( "no-battery_multi-game_bootleg_cd_for_hd6417095_sh2", 0, SHA1(6057cc3ec7991c0c00a7ab9da6ac2f92c9fb1aed) ) |
| 3687 | 3687 | ROM_END |
| 3688 | 3688 | |
| 3689 | ROM_START( cps3booto ) // for cart with standard SH2 |
| 3690 | ROM_REGION32_BE( 0x080000, "user1", 0 ) /* bios region */ |
| 3691 | ROM_LOAD( "no-battery_bios_29f400_for_hd6417095_sh2.u2", 0x000000, 0x080000, CRC(cb9bd5b0) SHA1(ea7ecb3deb69f5307a62d8f0d7d8e68d49013d07)) |
| 3692 | |
| 3693 | DISK_REGION( "scsi:" SCSI_PORT_DEVICE1 ":cdrom" ) |
| 3694 | DISK_IMAGE_READONLY( "no-battery_multi-game_bootleg_cd_for_hd6417095_sh2_older", 0, SHA1(123f2fcb0f3dd3d6b859e82a51d0127e46763776) ) |
| 3695 | ROM_END |
| 3696 | |
| 3689 | 3697 | ROM_START( cps3bs32 ) // for cart with standard SH2 |
| 3690 | 3698 | ROM_REGION32_BE( 0x080000, "user1", 0 ) /* bios region */ |
| 3691 | 3699 | ROM_LOAD( "no-battery_bios_29f400_for_hd6417095_sh2.u2", 0x000000, 0x080000, CRC(cb9bd5b0) SHA1(ea7ecb3deb69f5307a62d8f0d7d8e68d49013d07)) |
| r31165 | r31166 | |
| 3707 | 3715 | ROM_LOAD( "no-battery_bios_29f400_for_dead_security_cart.u2", 0x000000, 0x080000, CRC(0fd56fb3) SHA1(5a8bffc07eb7da73cf4bca6718df72e471296bfd) ) |
| 3708 | 3716 | |
| 3709 | 3717 | DISK_REGION( "scsi:" SCSI_PORT_DEVICE1 ":cdrom" ) |
| 3710 | | DISK_IMAGE_READONLY( "no-battery_multi-game_bootleg_cd_for_dead_security_cart", 0, SHA1(4b0b673b45dac94da018576c0a7f8644653fc564) ) |
| 3718 | DISK_IMAGE_READONLY( "no-battery_multi-game_bootleg_cd_for_dead_security_cart", 0, SHA1(1ede2f1ba197ee787208358a13eae7185a5ae3b2) ) |
| 3711 | 3719 | ROM_END |
| 3712 | 3720 | |
| 3713 | 3721 | |
| 3722 | ROM_START( cps3bootoa ) // for cart with dead custom SH2 (or 2nd Impact CPU which is the same as a dead one) |
| 3723 | ROM_REGION32_BE( 0x080000, "user1", 0 ) /* bios region */ |
| 3724 | ROM_LOAD( "no-battery_bios_29f400_for_dead_security_cart.u2", 0x000000, 0x080000, CRC(0fd56fb3) SHA1(5a8bffc07eb7da73cf4bca6718df72e471296bfd) ) |
| 3725 | |
| 3726 | DISK_REGION( "scsi:" SCSI_PORT_DEVICE1 ":cdrom" ) |
| 3727 | DISK_IMAGE_READONLY( "no-battery_multi-game_bootleg_cd_for_dead_security_cart_older", 0, SHA1(4b0b673b45dac94da018576c0a7f8644653fc564) ) |
| 3728 | ROM_END |
| 3729 | |
| 3730 | |
| 3714 | 3731 | /***************************************************************************************** |
| 3715 | 3732 | CPS3 game region / special flag information |
| 3716 | 3733 | *****************************************************************************************/ |
| r31165 | r31166 | |
| 3929 | 3946 | GAME( 1999, jojobaner1,jojoba, jojoba, cps3_jojo, cps3_state, jojoba, ROT0, "Capcom", "JoJo's Bizarre Adventure (Euro 990913, NO CD)", GAME_IMPERFECT_GRAPHICS ) |
| 3930 | 3947 | |
| 3931 | 3948 | // bootlegs, hold START1 during bootup to change games |
| 3949 | GAME( 1999, cps3boot, 0, sfiii3, cps3_jojo, cps3_state, cps3boot, ROT0, "bootleg", "CPS3 Multi-game bootleg for HD6417095 type SH2", GAME_IMPERFECT_GRAPHICS ) |
| 3950 | GAME( 1999, cps3boota, cps3boot, sfiii3, cps3_jojo, cps3_state, sfiii2, ROT0, "bootleg", "CPS3 Multi-game bootleg for dead security cart", GAME_IMPERFECT_GRAPHICS ) |
| 3932 | 3951 | // this doesn't play 2nd Impact despite it being listed. 2nd Impact uses separate data/code encryption and can't be decrypted cleanly for a standard SH2. Selecting it just flashes in a copy of 3rd Strike with the 2nd Impact loading screen |
| 3933 | | GAME( 1999, cps3boot, 0, sfiii3, cps3_jojo, cps3_state, cps3boot, ROT0, "bootleg", "CPS3 Multi-game bootleg for HD6417095 type SH2 (New Generation, 3rd Strike, JoJo's Venture, JoJo's Bizarre Adventure, Red Earth)", GAME_IMPERFECT_GRAPHICS ) |
| 3952 | GAME( 1999, cps3booto, cps3boot, sfiii3, cps3_jojo, cps3_state, cps3boot, ROT0, "bootleg", "CPS3 Multi-game bootleg for HD6417095 type SH2 (older) (New Generation, 3rd Strike, JoJo's Venture, JoJo's Bizarre Adventure and Red Earth only)", GAME_IMPERFECT_GRAPHICS ) |
| 3934 | 3953 | // this does not play Red Earth or the 2 Jojo games. New Generation and 3rd Strike have been heavily modified to work with the separate code/data encryption a dead cart / 2nd Impact cart has. Selecting the other games will give an 'invalid CD' message. |
| 3935 | | GAME( 1999, cps3boota, cps3boot, sfiii3, cps3_jojo, cps3_state, sfiii2, ROT0, "bootleg", "CPS3 Multi-game bootleg for dead security cart (New Generation, 2nd Impact, 3rd Strike)", GAME_IMPERFECT_GRAPHICS ) |
| 3954 | GAME( 1999, cps3bootoa, cps3boot, sfiii3, cps3_jojo, cps3_state, sfiii2, ROT0, "bootleg", "CPS3 Multi-game bootleg for dead security cart (older) (New Generation, 2nd Impact and 3rd Strike only)", GAME_IMPERFECT_GRAPHICS ) |
| 3936 | 3955 | // these are test bootleg CDs for running 2nd Impact on a standard SH2 |
| 3937 | 3956 | GAME( 1999, cps3bs32, cps3boot, sfiii3, cps3_jojo, cps3_state, cps3boot, ROT0, "bootleg", "Street Fighter III 2nd Impact: Giant Attack (USA 970930, bootleg for HD6417095 type SH2, V3)", GAME_IMPERFECT_GRAPHICS ) |
| 3938 | 3957 | GAME( 1999, cps3bs32a, cps3boot, sfiii3, cps3_jojo, cps3_state, cps3boot, ROT0, "bootleg", "Street Fighter III 2nd Impact: Giant Attack (USA 970930, bootleg for HD6417095 type SH2, older)", GAME_IMPERFECT_GRAPHICS ) // older / buggier hack |
| 3939 | | // there is a newer version for a standard CPU with all games, not dumped (possibly newer ones for dead cart too?) |