]> git.sur5r.net Git - cc65/blob - libsrc/creativision/color.s
Cleanups for Creativision.
[cc65] / libsrc / creativision / color.s
1 ;*
2 ;* unsigned char __fastcall__ textcolor (unsigned char color);
3 ;* unsigned char __fastcall__ bgcolor (unsigned char color);
4 ;* unsigned char __fastcall__ bordercolor (unsigned char color);
5 ;*
6
7         .export         _textcolor, _bgcolor, _bordercolor
8         .import         return0
9         .include        "creativision.inc"
10
11 _bordercolor    =       return0;
12 _textcolor      =       return0;
13 _bgcolor        =       return0;