mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
Revert, Xevious actually works with Normal 200 lines display, weird ...
This commit is contained in:
parent
9df0bcc6a4
commit
59ae533328
@ -1637,7 +1637,7 @@ void upd7220_device::update_graphics(bitmap_rgb32 &bitmap, const rectangle &clip
|
|||||||
|
|
||||||
if (m_lr)
|
if (m_lr)
|
||||||
tsy += y;
|
tsy += y;
|
||||||
bsy += (y / 2);
|
bsy += y;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user