mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-27 02:31:00 +00:00
plasma: some last code comments
This commit is contained in:
parent
2f044a1633
commit
3b9f746ca6
@ -150,7 +150,8 @@ plot_xloop:
|
||||
|
||||
tya ; get x&0xf
|
||||
and #$f
|
||||
ora CTEMP ; get ((y&0xf)*16)+x
|
||||
ora CTEMP ; combine with val from earlier
|
||||
; get ((y&0xf)*16)+x
|
||||
|
||||
tax
|
||||
|
||||
@ -163,11 +164,11 @@ plot_lookup_smc:
|
||||
; lda lookup ; load lookup, (y*16)+x
|
||||
|
||||
and #$f
|
||||
lsr
|
||||
lsr ; we actually only have 8 colors
|
||||
|
||||
tax
|
||||
lda colorlookup,X
|
||||
sta COLOR
|
||||
lda colorlookup,X ; lookup color
|
||||
sta COLOR ; each nibble should be same
|
||||
|
||||
jsr PLOT1 ; plot at GBASL,Y (x co-ord goes in Y)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user