]> git.sur5r.net Git - cc65/blob - libsrc/creativision/color.s
b6fd360b4dd345ab8371b490e97ab3c748e2628f
[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;