1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-30 08:57:49 +00:00
cc65/libsrc/tgi
uz f36f6922f2 Fixed a typo.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5081 b7a2c559-68d2-44c3-8de9-860c34a00d81
2011-07-10 15:00:37 +00:00
..
Makefile Removed tgi_load() and all corresponding infrastructure. The idea behind tgi_load() was to be able to describe a TGI mode in a target-neutral way by resolution and colordepth. However it turned out that there arn't any cc65 targets sharing any resolution. As a result the only working target-independent approach for a TGI program is to call tgi_loaddriver(tgi_stddrv); and then look up the resolution provided - and to adapt to that resolution. 2011-05-03 21:28:20 +00: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 Changed 'Clear the screen' to 'Clear the drawpage'. 2009-10-27 21:20:06 +00:00
tgi_clippedline.s
tgi_curtoxy.s
tgi_done.s DONE does no longer set an error code 2003-10-23 09:38:51 +00:00
tgi_ellipse.s
tgi_free_vectorfont.s
tgi_getaspectratio.s New TGI routines tgi_getaspectratio/tgi_setaspectratio. 2011-05-01 18:40:38 +00:00
tgi_getcolor.s
tgi_getcolorcount.s Renamed ..._deinstall -> ..._uninstall. 2003-02-11 12:37:46 +00:00
tgi_getdefpalette.s
tgi_geterror.s Renamed ..._deinstall -> ..._uninstall. 2003-02-11 12:37:46 +00:00
tgi_geterrormsg.s Replaced TGI_ERR_NO_MEM by TGI_ERR_NO_RES 2009-11-13 15:53:01 +00:00
tgi_getmaxcolor.s
tgi_getmaxx.s
tgi_getmaxy.s
tgi_getpagecount.s
tgi_getpalette.s
tgi_getpixel.s
tgi_getset.s
tgi_getxres.s
tgi_getyres.s
tgi_gotoxy.s
tgi_imulround.s Final touches to the first full version of the vector font output. 2009-11-12 18:00:17 +00:00
tgi_init.s Fixed comment. 2011-05-03 20:22:32 +00:00
tgi_install_vectorfont.s
tgi_ioctl.s MAde the second parameter of tgi_ioctl a void* instead of an unsigned to keep 2009-12-11 14:33:53 +00:00
tgi_line.s Added clipping for lines. 2009-11-06 15:26:46 +00:00
tgi_linepop.s
tgi_lineto.s
tgi_load_driver.c
tgi_load_vectorfont.c Replaced TGI_ERR_NO_MEM by TGI_ERR_NO_RES 2009-11-13 15:53:01 +00:00
tgi_outcode.s Final touches to the first full version of the vector font output. 2009-11-12 18:00:17 +00:00
tgi_outtext.s Final touches to the first full version of the vector font output. 2009-11-12 18:00:17 +00:00
tgi_outtextxy.s
tgi_pieslice.c
tgi_popxy2.s
tgi_popxy.s
tgi_setaspectratio.s New TGI routines tgi_getaspectratio/tgi_setaspectratio. 2011-05-01 18:40:38 +00:00
tgi_setcolor.s
tgi_setdrawpage.s
tgi_setpalette.s
tgi_setpixel.s
tgi_setviewpage.s
tgi_textheight.s Final touches to the first full version of the vector font output. 2009-11-12 18:00:17 +00:00
tgi_textstyle.s
tgi_textwidth.s Fixed a typo. 2011-07-10 15:00:37 +00:00
tgi_unload.s
tgi_vectorchar.s Final touches to the first full version of the vector font output. 2009-11-12 18:00:17 +00:00
tgi-kernel.s
tgidrv_line.inc Factored out generic LINE implementation based on SETPIXEL from the three drivers previously containing the identical code. 2010-01-24 11:21:44 +00:00