summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/mb60553.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/mb60553.cpp')
-rw-r--r--src/mame/video/mb60553.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/mb60553.cpp b/src/mame/video/mb60553.cpp
index 9178227b0e4..b5b2802612f 100644
--- a/src/mame/video/mb60553.cpp
+++ b/src/mame/video/mb60553.cpp
@@ -261,7 +261,7 @@ void mb60553_zooming_tilemap_device::draw( screen_device &screen, bitmap_ind16&
clip.min_x = screen.visible_area().min_x;
clip.max_x = screen.visible_area().max_x;
- for (line = 0; line < 224;line++)
+ for (line = screen.visible_area().min_y; line < screen.visible_area().max_y;line++)
{
// int scrollx;
// int scrolly;