This website requires JavaScript.
Explore
Help
Sign In
bslathi19
/
cc65
Watch
1
Star
0
Fork
0
You've already forked cc65
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
cf41fccc0aee2c67fc47baffdc376a8122cdff5c
cc65
/
libsrc
/
tgi
History
Greg King
14c62f1368
Allowed the TGI API to support 256 colors.
2020-06-04 12:58:05 -04:00
..
tgi_arc.c
…
tgi_bar.s
…
tgi_circle.s
Added tgi_circle and tgi_ellipse functions. The latter works, but could be
2009-11-05 17:14:29 +00:00
tgi_clear.s
…
tgi_clippedline.s
Moved outcode calculation in a separate module.
2009-11-12 15:10:45 +00:00
tgi_curtoxy.s
…
tgi_done.s
…
tgi_ellipse.s
…
tgi_free_vectorfont.s
…
tgi_getaspectratio.s
…
tgi_getcolor.s
Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the
2012-03-04 13:08:54 +00:00
tgi_getcolorcount.s
…
tgi_getdefpalette.s
…
tgi_geterror.s
…
tgi_geterrormsg.s
…
tgi_getmaxcolor.s
…
tgi_getmaxx.s
…
tgi_getmaxy.s
…
tgi_getpagecount.s
…
tgi_getpalette.s
…
tgi_getpixel.s
Renamed ..._deinstall -> ..._uninstall.
2003-02-11 12:37:46 +00:00
tgi_getset.s
…
tgi_gettextheight.s
…
tgi_gettextwidth.s
…
tgi_getxres.s
…
tgi_getyres.s
…
tgi_gotoxy.s
…
tgi_imulround.s
…
tgi_init.s
…
tgi_install_vectorfont.s
…
tgi_ioctl.s
…
tgi_line.s
…
tgi_linepop.s
Added clipping for lines.
2009-11-06 15:26:46 +00:00
tgi_lineto.s
…
tgi_load_vectorfont.c
…
tgi_load.s
…
tgi_outcode.s
…
tgi_outtext.s
…
tgi_outtextxy.s
…
tgi_pieslice.c
…
tgi_popxy2.s
…
tgi_popxy.s
…
tgi_setaspectratio.s
…
tgi_setcolor.s
Allowed the TGI API to support 256 colors.
2020-06-04 12:58:05 -04:00
tgi_setdrawpage.s
…
tgi_setpalette.s
…
tgi_setpixel.s
…
tgi_settextdir.s
…
tgi_settextstyle.s
…
tgi_setviewpage.s
…
tgi_unload.s
…
tgi_vectorchar.s
Changed multi-line C comments into another style.
2014-06-30 16:51:07 -04:00
tgi-kernel.s
Removed IRQ support from TGI drivers.
2018-02-02 18:15:45 +01:00
tgidrv_line.inc
…