PAUSE is too quick, and should behave like old pause.
WaitRetrace(500) is roughly a second at 50fps, PAUSE 1 should be 50 frames.
Issue can arise when code may run from raster line 0-191 and then when the PAUSE is called, it will hit line 192 and no perceived delay will be added.
PAUSE is too quick, and should behave like old pause.
WaitRetrace(500) is roughly a second at 50fps, PAUSE 1 should be 50 frames.
Issue can arise when code may run from raster line 0-191 and then when the PAUSE is called, it will hit line 192 and no perceived delay will be added.