Not going to touch NES emulation, it's just because this bug amuses me ...

This commit is contained in:
Angelo Salese 2013-03-12 22:43:18 +00:00
parent a3e2ee9604
commit 4b6e544ca1
2 changed files with 4 additions and 1 deletions

View File

@ -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.
******************************************************************************/

View File

@ -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.
};