X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libsrc%2Ftgi%2Ftgi_getmaxcolor.s;h=2e2b2ad0e8332cb092a81f559e60dbfa963d9a33;hb=c3922228a989cf93e3b7a2a7c5099d8f0e15ea5c;hp=67931192041de49d4ad19f72142ebb7c051cda5c;hpb=104ce990cba6d321340a713a9ed469519b466173;p=cc65 diff --git a/libsrc/tgi/tgi_getmaxcolor.s b/libsrc/tgi/tgi_getmaxcolor.s index 679311920..2e2b2ad0e 100644 --- a/libsrc/tgi/tgi_getmaxcolor.s +++ b/libsrc/tgi/tgi_getmaxcolor.s @@ -4,19 +4,18 @@ ; unsigned char __fastcall__ tgi_getmaxcolor (void); ; /* Return the maximum supported color number (the number of colors would ; * then be getmaxcolor()+1). -; */ +; */ ; .include "tgi-kernel.inc" - .export _tgi_getmaxcolor +.proc _tgi_getmaxcolor -_tgi_getmaxcolor: ldx _tgi_colorcount dex txa ldx #0 rts - +.endproc