Remove stale comment.

This commit is contained in:
Sven Michael Klose 2020-11-03 11:53:56 +01:00 committed by greg-king5
parent 6201300816
commit db31204950

View file

@ -56,7 +56,7 @@ LINEDIST = $20 ; Offset in video RAM between two lines
ldx #(>load_size) + 1
stx count+1 ; save size with each byte incremented separately
L1: dec count ; pre-count one's-complement upwards
L1: dec count
bnz L2
dec count+1
bze L3