1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 03:56:13 +00:00
cc65/libsrc/tgi
uz 6d89093d4b Removed the call to tgi_clear from tgi_init, so the screen is not
automatically cleared.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4559 b7a2c559-68d2-44c3-8de9-860c34a00d81
2010-01-26 16:51:03 +00:00
..
Makefile
tgi_arc.c
tgi_bar.s
tgi_circle.s
tgi_clear.s
tgi_clippedline.s
tgi_curtoxy.s
tgi_done.s
tgi_ellipse.s
tgi_free_vectorfont.s
tgi_getcolor.s
tgi_getcolorcount.s
tgi_getdefpalette.s
tgi_geterror.s
tgi_geterrormsg.s
tgi_getmaxcolor.s
tgi_getmaxx.s
tgi_getmaxy.s Hold the maximum X and Y coordinate in variables instead of calculating them 2009-11-06 12:02:52 +00:00
tgi_getpagecount.s
tgi_getpalette.s
tgi_getpixel.s
tgi_getset.s Renamed ..._deinstall -> ..._uninstall. 2003-02-11 12:37:46 +00:00
tgi_getxres.s
tgi_getyres.s
tgi_gotoxy.s
tgi_imulround.s
tgi_init.s Removed the call to tgi_clear from tgi_init, so the screen is not 2010-01-26 16:51:03 +00:00
tgi_install_vectorfont.s
tgi_ioctl.s
tgi_line.s
tgi_linepop.s
tgi_lineto.s
tgi_load_driver.c Separated tgi_load and tgi_load_driver. 2009-09-11 18:47:33 +00:00
tgi_load_vectorfont.c
tgi_load.c
tgi_map_mode.s
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
tgi_outtextxy.s
tgi_pieslice.c
tgi_popxy2.s
tgi_popxy.s
tgi_setcolor.s
tgi_setdrawpage.s
tgi_setpalette.s
tgi_setpixel.s
tgi_setviewpage.s
tgi_stddrv.s
tgi_stdmode.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
tgi_unload.s
tgi_vectorchar.s
tgi-kernel.s
tgidrv_line.inc