]> git.sur5r.net Git - cc65/blob - libsrc/tgi/tgi_getpalette.s
Added tgi_free_vectorfont.s
[cc65] / libsrc / tgi / tgi_getpalette.s
1 ;
2 ; Ullrich von Bassewitz, 23.06.2002
3 ;
4 ; const unsigned char* __fastcall__ tgi_getpalette (void);
5 ; /* Return the current palette. Will return NULL for drivers that do not
6 ;  * support palettes.
7 ;  */
8 ;
9
10         .include        "tgi-kernel.inc"
11
12 _tgi_getpalette         =       tgi_getpalette          ; Call the driver
13
14