Merge pull request #6741 from TwistedTom/sf2blfix

fix scroll offset, various sf2 bootleg sets
This commit is contained in:
R. Belmont 2020-05-26 19:57:09 -04:00 committed by GitHub
commit 501f5621ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1855,7 +1855,7 @@ static const struct CPS1config cps1_config_table[]=
{"sf2b", CPS_B_17, mapper_STF29, 0x36, 0, 0, 1 },
{"sf2b2", CPS_B_17, mapper_STF29, 0x36, 0, 0, 1 },
{"sf2ceupl", HACK_B_1, mapper_S9263B, 0x36, 0, 0, 1 },
{"sf2rules", HACK_B_1, mapper_S9263B, 0x36, 0, 0, 2 },
{"sf2rules", HACK_B_1, mapper_S9263B, 0x36, 0, 0, 1 },
{"sf2ceds6", HACK_B_1, mapper_S9263B, 0, 0, 0, 2 },
{"sf2cems6a", HACK_B_1, mapper_S9263B, 0, 0, 0, 2 },
{"sf2cems6b", HACK_B_1, mapper_S9263B, 0, 0, 0, 2 },
@ -2290,7 +2290,7 @@ void cps_state::cps1_get_video_base()
if (m_game_config->bootleg_kludge == 2)
{
m_cps_a_regs[CPS1_OBJ_BASE] = 0x9100;
scroll1xoff = -0x0c;
scroll1xoff = -0x10;
scroll2xoff = -0x10;
scroll3xoff = -0x10;
}