Skip to content

Commit

Permalink
d_megadrive: bssf2gq crc fix. (#1912)
Browse files Browse the repository at this point in the history
order do apply patch (in ssf2u original rom).
1. SSF2_GlamorQueen.ips
2. SSF2_GlamorQueen_NoPause.ips
  • Loading branch information
Igor-Arabe authored Nov 15, 2024
1 parent 618a3f9 commit dba215e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/burn/drv/megadrive/d_megadrive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47834,7 +47834,7 @@ struct BurnDriver BurnDrvmd_btomatog = {
// https://romhackplaza.org/romhacks/bishoujo-super-street-fighter-ii-glamor-queen-genesis/

static struct BurnRomInfo md_bssf2gqRomDesc[] = {
{ "Bishoujo Super Street Fighter II - Glamor Queen v1.6 (2024)(Yoni Arousement).bin", 0x500000, 0x87a6c750, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 },
{ "Bishoujo Super Street Fighter II - Glamor Queen v1.6 (2024)(Yoni Arousement).bin", 5242880, 0xf8aab4d4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 },
};

STD_ROM_PICK(md_bssf2gq)
Expand Down

0 comments on commit dba215e

Please sign in to comment.