diff --git a/src/mame/video/ppu2c0x.c b/src/mame/video/ppu2c0x.c index fe8571066b0..1e151313958 100644 --- a/src/mame/video/ppu2c0x.c +++ b/src/mame/video/ppu2c0x.c @@ -20,6 +20,9 @@ * Micro Machines has minor rendering glitches (needs better timing). * Mach Rider has minor road rendering glitches (needs better timing). * Rad Racer demonstrates road glitches: it changes horizontal scrolling mid-line. + * Space Hunter (Famicom) should do a color cycling effect on title screen. + It also sports wrong colors for the planets and garbage for the inventory + menu. ******************************************************************************/ diff --git a/src/mame/video/ppu2c0x.h b/src/mame/video/ppu2c0x.h index 0f9cc8dd3a1..35d0b471244 100644 --- a/src/mame/video/ppu2c0x.h +++ b/src/mame/video/ppu2c0x.h @@ -72,7 +72,7 @@ enum PPU_VBLANK_LAST_SCANLINE_NTSC = 260, PPU_VBLANK_LAST_SCANLINE_PAL = 310 - // Both the sacnline immediately before and immediately after VBLANK + // Both the scanline immediately before and immediately after VBLANK // are non-rendering and non-vblank. };