mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
MT4903 : bublbobl, cocktail mode fix [Robbbert]
This commit is contained in:
parent
1d9655518a
commit
695084bb1c
@ -74,8 +74,8 @@ UINT32 bublbobl_state::screen_update_bublbobl(screen_device &screen, bitmap_ind1
|
||||
|
||||
if (flip_screen())
|
||||
{
|
||||
x = 248 - x;
|
||||
y = 248 - y;
|
||||
x = 376 - x;
|
||||
y = 256 - y;
|
||||
flipx = !flipx;
|
||||
flipy = !flipy;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user