summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/konicdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/konicdev.c')
-rw-r--r--src/mame/video/konicdev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/konicdev.c b/src/mame/video/konicdev.c
index 24f1ab937cc..3c59c5f9990 100644
--- a/src/mame/video/konicdev.c
+++ b/src/mame/video/konicdev.c
@@ -10327,7 +10327,7 @@ void k001604_draw_back_layer( device_t *device, bitmap_rgb32 &bitmap, const rect
window_x = ((k001604->reg[0x1b] >> 1) & 3) * 512;
else
window_x = ((k001604->reg[0x1b] >> 1) & 1) * 512;
-
+
window_y = 0;
switch (layer_size)
@@ -10339,7 +10339,7 @@ void k001604_draw_back_layer( device_t *device, bitmap_rgb32 &bitmap, const rect
}
window_ymask = pixmap.height() - 1;
-
+
// loop over rows
while (sy <= ey)