mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
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:
parent
1df09bb7f9
commit
167f5f18b0
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user