]> git.sur5r.net Git - cc65/blob - libsrc/tgi/tgi_getdefpalette.s
This is what was actually meant in the first place.
[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
12 _tgi_getdefpalette      =       tgi_getdefpalette       ; Call the driver
13
14