1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-09 13:25:06 +00:00

Made LINE plot single-point lines correctly.

This commit is contained in:
greg-king5
2018-06-21 08:18:53 -04:00
committed by GitHub
parent 6c320f7d65
commit 4980fade74

View File

@@ -541,8 +541,7 @@ STEPINY:
eor CHUNK
sta CHUNK
txa
bne @CONT ;If dy=0 it's just a point
inx
beq YCONT2 ;If dy=0, it's just a point
@CONT: lsr ;Init counter to dy/2
;
; Main loop