In Dan's 7800 sprite demo, what exactly is this bit of code doing in relation to the Display List?
;********************** reset DL ends ****************** ldx #$0C lda #$00 dlclearloop dex sta dlend,x bne dlclearloop
Is this erasing the previous drawing of the 'sprite', a.k.a. erasing the one (or two zones) the graphics are drawn in?
Thanks,
Allan














