mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
teracre.cpp: Add hide text layer support (used in Cofree break of horekid)
- 07494: horekid, horekidb, boobhack: Coffee break doesn't show
This commit is contained in:
parent
e9a9ec7316
commit
461b45e504
@ -186,6 +186,9 @@ uint32_t terracre_state::screen_update_amazon(screen_device &screen, bitmap_ind1
|
||||
m_background->draw(screen, bitmap, cliprect, 0, 0 );
|
||||
|
||||
draw_sprites(bitmap,cliprect );
|
||||
m_foreground->draw(screen, bitmap, cliprect, 0, 0 );
|
||||
|
||||
if ((m_xscroll & 0x1000) == 0)
|
||||
m_foreground->draw(screen, bitmap, cliprect, 0, 0);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user