Merge remote-tracking branch 'origin' into da65-synclines
This commit is contained in:
@@ -541,8 +541,7 @@ STEPINY:
|
|||||||
eor CHUNK
|
eor CHUNK
|
||||||
sta CHUNK
|
sta CHUNK
|
||||||
txa
|
txa
|
||||||
bne @CONT ;If dy=0 it's just a point
|
beq YCONT2 ;If dy=0, it's just a point
|
||||||
inx
|
|
||||||
@CONT: lsr ;Init counter to dy/2
|
@CONT: lsr ;Init counter to dy/2
|
||||||
;
|
;
|
||||||
; Main loop
|
; Main loop
|
||||||
@@ -627,7 +626,7 @@ XCONT2: dex
|
|||||||
|
|
||||||
lsr CHUNK ;Advance to last point
|
lsr CHUNK ;Advance to last point
|
||||||
jsr LINEPLOT ;Plot the last chunk
|
jsr LINEPLOT ;Plot the last chunk
|
||||||
EXIT: lda #$36
|
lda #$36
|
||||||
sta $01
|
sta $01
|
||||||
cli
|
cli
|
||||||
rts
|
rts
|
||||||
|
|||||||
Reference in New Issue
Block a user