diff --git a/src/burn/drv/capcom/d_cps2.cpp b/src/burn/drv/capcom/d_cps2.cpp index 5f486dd5d..8e9b32863 100644 --- a/src/burn/drv/capcom/d_cps2.cpp +++ b/src/burn/drv/capcom/d_cps2.cpp @@ -13366,10 +13366,10 @@ STD_ROM_FN(Hsf2app) // https://sf2prime.github.io/ static struct BurnRomInfo Sf2primeRomDesc[] = { - { "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 }, + { "sf2pr.03", 0x080000, 0x43cd297c, CPS2_PRG_68K | BRF_ESS | BRF_PRG }, + { "sf2pr.04", 0x080000, 0x46590cc4, CPS2_PRG_68K | BRF_ESS | BRF_PRG }, + { "sf2pr.05", 0x080000, 0xba37cb21, CPS2_PRG_68K | BRF_ESS | BRF_PRG }, + { "sf2pr.06", 0x080000, 0x3d40c10d, CPS2_PRG_68K | BRF_ESS | BRF_PRG }, #if 0 // All filled with 0xFF. { "sf2pr.07", 0x080000, 0x504bf849, CPS2_PRG_68K | BRF_ESS | BRF_PRG },