split regular color.s into color.s and bordercolor.s
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
;
|
||||
|
||||
|
||||
.export _textcolor, _bgcolor, _bordercolor
|
||||
.export _textcolor, _bgcolor
|
||||
|
||||
.include "c64.inc"
|
||||
|
||||
@@ -23,11 +23,3 @@ _bgcolor:
|
||||
sta VIC_BG_COLOR0 ; set new value
|
||||
txa
|
||||
rts
|
||||
|
||||
|
||||
_bordercolor:
|
||||
ldx VIC_BORDERCOLOR ; get old value
|
||||
sta VIC_BORDERCOLOR ; set new value
|
||||
txa
|
||||
rts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user