]> git.sur5r.net Git - cc65/history - libsrc/c64/soft80_cputc.s
use 'soft80_internal_cellcolor' for the current cell color, and CHARCOLOR for the...
[cc65] / libsrc / c64 / soft80_cputc.s
2015-10-14 mrdudzuse 'soft80_internal_cellcolor' for the current cell...
2015-10-13 mrdudzanother size optimization, make bgcolor() much more...
2015-10-12 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-10-12 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-10-12 mrdudzsome renaming, preparing plot table names
2015-10-12 mrdudzinverted result for checkchar, saving some bytes and...
2015-10-12 mrdudzoptimize charcode conversion, shorter and faster now :)
2015-10-12 mrdudzremove some commented out code
2015-10-12 mrdudzsome code shuffling to get rid of long branches
2015-10-12 mrdudzcheck for space bottom up, which is faster for the...
2015-10-12 mrdudzmaintain lsb of cursor x position internally, saves...
2015-10-12 mrdudzmove internal text/bgcolor variables into the file...
2015-10-11 mrdudzmove charset to seperate file again, added comments...
2015-10-09 mrdudzrewrote color voodoo
2015-10-09 mrdudzsome cleanup/rework
2015-10-08 mrdudzsome more rework, second attempt on fixing the color...
2015-09-28 mrdudzsome cleanup, checked usage of __bgcolor and __textcolor
2015-09-28 mrdudzadded extra check for graphical chars
2015-09-27 mrdudzprepend soft80_ to some more internally used functions
2015-09-27 mrdudzinitial commit of soft80 implementation