X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libsrc%2Ftgi%2Ftgi_getdefpalette.s;h=a953013892a4d183059aa2d6a3ae89c132eafeb9;hb=a03b3574b65a6167ac1207e66b83888eb0ca8465;hp=8b0325728b7734de5d79aa48976807985c3ec2e5;hpb=8ecdf9d6b7c7d84642d5784c74b98649395b7e61;p=cc65 diff --git a/libsrc/tgi/tgi_getdefpalette.s b/libsrc/tgi/tgi_getdefpalette.s index 8b0325728..a95301389 100644 --- a/libsrc/tgi/tgi_getdefpalette.s +++ b/libsrc/tgi/tgi_getdefpalette.s @@ -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 - -