d_cps2.cpp - adj. in sf2prime

059 -> 0.60
This commit is contained in:
KlaviculaAG 2025-07-04 21:04:59 -03:00 committed by GitHub
parent 92f0bad20d
commit 28ad98b847
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.59, Hack)
// Street Fighter II': Prime (Ver 0.60, Hack)
// Modified by Zero800
// https://sf2prime.github.io/
static struct BurnRomInfo Sf2primeRomDesc[] = {
{ "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 },
{ "sf2pr.03", 0x080000, 0x8c31a215, CPS2_PRG_68K | BRF_ESS | BRF_PRG },
{ "sf2pr.04", 0x080000, 0x336f1292, CPS2_PRG_68K | BRF_ESS | BRF_PRG },
{ "sf2pr.05", 0x080000, 0xbbbd8441, CPS2_PRG_68K | BRF_ESS | BRF_PRG },
{ "sf2pr.06", 0x080000, 0x2575c943, 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, 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.13m", 0x800000, 0x451adf88, CPS2_GFX | BRF_GRA },
{ "sf2pr.15m", 0x800000, 0x3c9ce92a, CPS2_GFX | BRF_GRA },
{ "sf2pr.17m", 0x800000, 0x1f6bb4f8, CPS2_GFX | BRF_GRA },
{ "sf2pr.19m", 0x800000, 0x9557a245, 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.59, Hack)\0", NULL, "Zero800", "CPS2",
"Street Fighter II': Prime (Ver 0.60, 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,