summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/snes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/snes.c')
-rw-r--r--src/mame/video/snes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/snes.c b/src/mame/video/snes.c
index b074ee098da..9fd23a55a20 100644
--- a/src/mame/video/snes.c
+++ b/src/mame/video/snes.c
@@ -1647,7 +1647,7 @@ void snes_ppu_class::ppu_start(screen_device &screen)
{
m_screen = &screen;
running_machine &machine = screen.machine();
-
+
#if SNES_LAYER_DEBUG
memset(&debug_options, 0, sizeof(debug_options));
#endif