mirror of
https://github.com/cc65/cc65.git
synced 2025-01-26 17:36:57 +00:00
Made LINE plot single-point lines correctly.
This commit is contained in:
parent
6c320f7d65
commit
4980fade74
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user