]> git.sur5r.net Git - cc65/shortlog
cc65
2014-01-30 Oliver SchmidtMerge pull request #78 from groessler/something_to_pull
2014-01-29 Christian GroesslerDisable the high frequency mouse polling IRQ while... 78/head
2014-01-29 Christian Groesslersmall comment change
2014-01-29 Oliver SchmidtAdded 'install' target.
2014-01-26 Oliver SchmidtAvoid indirect jmp with unknown vector address.
2014-01-22 Oliver SchmidtMerge pull request #76 from groessler/something_to_pull
2014-01-22 Christian Groessleradd EXTZP segment to atari-asm.cfg 76/head
2014-01-22 Christian Groessleradd ZEROPAGE segment to apple2-asm.cfg and c64-asm.cfg
2014-01-22 Oliver SchmidtMerge pull request #75 from groessler/something_to_pull
2014-01-22 Christian Groesslermake "ZEROPAGE" segment optional 75/head
2014-01-22 Oliver SchmidtMerge pull request #74 from groessler/something_to_pull
2014-01-21 Christian Groessleradd missing stddrv defines for atarixl 74/head
2014-01-21 Christian Groessleradd addresses of static drivers of the runtime
2014-01-20 Oliver SchmidtMerge pull request #73 from groessler/something_to_pull
2014-01-20 Christian GroesslerAdapt to new mouse driver interface ('prep' and 'draw') 73/head
2014-01-20 Christian GroesslerAlways print the mouse cursor, even if coordinates...
2014-01-20 Christian Groesslerfix bug where the high byte of X and Y positions were...
2014-01-20 Christian Groesslersome comment fixes
2014-01-20 Christian GroesslerDetect pen button. If we read 228 for X or Y position...
2014-01-20 Christian GroesslerTrakball mouse driver
2014-01-20 Oliver SchmidtMerge pull request #69 from groessler/something_to_pull
2014-01-17 Christian GroesslerAdapt to new mouse driver interface ('prep' and 'draw') 69/head
2014-01-17 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-01-17 Oliver SchmidtMinor cleanup.
2014-01-17 Oliver SchmidtMerge pull request #71 from groessler/something_to_pull2
2014-01-17 Oliver SchmidtSome fine tuning of the mouse driver interface harmoniz...
2014-01-17 Christian Groessleradd support for 16K cartridges 71/head
2014-01-17 Christian Groesslerremove segment directive since CODE is the default...
2014-01-17 Christian Groesslerput code in CODE segment
2014-01-16 Christian Groessleruse copydata instead of own routine
2014-01-16 Christian Groesslerput this module's code into CODE segment
2014-01-16 Christian Groesslerfix last change
2014-01-16 Christian Groesslerfix indentation
2014-01-16 Christian Groesslermade more segments optional so that the config file...
2014-01-16 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-01-15 Oliver SchmidtHarmonized interface between mouse drivers and callbacks.
2014-01-14 Christian Groesslerremove TABs
2014-01-14 Christian GroesslerAdd support to create cartridges.
2014-01-14 Christian GroesslerChange display logic of mouse cursor (hide and show...
2014-01-14 Christian GroesslerAlways print the mouse cursor, even if coordinates...
2014-01-14 Christian GroesslerFix timer IRQ hooking for atarixl target.
2014-01-14 Christian Groesslerfix some typos
2014-01-14 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-01-12 Oliver SchmidtFixed recent "Minor comment harmonization".
2014-01-11 Oliver SchmidtMinor comment harmonization.
2014-01-11 Christian Groessleradd comment
2014-01-11 Christian Groessleruse ST mouse as static standard driver, too
2014-01-11 Christian Groessleralign comment to the same column
2014-01-05 Christian Groessleranother small cleanup
2014-01-05 Christian Groesslersmall cleanup
2014-01-04 Christian GroesslerWhen disabling interrupts, restore original interrupt...
2014-01-04 Christian GroesslerAdd drivers for ST mouse, Amiga mouse, and Atari trakba...
2014-01-04 Christian Groesslerfix typo
2014-01-04 Christian GroesslerAdd "joystick mouse" driver and default mouse callback...
2014-01-04 Christian GroesslerUse deferred VBI instead of immediate VBI. A deferred...
2013-12-26 Oliver SchmidtMerge pull request #67 from greg-king5/echo
2013-12-26 Oliver SchmidtMerge pull request #68 from greg-king5/line
2013-12-24 Greg KingReset the stdin console when a program starts. 68/head
2013-12-24 Greg KingMoved the command-line arguments out of BASIC's input...
2013-12-24 Greg KingAdded a simplistic read() that gives a stdin console...
2013-12-23 Greg KingAvoided a reload by using a second register. 67/head
2013-12-23 Greg KingMade the CBM stdin consoles echo '\n' to the screen.
2013-12-19 Oliver SchmidtMoved USER_CFLAGS to the other flags.
2013-12-19 Oliver SchmidtMerge pull request #66 from groessler/something_to_pull
2013-12-18 Christian Groessler- Add a way to give additional compiler flags with... 66/head
2013-12-09 Oliver SchmidtHave %I yield values [1..12] instead of [0..11].
2013-12-07 Oliver SchmidtMerge pull request #64 from groessler/something_to_pull
2013-12-07 Christian Groesslersmall optimzation (found by Greg King) 64/head
2013-12-06 Christian Groesslerremove old (static) serial driver boilerplate
2013-12-06 Christian Groesslerremove debug code
2013-12-06 Christian Groessleradd serial driver for Atari, still contains much debug...
2013-12-06 Christian Groessleradd SER_BAUD_56_875
2013-12-06 Christian Groessleradd SER_ERR_NOT_OPEN status code
2013-12-05 Oliver SchmidtRevert "Added basic frame for new target 'creativision'."
2013-11-30 Oliver SchmidtMerge pull request #61 from greg-king5/make
2013-11-30 Oliver SchmidtMerge pull request #62 from greg-king5/ubiquitous
2013-11-30 Greg KingMerged branch "master" into make. 61/head
2013-11-30 Greg KingMerged branch "master" into ubiquitous. 62/head
2013-11-30 Greg KingAdded a top border to a file's header comment.
2013-11-30 Greg KingRemoved a now-redundant line.
2013-11-30 Greg KingFixed ca65's "ubiquitous_idents" feature.
2013-11-25 Oliver SchmidtAdded basic frame for new target 'creativision'.
2013-11-25 Greg KingMade a makefile show its progress consistently, by...
2013-10-18 Oliver SchmidtMerge pull request #58 from groessler/something_to_pull
2013-10-18 Christian GroesslerForce inclusion of 'shadow RAM preparation' load chunk... 58/head
2013-10-18 Oliver SchmidtMerge pull request #56 from groessler/something_to_pull
2013-10-18 Christian GroesslerPut EXE header and main chunk load header into a single... 56/head
2013-10-18 Christian Groessleratari-asm.cfg linker config file
2013-10-18 Christian GroesslerRename 'syschk' symbol in the linker config file, which...
2013-10-16 Oliver SchmidtMerge pull request #54 from groessler/something_to_pull
2013-10-16 Christian Groesslerrename LOWDATA segment to LOWBSS 54/head
2013-10-16 Christian Groesslercomment and formatting fixes
2013-10-09 Oliver SchmidtAdded optimizer fix originating from Ullrich von Bassew...
2013-10-09 Oliver SchmidtRemoved option from usage.
2013-10-08 Oliver SchmidtApplied fix contributed by Greg King.
2013-10-04 Oliver SchmidtMerge pull request #51 from groessler/something_to_pull
2013-10-04 Christian Groesslersmall optimization 51/head
2013-10-04 Oliver SchmidtMerge pull request #50 from groessler/something_to_pull
2013-10-03 Christian GroesslerLower the default Atari start adress from $2E00 to... 50/head
2013-10-03 Christian GroesslerEnable "system check" load chunk for non-XL Atari target.
next