mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
A slightly faster SoilDown.
This commit is contained in:
+1
-2
@@ -159,7 +159,7 @@ ClearPlot
|
||||
; checks state of the pixel (coordinates in xdraw and ydraw)
|
||||
; xdraw (word) - X coordinate
|
||||
; ydraw (word) - Y coordinate
|
||||
; result is in A (zero or appropriate bit is set)
|
||||
; result is in A (0 - point is set; appropriate bit is set - point is clear) INVERTED!
|
||||
|
||||
; let's calculate coordinates from xdraw and ydraw
|
||||
|
||||
@@ -182,7 +182,6 @@ ClearPlot
|
||||
|
||||
ldy #0
|
||||
lda (xbyte),y
|
||||
eor #$ff
|
||||
and bittable1_long,x
|
||||
rts
|
||||
.endp
|
||||
|
||||
Reference in New Issue
Block a user