]> git.sur5r.net Git - cc65/shortlog
cc65
2015-11-14 mrdudzinitial import of the gamate stuff
2015-11-12 Oliver SchmidtMerge pull request #229 from greg-king5/nes-registers
2015-11-12 Greg KingAdded C declarations of the NES's I/O registers to... 229/head
2015-11-07 Oliver SchmidtMerge pull request #227 from mrdudz/soft80syms
2015-11-07 mrdudzremove unneeded exports 227/head
2015-11-07 Oliver SchmidtMerge pull request #226 from greg-king5/pce-memset
2015-11-07 Greg KingStyle changes. 226/head
2015-11-07 Greg KingAdded a version of memset() that uses the HuC6280's...
2015-11-03 Oliver SchmidtMerge pull request #225 from greg-king5/pce-memmove
2015-11-02 Greg KingAdded code to handle the special case of a zero-length... 225/head
2015-10-30 Oliver SchmidtMade addr/size hex consts 4 digits wide.
2015-10-24 Oliver SchmidtMerge pull request #224 from greg-king5/ld65-segstart
2015-10-24 Oliver SchmidtMerge pull request #223 from greg-king5/pce-memmove
2015-10-23 Greg KingAdded pce-specific substitutes for memcpy() and memmove(). 223/head
2015-10-23 Oliver SchmidtMerge pull request #221 from undisbeliever/master
2015-10-23 Marcus RoweFixed code style 221/head
2015-10-22 Greg KingChanged the way that ld65 handles bad offset/start... 224/head
2015-10-22 Oliver SchmidtMerge pull request #222 from mrdudz/pcedatacopy
2015-10-22 mrdudzuse tii instead of copy loop to copy data section to ram 222/head
2015-10-22 Oliver SchmidtMerge pull request #213 from mrdudz/soft80
2015-10-22 mrdudzremoved apple2 specific note 213/head
2015-10-19 Marcus RoweAdded .asize and .isize pseudo variables
2015-10-19 mrdudzupdated docs
2015-10-19 mrdudzadded size optimized monochrom soft80 driver
2015-10-19 mrdudzupdated comments
2015-10-18 mrdudzupdated docs
2015-10-17 Oliver SchmidtMerge pull request #220 from greg-king5/holes
2015-10-17 Greg KingAdded missing parentheses. 220/head
2015-10-15 mrdudzmove variables into INITBSS
2015-10-15 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-10-14 Oliver SchmidtAdjusted current working directory initialization on...
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 mrdudzfix bordercolor in test
2015-10-14 mrdudzremove soft80_bordercolor override
2015-10-14 mrdudzsplit regular color.s into color.s and bordercolor.s
2015-10-14 mrdudzupdate conio test
2015-10-14 mrdudzuse 'soft80_internal_cellcolor' for the current cell...
2015-10-14 Oliver SchmidtAccording to the contributor the VGA data is accessed...
2015-10-14 Oliver SchmidtMerge pull request #215 from greg-king5/c64-init
2015-10-13 mrdudzupdated conio test
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 Oliver SchmidtAllow to override chars used for horizontal and vertica...
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-11 mrdudzprint a space for 0x0a and 0x0d in the char matrix
2015-10-10 Oliver SchmidtFixed stupid adressing mode bug.
2015-10-09 mrdudzupdated conio test
2015-10-09 mrdudzrewrote color voodoo
2015-10-09 Oliver SchmidtMinor style adjustment.
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 Oliver SchmidtAccording to the contributor the prio wasn't intentiona...
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 KingReduced c64-overlay.cfg's size by factoring out a diffe...
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 Oliver SchmidtFixed bogus formatting of recent contribution.
2015-10-05 Oliver SchmidtMerge pull request #217 from clbr/master
2015-10-05 Lauri Kasanennes: Expose and document all joypad keys 217/head
2015-10-05 Lauri Kasanennes: Document whether waitvblank waits for the start...
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-30 Oliver SchmidtMerge pull request #214 from greg-king5/cbm-exec
2015-09-28 Greg KingMade the Commodore version of exec() work in programs... 214/head
2015-09-28 mrdudzadded input test
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 mrdudzfix conio test to work on vic20 screen
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...
next