]> git.sur5r.net Git - cc65/blob - libsrc/tgi/tgi_getdefpalette.s
improved handling of cursor display and position
[cc65] / libsrc / tgi / tgi_getdefpalette.s
1 ;
2 ; Ullrich von Bassewitz, 23.06.2002
3 ;
4 ; const unsigned char* __fastcall__ tgi_getdefpalette (void);
5 ; /* Return the default palette. Will return NULL for drivers that do not
6 ;  * support palettes.
7 ;  */
8 ;
9
10         .include        "tgi-kernel.inc"
11         .export         _tgi_getdefpalette
12
13 _tgi_getdefpalette      =       tgi_getdefpalette       ; Call the driver
14
15