diff --git a/src/mame/video/bublbobl.c b/src/mame/video/bublbobl.c index 2a927e4d756..368bc821042 100644 --- a/src/mame/video/bublbobl.c +++ b/src/mame/video/bublbobl.c @@ -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; }