diff --git a/src/burn/drv/capcom/d_cps2.cpp b/src/burn/drv/capcom/d_cps2.cpp index 802807c21..ae48de9ed 100644 --- a/src/burn/drv/capcom/d_cps2.cpp +++ b/src/burn/drv/capcom/d_cps2.cpp @@ -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,