much shorter scroll delay

This commit is contained in:
4am 2016-10-28 16:07:13 -04:00
parent 4a7ce7cc86
commit 7e9dc0f99a

View File

@ -283,12 +283,8 @@ VirtScroll
rts rts
Delay Delay
ldy #5 lda #1
lda #0 jmp WAIT
- jsr WAIT
dey
bne -
rts
;swap real X/Y with virtual X/Y ;swap real X/Y with virtual X/Y
;and recalculate screen position ;and recalculate screen position