summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/kopunch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/kopunch.c')
-rw-r--r--src/mame/video/kopunch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/kopunch.c b/src/mame/video/kopunch.c
index cb1876a9163..5c358654f48 100644
--- a/src/mame/video/kopunch.c
+++ b/src/mame/video/kopunch.c
@@ -103,7 +103,7 @@ void kopunch_state::video_start()
UINT32 kopunch_state::screen_update_kopunch(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
bitmap.fill(0, cliprect);
-
+
// background does not wrap around horizontally
rectangle bg_clip = cliprect;
bg_clip.max_x = m_scrollx ^ 0xff;