Initial Creativision Import
This commit is contained in:
13
libsrc/creativision/color.s
Normal file
13
libsrc/creativision/color.s
Normal file
@@ -0,0 +1,13 @@
|
||||
;*
|
||||
;* unsigned char __fastcall__ textcolor (unsigned char color);
|
||||
;* unsigned char __fastcall__ bgcolor (unsigned char color);
|
||||
;* unsigned char __fastcall__ bordercolor (unsigned char color);
|
||||
;*
|
||||
|
||||
.export _textcolor, _bgcolor, _bordercolor
|
||||
.import return0
|
||||
.include "creativision.inc"
|
||||
|
||||
_bordercolor = return0;
|
||||
_textcolor = return0;
|
||||
_bgcolor = return0;
|
||||
Reference in New Issue
Block a user