remove soft80_bordercolor override
This commit is contained in:
@@ -15,10 +15,6 @@
|
|||||||
.export _textcolor := soft80_textcolor
|
.export _textcolor := soft80_textcolor
|
||||||
.export _bgcolor := soft80_bgcolor
|
.export _bgcolor := soft80_bgcolor
|
||||||
|
|
||||||
; soft80_bordercolor.s
|
|
||||||
.import soft80_bordercolor
|
|
||||||
.export _bordercolor := soft80_bordercolor
|
|
||||||
|
|
||||||
; soft80_cputc.s
|
; soft80_cputc.s
|
||||||
.import soft80_cputc
|
.import soft80_cputc
|
||||||
.import soft80_cputcxy
|
.import soft80_cputcxy
|
||||||
|
|||||||
@@ -1,17 +0,0 @@
|
|||||||
;
|
|
||||||
; Groepaz/Hitmen, 12.10.2015
|
|
||||||
;
|
|
||||||
; unsigned char __fastcall__ bordercolor (unsigned char color);
|
|
||||||
;
|
|
||||||
|
|
||||||
.export soft80_bordercolor
|
|
||||||
|
|
||||||
.include "c64.inc"
|
|
||||||
|
|
||||||
; FIXME: if we'd move this function into a seperate file in the regular
|
|
||||||
; conio lib, then we dont need this override at all.
|
|
||||||
soft80_bordercolor:
|
|
||||||
ldx VIC_BORDERCOLOR ; get old value
|
|
||||||
sta VIC_BORDERCOLOR ; set new value
|
|
||||||
txa
|
|
||||||
rts
|
|
||||||
Reference in New Issue
Block a user