decmxc06.cpp: Even better fix for Y-flipping sprites (nw)

This seems to fix all remaining attract mode glitches in Act-Fancer.
This commit is contained in:
AJR 2018-02-10 10:31:00 -05:00
parent 1df09bb7f9
commit 167f5f18b0

View File

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