summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/snes_ppu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/snes_ppu.h')
-rw-r--r--src/devices/video/snes_ppu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/snes_ppu.h b/src/devices/video/snes_ppu.h
index 31f2b99af64..0906526d6db 100644
--- a/src/devices/video/snes_ppu.h
+++ b/src/devices/video/snes_ppu.h
@@ -73,7 +73,7 @@ public:
m_interlace = 1;
m_oam.interlace = 0;
}
- void set_current_vert(uint16_t value);
+ void set_current_vert(uint16_t value);
protected:
/* offset-per-tile modes */