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 9995fcef274..61500cdad6e 100644
--- a/src/mame/video/snes.c
+++ b/src/mame/video/snes.c
@@ -1687,7 +1687,7 @@ void snes_ppu_class::ppu_start(running_machine &machine)
/* Init oam RAM */
memset((UINT8 *)m_oam_ram, 0xff, SNES_OAM_SIZE);
-
+
for (int i = 0; i < 2; i++)
{
state_save_register_item(machine, "snes_ppu", NULL, i, m_scanlines[i].enable);