fixed crash: mametesters bug 3420

This commit is contained in:
Michaël Banaan Ananas 2009-09-03 21:10:34 +00:00
parent 73b9245008
commit 78dd38f508

View File

@ -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);
} }