mirror of
https://github.com/holub/mame
synced 2025-06-13 08:05:31 +03:00
bongo: Fix cocktail flip [Kevin Pickell]
This commit is contained in:
parent
069f37798a
commit
ecbe4a10ec
@ -804,6 +804,8 @@ VIDEO_START_MEMBER(galaxold_state,bongo)
|
|||||||
{
|
{
|
||||||
VIDEO_START_CALL_MEMBER(galaxold_plain);
|
VIDEO_START_CALL_MEMBER(galaxold_plain);
|
||||||
|
|
||||||
|
m_bg_tilemap->set_scrolldx(0, 384-256);
|
||||||
|
|
||||||
m_modify_spritecode = batman2_modify_spritecode;
|
m_modify_spritecode = batman2_modify_spritecode;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user