mirror of
https://github.com/holub/mame
synced 2025-05-22 05:38:52 +03:00
fixed crash: mametesters bug 3420
This commit is contained in:
parent
73b9245008
commit
78dd38f508
@ -157,7 +157,7 @@ WRITE8_HANDLER( espial_flipscreen_w )
|
|||||||
{
|
{
|
||||||
flipscreen = data;
|
flipscreen = data;
|
||||||
|
|
||||||
tilemap_set_flip(0, flipscreen ? TILEMAP_FLIPX | TILEMAP_FLIPY : 0);
|
tilemap_set_flip(bg_tilemap, flipscreen ? TILEMAP_FLIPX | TILEMAP_FLIPY : 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user