From f139428ca98a08b5ad49b4595df3ecd44721dac1 Mon Sep 17 00:00:00 2001 From: Barry Harris <44396066+barry65536@users.noreply.github.com> Date: Fri, 30 Nov 2018 09:30:57 +0000 Subject: [PATCH] Add Street Fighter 2 Red Wave Pt II [Barry, okada yuko] --- src/burn/drv/capcom/d_cps1.cpp | 38 ++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/src/burn/drv/capcom/d_cps1.cpp b/src/burn/drv/capcom/d_cps1.cpp index 89cd4f7a9..fbba91555 100644 --- a/src/burn/drv/capcom/d_cps1.cpp +++ b/src/burn/drv/capcom/d_cps1.cpp @@ -10537,6 +10537,33 @@ static struct BurnRomInfo Sf2redRomDesc[] = { STD_ROM_PICK(Sf2red) STD_ROM_FN(Sf2red) +static struct BurnRomInfo Sf2redp2RomDesc[] = { + { "sf2red.23", 0x080000, 0x2d3c4f72, BRF_ESS | BRF_PRG | CPS1_68K_PROGRAM_NO_BYTESWAP }, + { "sf2red.22", 0x080000, 0x18daf387, BRF_ESS | BRF_PRG | CPS1_68K_PROGRAM_NO_BYTESWAP }, + { "sf2red.21", 0x080000, 0xaaf693b5, BRF_ESS | BRF_PRG | CPS1_68K_PROGRAM_NO_BYTESWAP }, + + { "s92_01.bin", 0x080000, 0x03b0d852, BRF_GRA | CPS1_TILES }, + { "s92_02.bin", 0x080000, 0x840289ec, BRF_GRA | CPS1_TILES }, + { "s92_03.bin", 0x080000, 0xcdb5f027, BRF_GRA | CPS1_TILES }, + { "s92_04.bin", 0x080000, 0xe2799472, BRF_GRA | CPS1_TILES }, + { "s92_05.bin", 0x080000, 0xba8a2761, BRF_GRA | CPS1_TILES }, + { "s92_06.bin", 0x080000, 0xe584bfb5, BRF_GRA | CPS1_TILES }, + { "s92_07.bin", 0x080000, 0x21e3f87d, BRF_GRA | CPS1_TILES }, + { "s92_08.bin", 0x080000, 0xbefc47df, BRF_GRA | CPS1_TILES }, + { "s92_10.bin", 0x080000, 0x960687d5, BRF_GRA | CPS1_TILES }, + { "s92_11.bin", 0x080000, 0x978ecd18, BRF_GRA | CPS1_TILES }, + { "s92_12.bin", 0x080000, 0xd6ec9a0a, BRF_GRA | CPS1_TILES }, + { "s92_13.bin", 0x080000, 0xed2c67f6, BRF_GRA | CPS1_TILES }, + + { "s92_09.bin", 0x010000, 0x08f6b60e, BRF_PRG | CPS1_Z80_PROGRAM }, + + { "s92_18.bin", 0x020000, 0x7f162009, BRF_SND | CPS1_OKIM6295_SAMPLES }, + { "s92_19.bin", 0x020000, 0xbeade53f, BRF_SND | CPS1_OKIM6295_SAMPLES }, +}; + +STD_ROM_PICK(Sf2redp2) +STD_ROM_FN(Sf2redp2) + static struct BurnRomInfo Sf2red2RomDesc[] = { // this set was previously known as sf2m13 { "sf3d5-1040", 0x0080000, 0xbcdd2c3a, BRF_ESS | BRF_PRG | CPS1_68K_PROGRAM_BYTESWAP }, @@ -14196,6 +14223,7 @@ static const struct GameConfig ConfigTable[] = { "sf2rb5" , HACK_B_1 , mapper_S9263B, 0, NULL }, { "sf2rb6" , CPS_B_21_DEF, mapper_S9263B, 0, NULL }, { "sf2red" , CPS_B_21_DEF, mapper_S9263B, 0, NULL }, + { "sf2redp2" , CPS_B_21_DEF, mapper_S9263B, 0, NULL }, { "sf2red2" , CPS_B_21_DEF, mapper_S9263B, 0, NULL }, { "sf2v004" , CPS_B_21_DEF, mapper_S9263B, 0, NULL }, { "sf2v0042" , CPS_B_21_DEF, mapper_S9263B, 0, NULL }, @@ -20579,6 +20607,16 @@ struct BurnDriver BurnDrvCpsSf2red = { &CpsRecalcPal, 0x1000, 384, 224, 4, 3 }; +struct BurnDriver BurnDrvCpsSf2redp2 = { + "sf2redp2", "sf2ce", NULL, NULL, "1992", + "Street Fighter II' - Champion Edition (Red Wave PtII bootleg, 920313 etc)\0", NULL, "bootleg", "CPS1", + NULL, NULL, NULL, NULL, + BDF_GAME_WORKING | BDF_CLONE | BDF_BOOTLEG | BDF_HISCORE_SUPPORTED, 2, HARDWARE_CAPCOM_CPS1, GBF_VSFIGHT, FBF_SF, + NULL, Sf2redp2RomInfo, Sf2redp2RomName, NULL, NULL, Sf2InputInfo, Sf2DIPInfo, + TwelveMhzInit, DrvExit, Cps1Frame, CpsRedraw, CpsAreaScan, + &CpsRecalcPal, 0x1000, 384, 224, 4, 3 +}; + struct BurnDriver BurnDrvCpsSf2red2 = { "sf2red2", "sf2ce", NULL, NULL, "1992", "Street Fighter II' - Champion Edition (Red Wave bootleg set 2, 920313 etc)\0", NULL, "bootleg", "CPS1",