mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
Merge pull request #6741 from TwistedTom/sf2blfix
fix scroll offset, various sf2 bootleg sets
This commit is contained in:
commit
501f5621ea
@ -1855,7 +1855,7 @@ static const struct CPS1config cps1_config_table[]=
|
|||||||
{"sf2b", CPS_B_17, mapper_STF29, 0x36, 0, 0, 1 },
|
{"sf2b", CPS_B_17, mapper_STF29, 0x36, 0, 0, 1 },
|
||||||
{"sf2b2", 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 },
|
{"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 },
|
{"sf2ceds6", HACK_B_1, mapper_S9263B, 0, 0, 0, 2 },
|
||||||
{"sf2cems6a", 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 },
|
{"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)
|
if (m_game_config->bootleg_kludge == 2)
|
||||||
{
|
{
|
||||||
m_cps_a_regs[CPS1_OBJ_BASE] = 0x9100;
|
m_cps_a_regs[CPS1_OBJ_BASE] = 0x9100;
|
||||||
scroll1xoff = -0x0c;
|
scroll1xoff = -0x10;
|
||||||
scroll2xoff = -0x10;
|
scroll2xoff = -0x10;
|
||||||
scroll3xoff = -0x10;
|
scroll3xoff = -0x10;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user