Sync with MAME and update whatsnew.html

This commit is contained in:
jackchatelet 2017-04-01 15:39:02 +00:00
parent c65a11a8e0
commit d8f0335ce5
3 changed files with 14 additions and 15 deletions

View File

@ -11132,14 +11132,13 @@ static struct BurnRomInfo Sf2cejab2RomDesc[] = {
STD_ROM_PICK(Sf2cejab2)
STD_ROM_FN(Sf2cejab2)
static struct BurnRomInfo Sf2cejab3RomDesc[] = {
static struct BurnRomInfo Sf2ceuplRomDesc[] = {
// Only the main program EPROMS were dumped for this set
{ "s2.u222.27c040", 0x0080000, 0x0804f973, BRF_ESS | BRF_PRG | CPS1_68K_PROGRAM_BYTESWAP },
{ "s1.u196.27c040", 0x0080000, 0x2bc76a02, BRF_ESS | BRF_PRG | CPS1_68K_PROGRAM_BYTESWAP },
{ "10.u221.27c010", 0x0020000, 0xd1707134, BRF_ESS | BRF_PRG | CPS1_68K_PROGRAM_BYTESWAP },
{ "9.u195.27c010", 0x0020000, 0xcd1d5666, BRF_ESS | BRF_PRG | CPS1_68K_PROGRAM_BYTESWAP },
{ "S2.U222", 0x0080000, 0x0804f973, BRF_ESS | BRF_PRG | CPS1_68K_PROGRAM_BYTESWAP },
{ "S1.U196", 0x0080000, 0x2bc76a02, BRF_ESS | BRF_PRG | CPS1_68K_PROGRAM_BYTESWAP },
{ "10.U221", 0x0020000, 0xd1707134, BRF_ESS | BRF_PRG | CPS1_68K_PROGRAM_BYTESWAP },
{ "9.U195", 0x0020000, 0xcd1d5666, BRF_ESS | BRF_PRG | CPS1_68K_PROGRAM_BYTESWAP },
// these weren't in the original dump - GFX MASKROMS need to be dumped
{ "s92_01.bin", 0x0080000, 0x03b0d852, BRF_GRA | CPS1_TILES },
{ "s92_02.bin", 0x0080000, 0x840289ec, BRF_GRA | CPS1_TILES },
{ "s92_03.bin", 0x0080000, 0xcdb5f027, BRF_GRA | CPS1_TILES },
@ -11159,8 +11158,8 @@ static struct BurnRomInfo Sf2cejab3RomDesc[] = {
{ "s92_19.bin", 0x0020000, 0xbeade53f, BRF_SND | CPS1_OKIM6295_SAMPLES },
};
STD_ROM_PICK(Sf2cejab3)
STD_ROM_FN(Sf2cejab3)
STD_ROM_PICK(Sf2ceupl)
STD_ROM_FN(Sf2ceupl)
static struct BurnRomInfo Sf2ceuablRomDesc[] = {
// this set was previously known as sf2m3
@ -13457,7 +13456,7 @@ static const struct GameConfig ConfigTable[] =
{ "sf2ceeab5" , CPS_B_21_DEF, mapper_S9263B, 0, NULL },
{ "sf2cejabl" , HACK_B_1 , mapper_S9263B, 0, NULL },
{ "sf2cejab2" , HACK_B_1 , mapper_S9263B, 0, NULL },
{ "sf2cejab3" , HACK_B_1 , mapper_S9263B, 0, NULL },
{ "sf2ceupl" , HACK_B_1 , mapper_S9263B, 0, NULL },
{ "sf2ceuabl" , HACK_B_2 , mapper_S9263B, 0, NULL },
{ "sf2ceuab2" , HACK_B_2 , mapper_S9263B, 0, NULL },
{ "sf2ceuab3" , HACK_B_2 , mapper_S9263B, 0, NULL },
@ -19857,12 +19856,12 @@ struct BurnDriver BurnDrvCpsSf2cejab2 = {
&CpsRecalcPal, 0x1000, 384, 224, 4, 3
};
struct BurnDriver BurnDrvCpsSf2cejab3 = {
"sf2cejab3", "sf2ce", NULL, NULL, "1992",
"Street Fighter II' - Champion Edition (920322 Japan UPL bootleg)\0", NULL, "UPL bootleg", "CPS1",
struct BurnDriver BurnDrvCpsSf2ceupl = {
"sf2ceupl", "sf2ce", NULL, NULL, "1992",
"Street Fighter II' - Champion Edition (UPL bootleg)\0", NULL, "bootleg (UPL)", "CPS1",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE | BDF_BOOTLEG, 2, HARDWARE_CAPCOM_CPS1, GBF_VSFIGHT, FBF_SF,
NULL, Sf2cejab3RomInfo, Sf2cejab3RomName, NULL, NULL, Sf2yycInputInfo, Sf2jDIPInfo,
NULL, Sf2ceuplRomInfo, Sf2ceuplRomName, NULL, NULL, Sf2yycInputInfo, Sf2jDIPInfo,
Sf2cejablInit, DrvExit, Cps1Frame, CpsRedraw, CpsAreaScan,
&CpsRecalcPal, 0x1000, 384, 224, 4, 3
};

View File

@ -276,7 +276,7 @@ static struct BurnRomInfo PrehislbRomDesc[] = {
{ "u_j12.bin", 0x10000, 0x5ba5bbed, BRF_GRA }, // 21 Sprite Layer Tiles
{ "u_j13.bin", 0x10000, 0x007dee47, BRF_GRA }, // 22 Sprite Layer Tiles // modified by bootleggers
{ "1_a6.bin", 0x10000, 0xb4f0fcf0, BRF_GRA }, // 23 Background 2 TileMap // modified by bootleggers
{ "1_a6.bin", 0x10000, 0xe2b9a44b, BRF_GRA }, // 23 Background 2 TileMap // modified by bootleggers
{ "u_e12.bin", 0x10000, 0x80a4c093, BRF_SND }, // 24 Z80 Program Code

View File

@ -325,7 +325,7 @@
<li>Added clone of Rastan (World, Earlier code base) [System11, The Dumping Union, JacKc]</li>
<li>Added clone of Street Fighter II - The World Warrior (911210 Japan, rev L) [Bonky0013, The Dumping Union, JacKc]</li>
<li>Added clone of Sonic Blast Man (US) [coolmod, The Dumping Union, JacKc]</li>
<li>Added clone of Street Fighter II' - Champion Edition (920322 Japan UPL bootleg) [Shoutime, JacKc]</li>
<li>Added clone of Street Fighter II' - Champion Edition (UPL bootleg) [Shoutime, The Dumping Union, JacKc]</li>
<li>Added clone of Prehistoric Isle in 1930 (World, bootleg) [The Iron Goat, JacKc]</li>
<li>Sync. PGM romsets with MAME 0.184 [JacKc]</li>
</ul>