diff options
Diffstat (limited to 'src/mame/video/bublbobl.c')
-rw-r--r-- | src/mame/video/bublbobl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/bublbobl.c b/src/mame/video/bublbobl.c index ad7cbed1182..c26b4f4d231 100644 --- a/src/mame/video/bublbobl.c +++ b/src/mame/video/bublbobl.c @@ -78,7 +78,7 @@ VIDEO_UPDATE( bublbobl ) x = sx + xc * 8; y = (sy + yc * 8) & 0xff; - if (flip_screen_get()) + if (flip_screen_get(screen->machine)) { x = 248 - x; y = 248 - y; |