summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/kaneko16.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/kaneko16.c')
-rw-r--r--src/mame/video/kaneko16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/kaneko16.c b/src/mame/video/kaneko16.c
index 40d13719173..292e01b794f 100644
--- a/src/mame/video/kaneko16.c
+++ b/src/mame/video/kaneko16.c
@@ -37,7 +37,7 @@ static void kaneko16_fill_bitmap(running_machine &machine, bitmap_ind16 &bitmap,
}
-
+
/* Fill the bitmap with pen 0. This is wrong, but will work most of
the times. To do it right, each pixel should be drawn with pen 0
of the bottomost tile that covers it (which is pretty tricky to do) */