]> git.sur5r.net Git - cc65/shortlog
cc65
2015-12-13 Greg KingExtended a signed char shift optimization, to handle...
2015-12-13 Greg KingFixed a signed char shift optimization so that it won...
2015-12-02 Oliver SchmidtFixed soft80 shutdown.
2015-12-02 Oliver SchmidtMerge pull request #240 from blackystardust/fix-c128...
2015-12-02 Marco van den... Renamed MMU_CFG_INT_FROM -> MMU_CFG_IFROM and MMU_CFG_E... 241/head
2015-12-02 Marco van den... optimized the sei/cli pairing a bit. 240/head
2015-12-02 Marco van den... optimized the sei/cli pairing a bit for internal functi...
2015-12-02 Marco van den... optimized the sei/cli pairing a bit.
2015-12-01 mrdudzfixup conio.c some more. also includes merge of upstrea...
2015-12-01 Oliver SchmidtMade conio program compatible with joystick-only target(s).
2015-12-01 mrdudzfix comments
2015-12-01 mrdudzfix grammar
2015-12-01 Oliver SchmidtMerge pull request #237 from blackystardust/master
2015-12-01 Marco van den... Finished adding c128 internal/external function ram...
2015-11-30 mrdudzfix hello.c
2015-11-30 mrdudznaive music test
2015-11-30 Marco van den... Fixed emd driver names for atari-xl and apple2e. 237/head
2015-11-30 Marco van den... Started on making c128 function ram emd's.
2015-11-30 mrdudzadded black line :)
2015-11-30 mrdudzfixed stuff according to Olivers review
2015-11-30 Marco van den... Fixed the c128 ram (bank 1) emd.
2015-11-29 mrdudzfix typo
2015-11-29 mrdudzfix docs
2015-11-29 mrdudzdont use that silly buffer
2015-11-29 Marco van den... Removed an 'rts'.
2015-11-29 mrdudzmore cleanup
2015-11-29 Marco van den... Changed according to suggestions.
2015-11-29 mrdudzmoved cart header into seperate file, moved nmi stub...
2015-11-29 Marco van den... Added a menu to em-test.c and a struct that holds the...
2015-11-29 mrdudzupdated
2015-11-29 mrdudzconio and most other stuff working now
2015-11-26 Oliver SchmidtMerge pull request #236 from fo-fo/master
2015-11-26 fImplemented escaping of spaces in ca65 dependency files... 236/head
2015-11-23 Oliver SchmidtMerge pull request #233 from mrdudz/soft80shutdown
2015-11-22 mrdudzreset screen editor at shutdown 233/head
2015-11-22 mrdudzsome more fiddling
2015-11-17 Oliver SchmidtMerge pull request #232 from greg-king5/arg-count
2015-11-17 Greg KingFixed the ca65 Assembly-code variable ".paramcount". 232/head
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
next