]> git.sur5r.net Git - cc65/shortlog
cc65
2013-09-18 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-09-18 Oliver SchmidtMerge pull request #43 from groessler/something_to_pull
2013-09-18 Christian Groessleruse '.ifndef' instead of '.if .not .defined' 43/head
2013-09-18 Christian Groessleruse '.ifndef' instead of '.if .not .defined'
2013-09-18 Christian Groessleroverride _sys() function for Atari targets
2013-09-18 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-09-18 Oliver SchmidtMerge pull request #42 from groessler/something_to_pull
2013-09-17 Christian Groesslersome cosmetic cleanups
2013-09-17 Christian GroesslerGet rid of SAVEAREA segment: fold it into LOWDATA.
2013-09-17 Christian GroesslerDefault atatixl.cfg file now leaves the character gener...
2013-09-17 Christian Groesslerremove __RESERVED_MEMORY__: not supported on atarixl
2013-09-17 Christian Groesslerintroduce SHADOW_RAM2
2013-09-17 Christian Groessleradd support for SHADOW_RAM2 segment
2013-09-17 Christian Groesslerintroduce SHADOW_RAM2
2013-09-17 Christian Groesslerconsider __STACKSIZE__ when initializing sp for atarixl
2013-09-17 Christian Groessleroverride _sys() function for Atari targets
2013-09-17 Christian Groessleradd testprogram for _sys() function on Atari 42/head
2013-09-17 Christian Groessleradd IOCB command codes to atari.h
2013-09-17 Christian Groessleradd testprogram for _sys() function on Atari
2013-09-17 Christian Groessleradd IOCB command codes to atari.h
2013-09-13 Christian Groesslermore atarixl linker cfg file cleanups; adapt atarixl...
2013-09-13 Christian Groessleratarixl linker cfg file cleanups; set default load...
2013-09-13 Christian GroesslerUse labels instead of segment load addresses to specify...
2013-09-13 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-09-13 Oliver SchmidtMerge pull request #41 from groessler/something_to_pull
2013-09-13 Christian GroesslerRemove obsolete ZPSAVE segment. 41/head
2013-09-13 Christian GroesslerRemove obsolete ZPSAVE segment.
2013-09-12 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-09-12 Oliver SchmidtMerge pull request #40 from groessler/something_to_pull2
2013-09-12 Oliver SchmidtMerge pull request #39 from groessler/something_to_pull
2013-09-12 Christian GroesslerFix last change: Stack check for all CC65 targets.... 40/head
2013-09-12 Christian GroesslerFix strtol 'endptr' return value. 39/head
2013-09-12 Christian Groesslertestcode/lib/tinyshell.c: Enable SP check only for...
2013-09-11 Christian Groesslertestcode/lib/tinyshell.c: fix error message
2013-09-11 Christian Groesslertestcode/lib/tinyshell.c: fix error message
2013-09-11 Christian Groesslertestcode/lib/tinyshell.c: add 'verbose' and 'cls' comma...
2013-09-11 Christian Groesslertestcode/lib/tinyshell.c: add 'verbose' and 'cls' comma...
2013-09-11 Christian GroesslerReduce flicker by waiting for horizontal retrace before...
2013-09-11 Christian GroesslerCheck whether double buffering ('bounce buffering'...
2013-09-11 Christian Groessleradd code to add free shadow memory to heap (currently...
2013-09-11 Christian GroesslerFix strtoul 'endptr' return value: It should point...
2013-09-11 Christian GroesslerFix strtoul 'endptr' return value: It should point...
2013-09-10 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-09-10 Oliver SchmidtMerge pull request #37 from greg-king5/lightpen
2013-09-10 Greg KingRenamed the CBM510 lightpen driver to include the 184... 37/head
2013-09-09 Oliver SchmidtMerge pull request #36 from greg-king5/cbm2
2013-09-09 Greg KingMade mousetest.c know that the CBM510 has a lightpen...
2013-09-09 Greg KingAdded a cbm510 lightpen driver.
2013-09-07 Christian Groesslerremove ZP_CIOV_save and ZP_SIOV_save
2013-09-05 Greg KingDon't shift in an unknown carry bit. 36/head
2013-09-04 Christian Groessleradjust size of SRPREP to account for 1K aligned charact...
2013-09-04 Christian GroesslerRemove screen flicker while mapping ROM out and in.
2013-09-04 Oliver SchmidtMerge pull request #35 from greg-king5/cbm-chain
2013-09-04 Greg KingAdded more details about how the CBM exec() works. 35/head
2013-09-04 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-09-01 Oliver SchmidtBumped driver api versions due to recent intoduction...
2013-08-28 Oliver SchmidtMerge pull request #34 from greg-king5/lower-upper
2013-08-28 Greg KingFixed some return pointers. 34/head
2013-08-27 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-08-27 Christian Groesslerxlmemchk.inc: Fix wrong calculation if load address...
2013-08-27 Oliver SchmidtMerge pull request #33 from groessler/something_to_pull
2013-08-27 Christian Groesslerem-test.c: add support for Atari 33/head
2013-08-27 Christian Groesslerem-test.c: add support for Atari
2013-08-27 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-08-27 Christian Groesslerrename KEYBDV_wrapper to KEYBDV_handler
2013-08-27 Oliver SchmidtMerge pull request #31 from greg-king5/cbm-chain
2013-08-27 Greg KingChanged some CPU memory-mapped register definitions... 31/head
2013-08-26 Oliver SchmidtMerge pull request #32 from groessler/something_to_pull
2013-08-26 Christian Groesslerremove warning about missing return value; fix typo 32/head
2013-08-26 Christian Groessleradd some more SIO information
2013-08-26 Christian Groesslerremove warning about missing return value; fix typo
2013-08-26 Christian Groesslerchanges for atarixl target
2013-08-26 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-08-25 Oliver SchmidtMerge pull request #30 from greg-king5/cbm2
2013-08-25 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-08-25 Christian Groessleratarixl target: add support for interruptors, adapt...
2013-08-25 Greg KingAdded a little more info about how CBM program-chaining...
2013-08-25 Greg KingAdded test programs for the exec() function.
2013-08-25 Greg KingAdded the model-specific addresses that the CBM exec...
2013-08-25 Greg KingMade an exec() program-chaining function for the Commod...
2013-08-23 Greg KingAdded cursor-flags initiation. 30/head
2013-08-23 Oliver SchmidtMerge pull request #29 from greg-king5/mouseref
2013-08-23 Greg KingCleaned 2 source files by removing commented-out lines... 29/head
2013-08-23 Oliver SchmidtMerge pull request #27 from greg-king5/cbm2
2013-08-23 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-08-23 Greg KingMade mousetest work better with CBM510s. 27/head
2013-08-23 Greg KingAdded a driver to the CBM510 library that lets a joysti...
2013-08-22 Oliver SchmidtAdded TGI color defines.
2013-08-22 Christian Groesslerimplement SIO handler
2013-08-22 Christian Groessleradd some more SIO information
2013-08-21 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-08-20 Oliver SchmidtMade EXTZP segment optional on GEOS as it is used only...
2013-08-08 Oliver SchmidtAdjusted comment.
2013-08-08 Oliver SchmidtMerge pull request #25 from cybernesto/master
2013-08-08 Mario PatiñoComments added 25/head
2013-08-06 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-08-06 Oliver SchmidtMerge pull request #26 from greg-king5/oric
2013-08-06 Greg KingExposed, to C code, the names of the Atmos ROM's sound... 26/head
2013-08-06 Greg KingAdded symbol names for useful Atmos addresses.
2013-08-03 Mario PatiñoDefined a struct to contain the date and time data
next