mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-05 21:34:30 +00:00
plasma: one last opt
This commit is contained in:
parent
31bce00c05
commit
9b5d52e09e
@ -96,17 +96,18 @@ create_yloop:
|
||||
; restore values
|
||||
|
||||
lda HGR_Y ; YY
|
||||
tax
|
||||
|
||||
calcsine_div4:
|
||||
lsr
|
||||
lsr ; 2
|
||||
sec
|
||||
sbc FRAME
|
||||
tax
|
||||
lda sinetable,X
|
||||
tay
|
||||
lda sinetable,y
|
||||
sta row_sum_smc+1
|
||||
|
||||
ldx HGR_Y ; YY
|
||||
; ldx HGR_Y ; YY
|
||||
|
||||
ldy #39 ; XX
|
||||
create_xloop:
|
||||
|
4
music/tiny_tracker/NOTES
Normal file
4
music/tiny_tracker/NOTES
Normal file
@ -0,0 +1,4 @@
|
||||
peasant:
|
||||
total = 856B
|
||||
tracker = 310B
|
||||
data = 546B $231-$F = 546
|
Loading…
x
Reference in New Issue
Block a user