]> git.sur5r.net Git - cc65/blob - libsrc/tgi/tgi_getpalette.s
Replace hard returns with an "else", add an error for non-IDENT tokens, and test...
[cc65] / libsrc / tgi / tgi_getpalette.s
1 ;
2 ; Ullrich von Bassewitz, 23.06.2002
3 ;
4 ; const unsigned char* 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