mirror of
https://github.com/holub/mame
synced 2025-05-30 17:41:47 +03:00
Not going to touch NES emulation, it's just because this bug amuses me ...
This commit is contained in:
parent
a3e2ee9604
commit
4b6e544ca1
@ -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.
|
||||
|
||||
******************************************************************************/
|
||||
|
||||
|
@ -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.
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user