diff --git a/src/mame/video/deco16ic.cpp b/src/mame/video/deco16ic.cpp index c1f9464d668..cf702310970 100644 --- a/src/mame/video/deco16ic.cpp +++ b/src/mame/video/deco16ic.cpp @@ -476,7 +476,7 @@ void deco16ic_device::custom_tilemap_draw( src_x &= width_mask; /* boogwing */ - for (int x = cliprect.left(); x < cliprect.right(); x++) + for (int x = cliprect.left(); x <= cliprect.right(); x++) { if (rowscroll_ptr && BIT(control1, 5)) column_offset = rowscroll_ptr[0x200 + ((src_x & 0x1ff) / col_type)];