summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/snes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/snes.c')
-rw-r--r--src/mame/machine/snes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/snes.c b/src/mame/machine/snes.c
index bfc3a15bb4f..09e2484310a 100644
--- a/src/mame/machine/snes.c
+++ b/src/mame/machine/snes.c
@@ -178,7 +178,7 @@ static TIMER_CALLBACK( snes_scanline_tick )
timer_adjust_oneshot(snes_hirq_timer, video_screen_get_time_until_pos(machine->primary_screen, snes_ppu.beam.current_vert, pixel*snes_htmult), 0);
}
}
- }
+ }
/* Start of VBlank */
if( snes_ppu.beam.current_vert == snes_ppu.beam.last_visible_line )