d_cps2: Sf2prime update to Ver 0.57 [Zero800]

This commit is contained in:
taoenwen 2025-06-28 02:30:17 +08:00
parent 780d351115
commit 554e1ae2dd
1 changed files with 10 additions and 10 deletions

View File

@ -13361,15 +13361,15 @@ static struct BurnRomInfo Hsf2appRomDesc[] = {
STD_ROM_PICK(Hsf2app)
STD_ROM_FN(Hsf2app)
// Street Fighter II': Prime (Ver 0.57, Hack)
// Street Fighter II': Prime (Ver 0.59, Hack)
// Modified by Zero800
// https://sf2prime.github.io/
static struct BurnRomInfo Sf2primeRomDesc[] = {
{ "sf2pr.03", 0x080000, 0xbd9f494e, CPS2_PRG_68K | BRF_ESS | BRF_PRG },
{ "sf2pr.04", 0x080000, 0xb8226d94, CPS2_PRG_68K | BRF_ESS | BRF_PRG },
{ "sf2pr.05", 0x080000, 0xe10a0cce, CPS2_PRG_68K | BRF_ESS | BRF_PRG },
{ "sf2pr.06", 0x080000, 0xb3bba0ee, CPS2_PRG_68K | BRF_ESS | BRF_PRG },
{ "sf2pr.03", 0x080000, 0x59143b8b, CPS2_PRG_68K | BRF_ESS | BRF_PRG },
{ "sf2pr.04", 0x080000, 0x409d4228, CPS2_PRG_68K | BRF_ESS | BRF_PRG },
{ "sf2pr.05", 0x080000, 0x17aebd33, CPS2_PRG_68K | BRF_ESS | BRF_PRG },
{ "sf2pr.06", 0x080000, 0x25efe272, CPS2_PRG_68K | BRF_ESS | BRF_PRG },
#if 0
// All filled with 0xFF.
{ "sf2pr.07", 0x080000, 0x504bf849, CPS2_PRG_68K | BRF_ESS | BRF_PRG },
@ -13378,10 +13378,10 @@ static struct BurnRomInfo Sf2primeRomDesc[] = {
{ "sf2pr.10", 0x080000, 0x504bf849, CPS2_PRG_68K | BRF_ESS | BRF_PRG },
#endif
{ "sf2pr.13m", 0x800000, 0xca94dc69, CPS2_GFX | BRF_GRA },
{ "sf2pr.15m", 0x800000, 0xac2dc86a, CPS2_GFX | BRF_GRA },
{ "sf2pr.17m", 0x800000, 0x7b87fb74, CPS2_GFX | BRF_GRA },
{ "sf2pr.19m", 0x800000, 0xe9af9e3f, CPS2_GFX | BRF_GRA },
{ "sf2pr.13m", 0x800000, 0xef3434a7, CPS2_GFX | BRF_GRA },
{ "sf2pr.15m", 0x800000, 0x5c800140, CPS2_GFX | BRF_GRA },
{ "sf2pr.17m", 0x800000, 0x816156ec, CPS2_GFX | BRF_GRA },
{ "sf2pr.19m", 0x800000, 0x9851a965, CPS2_GFX | BRF_GRA },
{ "sf2pr.01", 0x020000, 0x6ce233a7, CPS2_PRG_Z80 | BRF_ESS | BRF_PRG },
{ "sf2pr.02", 0x020000, 0x2d8794aa, CPS2_PRG_Z80 | BRF_ESS | BRF_PRG },
@ -14871,7 +14871,7 @@ struct BurnDriver BurnDrvCpsHsf2app = {
struct BurnDriver BurnDrvCpsSf2prime = {
"sf2prime", "hsf2", NULL, NULL, "2025",
"Street Fighter II': Prime (Ver 0.57, Hack)\0", NULL, "Zero800", "CPS2",
"Street Fighter II': Prime (Ver 0.59, Hack)\0", NULL, "Zero800", "CPS2",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE | BDF_HACK | BDF_HISCORE_SUPPORTED, 2, HARDWARE_CAPCOM_CPS2, GBF_VSFIGHT, FBF_SF,
NULL, Sf2primeRomInfo, Sf2primeRomName, NULL, NULL, NULL, NULL, Cps2FightingInputInfo, NULL,