]> git.sur5r.net Git - cc65/blobdiff - libsrc/tgi/tgi_getcolorcount.s
clrscr.s switch to text mode
[cc65] / libsrc / tgi / tgi_getcolorcount.s
index ae34220fdd881956f7862a3cf8c0f2e270b2eb3d..b7a3562c724206151031d6ed0c86e9ddab39755d 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 22.06.2002
 ;
-; unsigned char __fastcall__ tgi_getcolorcount (void);
+; unsigned char tgi_getcolorcount (void);
 ; /* Get the number of available colors */
 
         .include        "tgi-kernel.inc"
@@ -13,4 +13,3 @@
         rts
 
 .endproc
-