]> git.sur5r.net Git - cc65/blobdiff - libsrc/tgi/tgi_getpalette.s
use first free IOCB for "GRAPHICS 0" call instead of using a hard-coded one
[cc65] / libsrc / tgi / tgi_getpalette.s
index 46eaa30d9ddd5d1c37ce948f667e51256f991b68..a91aefb71bf162b34834b30064bdb957d717017e 100644 (file)
@@ -1,17 +1,12 @@
 ;
 ; Ullrich von Bassewitz, 23.06.2002
 ;
-; const unsigned char* __fastcall__ tgi_getpalette (void);
+; const unsigned char* tgi_getpalette (void);
 ; /* Return the current palette. Will return NULL for drivers that do not
 ;  * support palettes.
 ;  */
 ;
 
         .include        "tgi-kernel.inc"
-        .export         _tgi_getpalette
-
 
 _tgi_getpalette         =       tgi_getpalette          ; Call the driver
-
-
-