1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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