From 4173272cead33398e5d4cf9515d5233b087166f7 Mon Sep 17 00:00:00 2001 From: Barry Harris <44396066+barry65536@users.noreply.github.com> Date: Sun, 11 Mar 2012 11:13:19 +0000 Subject: [PATCH] Rename sf2cej->sf2cejb --- src/burn/drv/capcom/d_cps1.cpp | 92 +++++++++++++++++----------------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/src/burn/drv/capcom/d_cps1.cpp b/src/burn/drv/capcom/d_cps1.cpp index 43ff7aad2..969b780a5 100644 --- a/src/burn/drv/capcom/d_cps1.cpp +++ b/src/burn/drv/capcom/d_cps1.cpp @@ -7427,41 +7427,6 @@ static struct BurnRomInfo Sf2ceeaRomDesc[] = { STD_ROM_PICK(Sf2ceea) STD_ROM_FN(Sf2ceea) -static struct BurnRomInfo Sf2cejRomDesc[] = { - { "s92j_23b.8f", 0x080000, 0x140876c5, BRF_ESS | BRF_PRG | CPS1_68K_PROGRAM_NO_BYTESWAP }, - { "s92j_22b.7f", 0x080000, 0x2fbb3bfe, BRF_ESS | BRF_PRG | CPS1_68K_PROGRAM_NO_BYTESWAP }, - { "s92j_21a.6f", 0x080000, 0x925a7877, BRF_ESS | BRF_PRG | CPS1_68K_PROGRAM_NO_BYTESWAP }, - - { "s92_01.3a", 0x080000, 0x03b0d852, BRF_GRA | CPS1_TILES }, - { "s92_02.4a", 0x080000, 0x840289ec, BRF_GRA | CPS1_TILES }, - { "s92_03.5a", 0x080000, 0xcdb5f027, BRF_GRA | CPS1_TILES }, - { "s92_04.6a", 0x080000, 0xe2799472, BRF_GRA | CPS1_TILES }, - { "s92_05.7a", 0x080000, 0xba8a2761, BRF_GRA | CPS1_TILES }, - { "s92_06.8a", 0x080000, 0xe584bfb5, BRF_GRA | CPS1_TILES }, - { "s92_07.9a", 0x080000, 0x21e3f87d, BRF_GRA | CPS1_TILES }, - { "s92_08.10a", 0x080000, 0xbefc47df, BRF_GRA | CPS1_TILES }, - { "s92_10.3c", 0x080000, 0x960687d5, BRF_GRA | CPS1_TILES }, - { "s92_11.4c", 0x080000, 0x978ecd18, BRF_GRA | CPS1_TILES }, - { "s92_12.5c", 0x080000, 0xd6ec9a0a, BRF_GRA | CPS1_TILES }, - { "s92_13.6c", 0x080000, 0xed2c67f6, BRF_GRA | CPS1_TILES }, - - { "s92_09.12a", 0x010000, 0x08f6b60e, BRF_PRG | CPS1_Z80_PROGRAM }, - - { "s92_18.11c", 0x020000, 0x7f162009, BRF_SND | CPS1_OKIM6295_SAMPLES }, - { "s92_19.12c", 0x020000, 0xbeade53f, BRF_SND | CPS1_OKIM6295_SAMPLES }, - - A_BOARD_PLDS - - { "s9263b.1a", 0x000117, 0x00000000, BRF_OPT | BRF_NODUMP }, // b-board PLDs - { "iob1.12d", 0x000117, 0x3abc0700, BRF_OPT }, - { "bprg1.11d", 0x000117, 0x31793da7, BRF_OPT }, - { "ioc1.ic7", 0x000117, 0x0d182081, BRF_OPT }, // c-board PLDs - { "c632.ic1", 0x000117, 0x0fbd9270, BRF_OPT }, -}; - -STD_ROM_PICK(Sf2cej) -STD_ROM_FN(Sf2cej) - static struct BurnRomInfo Sf2cejaRomDesc[] = { { "s92j_23a.8f", 0x080000, 0x4f42bb5a, BRF_ESS | BRF_PRG | CPS1_68K_PROGRAM_NO_BYTESWAP }, { "s92j_22a.7f", 0x080000, 0xc4f64bcd, BRF_ESS | BRF_PRG | CPS1_68K_PROGRAM_NO_BYTESWAP }, @@ -7497,6 +7462,41 @@ static struct BurnRomInfo Sf2cejaRomDesc[] = { STD_ROM_PICK(Sf2ceja) STD_ROM_FN(Sf2ceja) +static struct BurnRomInfo Sf2cejbRomDesc[] = { + { "s92j_23b.8f", 0x080000, 0x140876c5, BRF_ESS | BRF_PRG | CPS1_68K_PROGRAM_NO_BYTESWAP }, + { "s92j_22b.7f", 0x080000, 0x2fbb3bfe, BRF_ESS | BRF_PRG | CPS1_68K_PROGRAM_NO_BYTESWAP }, + { "s92j_21a.6f", 0x080000, 0x925a7877, BRF_ESS | BRF_PRG | CPS1_68K_PROGRAM_NO_BYTESWAP }, + + { "s92_01.3a", 0x080000, 0x03b0d852, BRF_GRA | CPS1_TILES }, + { "s92_02.4a", 0x080000, 0x840289ec, BRF_GRA | CPS1_TILES }, + { "s92_03.5a", 0x080000, 0xcdb5f027, BRF_GRA | CPS1_TILES }, + { "s92_04.6a", 0x080000, 0xe2799472, BRF_GRA | CPS1_TILES }, + { "s92_05.7a", 0x080000, 0xba8a2761, BRF_GRA | CPS1_TILES }, + { "s92_06.8a", 0x080000, 0xe584bfb5, BRF_GRA | CPS1_TILES }, + { "s92_07.9a", 0x080000, 0x21e3f87d, BRF_GRA | CPS1_TILES }, + { "s92_08.10a", 0x080000, 0xbefc47df, BRF_GRA | CPS1_TILES }, + { "s92_10.3c", 0x080000, 0x960687d5, BRF_GRA | CPS1_TILES }, + { "s92_11.4c", 0x080000, 0x978ecd18, BRF_GRA | CPS1_TILES }, + { "s92_12.5c", 0x080000, 0xd6ec9a0a, BRF_GRA | CPS1_TILES }, + { "s92_13.6c", 0x080000, 0xed2c67f6, BRF_GRA | CPS1_TILES }, + + { "s92_09.12a", 0x010000, 0x08f6b60e, BRF_PRG | CPS1_Z80_PROGRAM }, + + { "s92_18.11c", 0x020000, 0x7f162009, BRF_SND | CPS1_OKIM6295_SAMPLES }, + { "s92_19.12c", 0x020000, 0xbeade53f, BRF_SND | CPS1_OKIM6295_SAMPLES }, + + A_BOARD_PLDS + + { "s9263b.1a", 0x000117, 0x00000000, BRF_OPT | BRF_NODUMP }, // b-board PLDs + { "iob1.12d", 0x000117, 0x3abc0700, BRF_OPT }, + { "bprg1.11d", 0x000117, 0x31793da7, BRF_OPT }, + { "ioc1.ic7", 0x000117, 0x0d182081, BRF_OPT }, // c-board PLDs + { "c632.ic1", 0x000117, 0x0fbd9270, BRF_OPT }, +}; + +STD_ROM_PICK(Sf2cejb) +STD_ROM_FN(Sf2cejb) + static struct BurnRomInfo Sf2ceuaRomDesc[] = { { "s92u_23a.8f", 0x080000, 0xac44415b, BRF_ESS | BRF_PRG | CPS1_68K_PROGRAM_NO_BYTESWAP }, { "s92_22a.7f", 0x080000, 0x99f1cca4, BRF_ESS | BRF_PRG | CPS1_68K_PROGRAM_NO_BYTESWAP }, @@ -10050,8 +10050,8 @@ static const struct GameConfig ConfigTable[] = { "sf2ceua" , CPS_B_21_DEF, mapper_S9263B, 0, NULL }, { "sf2ceub" , CPS_B_21_DEF, mapper_S9263B, 0, NULL }, { "sf2ceuc" , CPS_B_21_DEF, mapper_S9263B, 0, NULL }, - { "sf2cej" , CPS_B_21_DEF, mapper_S9263B, 0, NULL }, { "sf2ceja" , CPS_B_21_DEF, mapper_S9263B, 0, NULL }, + { "sf2cejb" , CPS_B_21_DEF, mapper_S9263B, 0, NULL }, { "sf2rb" , CPS_B_21_DEF, mapper_S9263B, 0, NULL }, { "sf2rb2" , CPS_B_21_DEF, mapper_S9263B, 0, NULL }, { "sf2rb3" , CPS_B_21_DEF, mapper_S9263B, 0, NULL }, @@ -12799,16 +12799,6 @@ struct BurnDriver BurnDrvCpsSf2ceea = { &CpsRecalcPal, 0x1000, 384, 224, 4, 3 }; -struct BurnDriver BurnDrvCpsSf2cej = { - "sf2cej", "sf2ce", NULL, NULL, "1992", - "Street Fighter II' - champion edition (street fighter 2' 920513 Japan)\0", NULL, "Capcom", "CPS1", - NULL, NULL, NULL, NULL, - BDF_GAME_WORKING | BDF_CLONE, 2, HARDWARE_CAPCOM_CPS1, GBF_VSFIGHT, FBF_SF, - NULL, Sf2cejRomInfo, Sf2cejRomName, NULL, NULL, Sf2InputInfo, Sf2DIPInfo, - Sf2ceInit, DrvExit, Cps1Frame, CpsRedraw, CpsAreaScan, - &CpsRecalcPal, 0x1000, 384, 224, 4, 3 -}; - struct BurnDriver BurnDrvCpsSf2ceja = { "sf2ceja", "sf2ce", NULL, NULL, "1992", "Street Fighter II' - champion edition (street fighter 2' 920322 Japan)\0", NULL, "Capcom", "CPS1", @@ -12819,6 +12809,16 @@ struct BurnDriver BurnDrvCpsSf2ceja = { &CpsRecalcPal, 0x1000, 384, 224, 4, 3 }; +struct BurnDriver BurnDrvCpsSf2cejb = { + "sf2cejb", "sf2ce", NULL, NULL, "1992", + "Street Fighter II' - champion edition (street fighter 2' 920513 Japan)\0", NULL, "Capcom", "CPS1", + NULL, NULL, NULL, NULL, + BDF_GAME_WORKING | BDF_CLONE, 2, HARDWARE_CAPCOM_CPS1, GBF_VSFIGHT, FBF_SF, + NULL, Sf2cejbRomInfo, Sf2cejbRomName, NULL, NULL, Sf2InputInfo, Sf2DIPInfo, + Sf2ceInit, DrvExit, Cps1Frame, CpsRedraw, CpsAreaScan, + &CpsRecalcPal, 0x1000, 384, 224, 4, 3 +}; + struct BurnDriver BurnDrvCpsSf2ceua = { "sf2ceua", "sf2ce", NULL, NULL, "1992", "Street Fighter II' - champion edition (street fighter 2' 920313 USA)\0", NULL, "Capcom", "CPS1",