1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 03:56:13 +00:00
cc65/libsrc/tgi
..
.cvsignore TGI Implementation 2002-06-21 16:25:56 +00:00
Makefile
tgi_bar.s
tgi_circle.s
tgi_clear.s TGI Implementation 2002-06-21 13:39:32 +00:00
tgi_curtoxy.s Started to add text output functions 2002-10-03 11:18:23 +00:00
tgi_done.s
tgi_emu_bar.s Add tgi_horline 2002-07-07 11:12:41 +00:00
tgi_getcolor.s Working on the TGI library 2002-06-22 21:40:24 +00:00
tgi_getcolorcount.s More work on the graphics subsystem 2002-07-07 10:30:31 +00:00
tgi_getdefpalette.s
tgi_geterror.s
tgi_getmaxcolor.s
tgi_getmaxx.s Implementing TGI 2002-06-21 12:46:52 +00:00
tgi_getmaxy.s
tgi_getpagecount.s More work on the graphics subsystem 2002-07-07 10:30:31 +00:00
tgi_getpalette.s
tgi_getpixel.s
tgi_getset.s Started to add text output functions 2002-10-03 11:18:23 +00:00
tgi_getxres.s
tgi_getyres.s
tgi_gotoxy.s
tgi_init.s tgi_mode -> tgi_gmode, removed param from tgi_init() 2002-12-29 20:57:57 +00:00
tgi_line.s
tgi_linepop.s Fixed a bug 2002-06-22 21:46:32 +00:00
tgi_lineto.s
tgi_load.c fixed typo 2002-12-22 21:39:38 +00:00
tgi_map_mode.s Fixed an error 2002-12-24 14:22:24 +00:00
tgi_outtext.s Started to add text output functions 2002-10-03 11:18:23 +00:00
tgi_outtextxy.s
tgi_popxy2.s
tgi_popxy.s
tgi_setcolor.s Working on the TGI library 2002-06-22 21:40:24 +00:00
tgi_setdrawpage.s Added emulation and more clipping for the BAR function. 2002-06-22 13:10:02 +00:00
tgi_setpalette.s More work on the graphics subsystem 2002-07-07 10:30:31 +00:00
tgi_setpixel.s
tgi_setviewpage.s
tgi_textsize.s
tgi_textstyle.s Started to add text output functions 2002-10-03 11:18:23 +00:00
tgi_unload.s TGI Implementation 2002-06-21 13:28:51 +00:00
tgi-kernel.s