]> git.sur5r.net Git - cc65/history - libsrc/tgi
Improved memset/memcpy/memmove functions by Christian Krueger.
[cc65] / libsrc / tgi /
2009-09-11 uzDefine a standard driver and mode for tgi graphics...
2009-09-11 uzSeparated tgi_load and tgi_load_driver.
2008-08-02 uzgit-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559...
2006-03-31 cuzCode goes into the CODE segment, not RODATA.
2004-11-25 cuzFixed a bug
2004-11-07 cuzUse the new TGI_HDR structure.
2004-11-03 cuzSet view and draw pages
2004-10-26 cuzAdd definitions for tools so the makefile is useful...
2004-10-14 cuzAdded tgi_ioctl
2004-06-15 cuzChanged an error message
2004-06-15 cuzFixed an error
2004-06-15 cuzNew module tgi_geterrormsg.s
2003-11-12 cuzRemoved the HORLINE entry point
2003-11-03 cuzRemoved emulation for BAR
2003-10-29 cuzFixed a comment
2003-10-23 cuzDONE does no longer set an error code
2003-10-23 cuzGETDEFPALETTE will no longer return an error
2003-10-23 cuzUsed TGI_API_VERSION
2003-10-21 cuzFixed problem with tgi_init and tgi_setpalette
2003-08-20 cuzChanged rm -f to $(RM)
2003-06-12 cuzRestructured former fcntl.h, added new include files...
2003-02-11 cuzRenamed ..._deinstall -> ..._uninstall.
2003-02-06 cuzMake sure the zap target is available
2003-01-02 izydorstfixed a bug
2002-12-29 cuztgi_mode -> tgi_gmode, removed param from tgi_init()
2002-12-24 cuzShortened the code
2002-12-24 cuzFixed an error
2002-12-22 izydorsttgi driver for C128 VDC, changed order of things in...
2002-12-22 izydorstfixed typo
2002-12-22 izydorstsetviewpage was never assembled
2002-11-20 cuzUse the POSIX file I/O functions instead of the high...
2002-11-18 cuzUse C file I/O
2002-10-03 cuzDon't call the driver if we don't have one loaded
2002-10-03 cuzStarted to add text output functions
2002-07-07 cuzAdd tgi_horline
2002-07-07 cuzMore work on the graphics subsystem
2002-06-22 cuzReturn bg color if coords out of range
2002-06-22 cuzWorking on the TGI library
2002-06-22 cuzFixed a bug
2002-06-22 cuzWorking on the TGI library
2002-06-22 cuzAdded emulation and more clipping for the BAR function.
2002-06-22 cuzAdded clipping
2002-06-21 cuzWorking
2002-06-21 cuzTGI Implementation
2002-06-21 cuzTGI Implementation
2002-06-21 cuzTGI Implementation
2002-06-21 cuzTGI Implementation
2002-06-21 cuzImplementing TGI