]> git.sur5r.net Git - cc65/history - libsrc/atari
use __RESERVED_MEMORY__ to reserve memory for the default 20x24 text screen
[cc65] / libsrc / atari /
2014-03-11 Christian Groessleradd some conio functions
2014-02-28 Oliver SchmidtMerge pull request #86 from AntiheroSoftware/ca65-65816
2014-02-20 Oliver SchmidtMerge pull request #83 from AntiheroSoftware/ca65-65816
2014-02-19 Oliver SchmidtMerge pull request #84 from groessler/something_to_pull
2014-02-19 Christian Groesslerfix uninitialized use of 'buflen' 84/head
2014-02-17 Oliver SchmidtMerge pull request #80 from AntiheroSoftware/ca65-65816
2014-02-14 Oliver SchmidtMerge pull request #81 from groessler/something_to_pull
2014-02-14 Christian GroesslerTurn off mouse polling interrupt if the mouse hasn... 81/head
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-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-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 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 indentation
2014-01-16 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
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 GroesslerMerge remote-tracking branch 'upstream/master' into...
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 GroesslerAdd "joystick mouse" driver and default mouse callback...
2014-01-04 Christian GroesslerUse deferred VBI instead of immediate VBI. A deferred...
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-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-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 GroesslerEnable "system check" load chunk for non-XL Atari target.
2013-10-02 Oliver SchmidtMerge pull request #48 from efornara/time_fix
2013-10-01 Oliver SchmidtMerge pull request #45 from groessler/something_to_pull
2013-10-01 Christian GroesslerSome formatting and style fixes. 45/head
2013-09-27 Christian Groesslerdisable DEBUG
2013-09-27 Christian Groessleruntabify
2013-09-25 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-09-20 Christian Groessleradapt to CHARGEN_RELOC
2013-09-19 Christian Groesslermove CHARGEN_RELOC enabling to Makefile.inc
2013-09-19 Christian Groesslercleanup and document CHARGEN_RELOC change
2013-09-19 Christian Groessleradd CHARGEN_RELOC knob to conditionally include the...
2013-09-19 Christian Groesslermove macros to enable and disable the ROM into a separa...
2013-09-19 Christian Groessleradjust some variable names
2013-09-19 Christian GroesslerUse '.ifdef' and '.ifndef' instead of '.if .defined...
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-17 Christian Groesslersome cosmetic cleanups
2013-09-17 Christian GroesslerGet rid of SAVEAREA segment: fold it into LOWDATA.
2013-09-17 Christian Groessleradd support for SHADOW_RAM2 segment
2013-09-17 Christian Groesslerconsider __STACKSIZE__ when initializing sp for atarixl
2013-09-17 Christian Groessleroverride _sys() function for Atari targets
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-12 Christian GroesslerMerge remote-tracking branch 'upstream/master'
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-10 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-09-07 Christian Groesslerremove ZP_CIOV_save and ZP_SIOV_save
2013-09-04 Christian GroesslerRemove screen flicker while mapping ROM out and in.
2013-09-04 Christian GroesslerMerge remote-tracking branch 'upstream/master'
next