1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 03:56:13 +00:00
cc65/libsrc/tgi
uz 7de61e351c Define a standard driver and mode for tgi graphics and use it in the sample
program. The standard driver and mode is the first one in the tgi_mode_table.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4153 b7a2c559-68d2-44c3-8de9-860c34a00d81
2009-09-11 18:59:37 +00:00
..
Makefile
tgi_bar.s Renamed ..._deinstall -> ..._uninstall. 2003-02-11 12:37:46 +00:00
tgi_circle.s
tgi_clear.s
tgi_curtoxy.s
tgi_done.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
tgi_getpagecount.s
tgi_getpalette.s
tgi_getpixel.s Renamed ..._deinstall -> ..._uninstall. 2003-02-11 12:37:46 +00:00
tgi_getset.s Renamed ..._deinstall -> ..._uninstall. 2003-02-11 12:37:46 +00:00
tgi_getxres.s
tgi_getyres.s
tgi_gotoxy.s
tgi_init.s
tgi_ioctl.s Added tgi_ioctl 2004-10-14 18:24:52 +00:00
tgi_line.s
tgi_linepop.s
tgi_lineto.s
tgi_load_driver.c
tgi_load.c Separated tgi_load and tgi_load_driver. 2009-09-11 18:47:33 +00:00
tgi_map_mode.s
tgi_outtext.s
tgi_outtextxy.s
tgi_popxy2.s
tgi_popxy.s
tgi_setcolor.s
tgi_setdrawpage.s
tgi_setpalette.s
tgi_setpixel.s
tgi_setviewpage.s Renamed ..._deinstall -> ..._uninstall. 2003-02-11 12:37:46 +00:00
tgi_stddrv.s
tgi_stdmode.s
tgi_textsize.s
tgi_textstyle.s
tgi_unload.s Use the new TGI_HDR structure. 2004-11-07 11:30:26 +00:00
tgi-kernel.s