Fix flip screen rendering of DECO MXC06 sprites

This commit is contained in:
AJR 2018-02-03 19:34:37 -05:00
parent 84dbcc7a48
commit fb260c4259

View File

@ -128,7 +128,8 @@ void deco_mxc06_device::draw_sprites( bitmap_ind16 &bitmap, const rectangle &cli
code &= ~(h - 1);
if (flipy)
// not affected by flipscreen
if (sy & 0x4000)
incy = -1;
else
{