MT4903 : bublbobl, cocktail mode fix [Robbbert]

This commit is contained in:
Robbbert 2012-12-28 12:47:41 +00:00
parent 1d9655518a
commit 695084bb1c

View File

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