]> git.sur5r.net Git - cc65/history - libsrc/tgi/tgi-kernel.s
Removed IRQ support from TGI drivers.
[cc65] / libsrc / tgi / tgi-kernel.s
2018-02-02 Oliver SchmidtRemoved IRQ support from TGI drivers.
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
2013-06-04 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-06-03 Greg KingAdded library reference address to lightpen driver...
2013-06-01 Oliver SchmidtAdded library reference tgi_libref to TGI interface.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2012-07-22 uzRewrote tgi_load_driver in assembler and fixed a possib...
2012-03-04 uzPatch by Stefan Haubenthal: Remove __fastcall__ in...
2011-07-17 uzWorked on text scaling. This is an intermediate version...
2011-07-17 uzAdded a new flags byte to the TGI headers. Bumped the...
2009-11-06 uztgi_vectorchar takes now a char argument. Added tgi_ins...
2009-11-06 uzHold the maximum X and Y coordinate in variables instea...
2009-11-02 uzWorking on the TGI API, adding vector fonts. Only rough...
2009-11-01 uzFixed a bug (wrong order of variables).
2009-10-30 uzStart of TGI changes. Untested, may not work.
2009-10-29 uzChanges to the TGI driver API:
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.
2003-11-12 cuzRemoved the HORLINE entry point
2003-11-03 cuzRemoved emulation for BAR
2003-10-23 cuzUsed TGI_API_VERSION
2003-02-11 cuzRenamed ..._deinstall -> ..._uninstall.
2002-12-29 cuztgi_mode -> tgi_gmode, removed param from tgi_init()
2002-12-24 cuzShortened the code
2002-12-22 izydorsttgi driver for C128 VDC, changed order of things in...
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 cuzWorking on the TGI library
2002-06-22 cuzWorking on the TGI library
2002-06-22 cuzAdded emulation and more clipping for the BAR function.
2002-06-21 cuzWorking
2002-06-21 cuzTGI Implementation
2002-06-21 cuzTGI Implementation
2002-06-21 cuzImplementing TGI