mirror of
https://github.com/cc65/cc65.git
synced 2026-04-25 06:17:58 +00:00
some cleanup, checked usage of __bgcolor and __textcolor
This commit is contained in:
@@ -18,7 +18,8 @@ soft80_kplot:
|
||||
|
||||
; calc pointer to vram
|
||||
tya
|
||||
lsr a
|
||||
lsr a ; NOTE: we can save 2 cycles here at the expense of
|
||||
; making the tables twice as big (+50 bytes)
|
||||
clc
|
||||
adc _vramlo,x
|
||||
sta CRAM_PTR
|
||||
|
||||
Reference in New Issue
Block a user