summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/ppu2c0x.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/ppu2c0x.c')
-rw-r--r--src/mame/video/ppu2c0x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/ppu2c0x.c b/src/mame/video/ppu2c0x.c
index d05bd0b24c4..a4fb902d1ad 100644
--- a/src/mame/video/ppu2c0x.c
+++ b/src/mame/video/ppu2c0x.c
@@ -930,12 +930,12 @@ void ppu2c0x_device::render_scanline( void )
}
m_draw_phase = PPU_DRAW_OAM;
-
+
/* if sprites are on, draw them, but we call always to process them */
draw_sprites(line_priority);
m_draw_phase = PPU_DRAW_BG;
-
+
/* done updating, whew */
g_profiler.stop();
}