mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
angle 0 is great again and again
This commit is contained in:
@@ -2115,19 +2115,6 @@ YangleUnder90
|
||||
sta fx
|
||||
sta fy
|
||||
|
||||
/* ; add 0.5 to vx and vy for better rounding
|
||||
clc
|
||||
lda vx
|
||||
adc #128 ; 1/2
|
||||
sta vx
|
||||
scc:inc vx+1
|
||||
|
||||
clc
|
||||
lda vy
|
||||
adc #128 ; 1/2
|
||||
sta vy
|
||||
scc:inc vy+1
|
||||
*/
|
||||
; draw by vx vy
|
||||
; in each step
|
||||
; 1. plot(xdraw, ydraw)
|
||||
|
||||
Reference in New Issue
Block a user