Optimization

This commit is contained in:
blondie7575 2017-08-07 20:50:08 -07:00
parent 79cbbc1868
commit e7ada08d40
2 changed files with 1 additions and 2 deletions

Binary file not shown.

View File

@ -94,11 +94,10 @@ renderSpanComplete:
renderClippedSpanChainRenderNext: renderClippedSpanChainRenderNext:
; Track remaining words until left edge ; Track remaining words until left edge
; = 26 cycles per span rendered ; = 24 cycles per span rendered
lsr ; 2 lsr ; 2
eor #$ffff ; 2 eor #$ffff ; 2
inc ; 2 inc ; 2
clc ; 2
adc <XLEFT ; 3 adc <XLEFT ; 3
sta <XLEFT ; 3 sta <XLEFT ; 3
dey ; 2 dey ; 2