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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/konicdev.c b/src/mame/video/konicdev.c
index d29698d8339..834f1dcb775 100644
--- a/src/mame/video/konicdev.c
+++ b/src/mame/video/konicdev.c
@@ -9738,7 +9738,7 @@ void k001604_draw_back_layer( device_t *device, bitmap_rgb32 &bitmap, const rect
if ((k001604->reg[0x6c / 4] & (0x08 >> layer)) != 0)
{
- k001604->layer_roz[layer]->draw_roz(bitmap, cliprect,
+ k001604->layer_roz[layer]->draw_roz(bitmap, cliprect,
x << 5, y << 5, xx << 5, xy << 5, yx << 5, yy << 5, 1, 0, 0);
}
}