mirror of
https://github.com/holub/mame
synced 2025-05-23 22:20:01 +03:00
Fixed priorities, not worth mentioning
This commit is contained in:
parent
173377792c
commit
b29aa316de
@ -128,7 +128,7 @@ VIDEO_UPDATE(ksayakyu)
|
|||||||
bitmap_fill(bitmap,cliprect,0);
|
bitmap_fill(bitmap,cliprect,0);
|
||||||
if(video_ctrl&1)
|
if(video_ctrl&1)
|
||||||
tilemap_draw(bitmap,cliprect,ksayakyu_tilemap,0,0);
|
tilemap_draw(bitmap,cliprect,ksayakyu_tilemap,0,0);
|
||||||
draw_sprites(screen->machine,bitmap,cliprect);
|
|
||||||
tilemap_draw(bitmap,cliprect,ksayakyu_textmap, 0,0);
|
tilemap_draw(bitmap,cliprect,ksayakyu_textmap, 0,0);
|
||||||
|
draw_sprites(screen->machine,bitmap,cliprect);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user