1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-30 01:29:37 +00:00
cc65/libsrc/tgi
cuz f98c3a0758 Use the POSIX file I/O functions instead of the high level C routines to
save some overhead. Adapt to the new read conventions in modload.


git-svn-id: svn://svn.cc65.org/cc65/trunk@1549 b7a2c559-68d2-44c3-8de9-860c34a00d81
2002-11-20 14:22:26 +00:00
..
.cvsignore TGI Implementation 2002-06-21 16:25:56 +00:00
Makefile Started to add text output functions 2002-10-03 11:18:23 +00:00
tgi_bar.s Added emulation and more clipping for the BAR function. 2002-06-22 13:10:02 +00:00
tgi_circle.s Started to add text output functions 2002-10-03 11:18:23 +00:00
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 More work on the graphics subsystem 2002-07-07 10:30:31 +00:00
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 More work on the graphics subsystem 2002-07-07 10:30:31 +00:00
tgi_geterror.s Don't call the driver if we don't have one loaded 2002-10-03 13:54:42 +00:00
tgi_getmaxcolor.s More work on the graphics subsystem 2002-07-07 10:30:31 +00:00
tgi_getmaxx.s Implementing TGI 2002-06-21 12:46:52 +00:00
tgi_getmaxy.s TGI Implementation 2002-06-21 13:28:51 +00:00
tgi_getpagecount.s More work on the graphics subsystem 2002-07-07 10:30:31 +00:00
tgi_getpalette.s More work on the graphics subsystem 2002-07-07 10:30:31 +00:00
tgi_getpixel.s Return bg color if coords out of range 2002-06-22 22:01:14 +00:00
tgi_getset.s Started to add text output functions 2002-10-03 11:18:23 +00:00
tgi_getxres.s Working 2002-06-21 21:15:46 +00:00
tgi_getyres.s Working 2002-06-21 21:15:46 +00:00
tgi_gotoxy.s Working on the TGI library 2002-06-22 21:53:58 +00:00
tgi_init.s Started to add text output functions 2002-10-03 11:18:23 +00:00
tgi_line.s Started to add text output functions 2002-10-03 11:18:23 +00:00
tgi_linepop.s Fixed a bug 2002-06-22 21:46:32 +00:00
tgi_lineto.s Started to add text output functions 2002-10-03 11:18:23 +00:00
tgi_load.c Use the POSIX file I/O functions instead of the high level C routines to 2002-11-20 14:22:26 +00:00
tgi_map_mode.s Implementing TGI 2002-06-21 12:46:52 +00:00
tgi_outtext.s Started to add text output functions 2002-10-03 11:18:23 +00:00
tgi_outtextxy.s Started to add text output functions 2002-10-03 11:18:23 +00:00
tgi_popxy.s Started to add text output functions 2002-10-03 11:18:23 +00:00
tgi_popxy2.s Started to add text output functions 2002-10-03 11:18:23 +00:00
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 Working on the TGI library 2002-06-22 21:40:24 +00:00
tgi_setviewpage.s Added emulation and more clipping for the BAR function. 2002-06-22 13:10:02 +00:00
tgi_textsize.s Started to add text output functions 2002-10-03 11:18:23 +00:00
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 Started to add text output functions 2002-10-03 11:18:23 +00:00