]> git.sur5r.net Git - cc65/history - libsrc/c64
Shorten a URL.
[cc65] / libsrc / c64 /
2016-06-05 Oliver SchmidtIntroduced internal gotoxy that pops both parameters.
2016-04-14 Oliver SchmidtMerge pull request #283 from polluks/sp65
2016-04-10 Oliver SchmidtMerge pull request #281 from polluks/sp65
2016-03-13 Oliver SchmidtCleaned up C64 linker configs.
2016-03-08 Oliver SchmidtMerge pull request #274 from bbbradsmith/doc-cc65-intern
2016-03-06 Oliver SchmidtRenamed INITBSS to INIT and INIT to ONCE.
2016-03-03 Oliver SchmidtMerge pull request #269 from jbrandwood/squarebracket
2016-03-03 Brad SmithMerge remote-tracking branch 'refs/remotes/cc65/master...
2016-02-28 Oliver SchmidtMerge pull request #273 from mrdudz/emddocs
2016-02-28 Oliver SchmidtLoad INITBSS segment from disk.
2016-02-27 Bob AndrewsMerge pull request #238 from mrdudz/gamate
2016-02-27 Bob AndrewsMerge pull request #241 from blackystardust/c128-functi...
2016-02-26 Oliver SchmidtMerge pull request #271 from silverdr/blackystardust_pr...
2016-02-26 silverdrblackystardust pull request with post-review changes
2016-02-26 Patrycjusz R. Łogiewablackystardust pull request with post-review changes
2016-02-26 silverdrMerge pull request #1 from cc65/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2015-12-02 Oliver SchmidtFixed soft80 shutdown.
2015-12-01 mrdudzfixup conio.c some more. also includes merge of upstrea...
2015-11-23 Oliver SchmidtMerge pull request #233 from mrdudz/soft80shutdown
2015-11-22 mrdudzreset screen editor at shutdown 233/head
2015-11-07 Oliver SchmidtMerge pull request #227 from mrdudz/soft80syms
2015-11-07 mrdudzremove unneeded exports 227/head
2015-10-24 Oliver SchmidtMerge pull request #224 from greg-king5/ld65-segstart
2015-10-23 Oliver SchmidtMerge pull request #221 from undisbeliever/master
2015-10-22 Oliver SchmidtMerge pull request #213 from mrdudz/soft80
2015-10-19 mrdudzadded size optimized monochrom soft80 driver
2015-10-19 mrdudzupdated comments
2015-10-15 mrdudzmove variables into INITBSS
2015-10-15 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-10-14 Oliver SchmidtChanged run location of INIT segment.
2015-10-14 mrdudzremove deleted function from comment
2015-10-14 mrdudzsome comments
2015-10-14 mrdudzremove soft80_bordercolor override
2015-10-14 mrdudzsplit regular color.s into color.s and bordercolor.s
2015-10-14 mrdudzuse 'soft80_internal_cellcolor' for the current cell...
2015-10-14 Oliver SchmidtMerge pull request #215 from greg-king5/c64-init
2015-10-13 mrdudzanother size optimization, make bgcolor() much more...
2015-10-12 mrdudzmove some stuff to init segment, saves roughly 1480...
2015-10-12 mrdudzremove chline/cvline dupes
2015-10-12 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-10-12 mrdudzexport mouse driver related symbols
2015-10-12 mrdudzincrease conio constructor priority
2015-10-12 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-10-12 mrdudzstyle issues
2015-10-12 Oliver SchmidtAllow to override mouse sprite location data.
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 mrdudzsize optimization
2015-10-12 mrdudzcheck for space bottom up, which is faster for the...
2015-10-12 mrdudzfix some style issues
2015-10-12 mrdudzmaintain lsb of cursor x position internally, saves...
2015-10-12 mrdudzmoved bordercolor function into a seperate file
2015-10-12 mrdudzmove internal text/bgcolor variables into the file...
2015-10-12 mrdudzadded some more comments and -headers
2015-10-11 mrdudzmove charset to seperate file again, added comments...
2015-10-09 mrdudzrewrote color voodoo
2015-10-09 Oliver SchmidtConsistently place constructors (and their exclusive...
2015-10-09 Oliver SchmidtKeep low level VIC sprite stuff out of user code.
2015-10-09 Greg KingExplained why two variables were moved out of the BSS... 215/head
2015-10-09 mrdudzuse default prio for the constructor
2015-10-09 mrdudzsome cleanup/rework
2015-10-08 mrdudzsome more rework, second attempt on fixing the color...
2015-10-08 Greg KingRestored the old C-stack initiation code.
2015-10-07 Greg KingReduced the size of the moveinit subroutine.
2015-10-06 mrdudzattempted fix for the color problem noticed by oliver
2015-10-06 mrdudzoptimized clrscr for size
2015-10-05 Greg KingAdapted, to the c64 target, the INIT-segment overlay...
2015-10-01 mrdudzfix clrscr so it doesnt wipe sprite pointers
2015-10-01 mrdudzSCREEN->screensize
2015-09-28 mrdudzfixed kplot
2015-09-28 mrdudzsome cleanup, checked usage of __bgcolor and __textcolor
2015-09-28 mrdudzdont use seperate file for charset data
2015-09-28 mrdudzadded extra check for graphical chars
2015-09-27 mrdudzremoved duplicate copy of charset and shift it at init...
2015-09-27 mrdudzprepend soft80_ to some more internally used functions
2015-09-27 mrdudzinclude bitmap and vram row tables directly rather...
2015-09-27 mrdudzfix initial text- and background colors
2015-09-27 mrdudzinitial commit of soft80 implementation
2015-09-24 Oliver SchmidtMerge pull request #177 from mrdudz/pcenginetarget
2015-09-11 Oliver SchmidtMerge pull request #208 from greg-king5/big-jump
2015-09-11 Oliver SchmidtMerge pull request #207 from greg-king5/random-seed
2015-09-11 Greg KingFixed the random-seed generators for the Commodore... 207/head
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-09-11 Oliver SchmidtMerge pull request #132 from greg-king5/high-zero
2014-09-10 Greg KingChanged literal zeroes of the style "#>0" into the... 132/head
2014-09-09 Oliver SchmidtMerge pull request #130 from greg-king5/caps-lock
2014-08-24 Oliver SchmidtMerge pull request #131 from greg-king5/refine-crt
2014-08-24 Greg KingRefined the comments in the target start-up files. 131/head
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
2014-06-04 Oliver SchmidtCreate static drivers directly from source files.
2014-05-30 Oliver SchmidtMerge pull request #122 from groessler/a5200
2014-05-09 Oliver SchmidtMerge pull request #114 from greg-king5/phantom
2014-05-05 Greg KingAdded the long-missing driver-flags byte to the potenti...
2014-05-01 Oliver SchmidtRenamed JUMPTABLE and cleaned up module.cfg.
2014-03-19 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
next