]> git.sur5r.net Git - cc65/blobdiff - libsrc/tgi/tgi_getdefpalette.s
use first free IOCB for "GRAPHICS 0" call instead of using a hard-coded one
[cc65] / libsrc / tgi / tgi_getdefpalette.s
index 8b0325728b7734de5d79aa48976807985c3ec2e5..a953013892a4d183059aa2d6a3ae89c132eafeb9 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 23.06.2002
 ;
-; const unsigned char* __fastcall__ tgi_getdefpalette (void);
+; const unsigned char* tgi_getdefpalette (void);
 ; /* Return the default palette. Will return NULL for drivers that do not
 ;  * support palettes.
 ;  */
@@ -10,5 +10,3 @@
         .include        "tgi-kernel.inc"
 
 _tgi_getdefpalette      =       tgi_getdefpalette       ; Call the driver
-
-