diff --git a/src/mame/video/mainsnk.cpp b/src/mame/video/mainsnk.cpp index ad9e57fa0ed..5d889bbdee6 100644 --- a/src/mame/video/mainsnk.cpp +++ b/src/mame/video/mainsnk.cpp @@ -146,7 +146,7 @@ void mainsnk_state::draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect if (flip_screen()) { sx = 288-16 - sx; - sy = 224-16 - sy; + sy = 224+8-16 - sy; flipx = !flipx; flipy = !flipy; }