moved bordercolor function into a seperate file

This commit is contained in:
mrdudz
2015-10-12 15:18:36 +02:00
parent 7f2df8e8e6
commit 2a0f6c420b
3 changed files with 21 additions and 9 deletions

View File

@@ -3,10 +3,9 @@
;
; unsigned char __fastcall__ textcolor (unsigned char color);
; unsigned char __fastcall__ bgcolor (unsigned char color);
; unsigned char __fastcall__ bordercolor (unsigned char color);
;
.export soft80_textcolor, soft80_bgcolor, soft80_bordercolor
.export soft80_textcolor, soft80_bgcolor
.import soft80_internal_textcolor, soft80_internal_bgcolor
.importzp tmp1, tmp2
@@ -96,12 +95,6 @@ mkcharcolor:
sta CHARCOLOR ; text/bg combo for new chars
rts
soft80_bordercolor:
ldx VIC_BORDERCOLOR ; get old value
sta VIC_BORDERCOLOR ; set new value
txa
rts
;-------------------------------------------------------------------------------
; force the init constructor to be imported