summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/hd66421.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/hd66421.c')
-rw-r--r--src/emu/video/hd66421.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/video/hd66421.c b/src/emu/video/hd66421.c
index c3d81390c95..93b2856235d 100644
--- a/src/emu/video/hd66421.c
+++ b/src/emu/video/hd66421.c
@@ -251,6 +251,6 @@ UINT32 hd66421_device::update_screen(screen_device &screen, bitmap_ind16 &bitmap
rectangle rect(0, HD66421_WIDTH - 1, 0, HD66421_HEIGHT - 1);
bitmap.fill(get_white_pen(machine()), rect);
}
-
+
return 0;
}