mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
Fixed linezoom in VDP2, don't laugh
This commit is contained in:
parent
c568c7bef6
commit
9825dfe6d6
@ -4264,7 +4264,7 @@ static void stv_vdp2_check_tilemap_with_linescroll(running_machine &machine, bit
|
|||||||
{
|
{
|
||||||
prev_scroll_values[i] &= 0x0007ff00;
|
prev_scroll_values[i] &= 0x0007ff00;
|
||||||
if ( prev_scroll_values[i] & 0x00040000 ) prev_scroll_values[i] |= 0xfff80000;
|
if ( prev_scroll_values[i] & 0x00040000 ) prev_scroll_values[i] |= 0xfff80000;
|
||||||
// incx = prev_scroll_values[i];
|
stv2_current_tilemap.incx = prev_scroll_values[i];
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user