mirror of
https://github.com/blondie7575/GSCats.git
synced 2025-04-05 06:37:24 +00:00
Optimization
This commit is contained in:
parent
79cbbc1868
commit
e7ada08d40
BIN
gscats.2mg
BIN
gscats.2mg
Binary file not shown.
@ -94,11 +94,10 @@ renderSpanComplete:
|
||||
|
||||
renderClippedSpanChainRenderNext:
|
||||
; Track remaining words until left edge
|
||||
; = 26 cycles per span rendered
|
||||
; = 24 cycles per span rendered
|
||||
lsr ; 2
|
||||
eor #$ffff ; 2
|
||||
inc ; 2
|
||||
clc ; 2
|
||||
adc <XLEFT ; 3
|
||||
sta <XLEFT ; 3
|
||||
dey ; 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user