Update SFZ3Mix to .3 (#1788)

* Update SFZ3Mix to .3

* update version + 1 typo
This commit is contained in:
lolsuite 2024-05-21 21:31:07 +02:00 committed by GitHub
parent 60707ad26f
commit bb1ce89c24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -88,7 +88,7 @@ static struct BurnInputInfo Sfz3mixInputList[] = {
STDINPUTINFO(Sfz3mix)
// sfz3miz 0.20+ only!
// sfz3mix 0.20+ only!
static struct BurnDIPInfo Sfz3mixDIPList[] =
{
DIP_OFFSET(0x1d)
@ -13244,7 +13244,7 @@ static struct BurnRomInfo Sfz3jr2dRomDesc[] = {
STD_ROM_PICK(Sfz3jr2d)
STD_ROM_FN(Sfz3jr2d)
// Street Fighter Zero 3 Mix v0.29 (hacked by Zero800)
// Street Fighter Zero 3 Mix v0.30 (hacked by Zero800)
// https://sfz3mix.github.io/
static struct BurnSampleInfo Sfz3mixSampleDesc[] = {
@ -13383,7 +13383,7 @@ STD_SAMPLE_PICK(Sfz3mix)
STD_SAMPLE_FN(Sfz3mix)
static struct BurnRomInfo Sfz3mixRomDesc[] = {
{ "sz3mx.03", 0x0600000, 0xac780a3b, CPS2_PRG_68K | BRF_ESS | BRF_PRG },
{ "sz3mx.03", 0x0600000, 0xeb635d04, CPS2_PRG_68K | BRF_ESS | BRF_PRG },
{ "sz3mx.13m", 0x2000000, 0xaf3980f7, CPS2_GFX | BRF_GRA },
{ "sz3mx.21m", 0x2000000, 0x1d9ae703, CPS2_GFX | BRF_GRA },
@ -14365,7 +14365,7 @@ static INT32 Cps2TurboInit()
struct BurnDriver BurnDrvCpsSfz3mix = {
"sfz3mix", "sfa3", NULL, "sfz3mix", "2024",
"Street Fighter Zero 3 Mix v0.29\0", NULL, "hack (zero800)", "CPS2",
"Street Fighter Zero 3 Mix v0.30\0", NULL, "hack (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, Sfz3mixRomInfo, Sfz3mixRomName, NULL, NULL, Sfz3mixSampleInfo, Sfz3mixSampleName, Sfz3mixInputInfo, Sfz3mixDIPInfo,