]> git.sur5r.net Git - cc65/history - libsrc/atari
Merge remote-tracking branch 'upstream/master'
[cc65] / libsrc / atari /
2013-06-13 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-06-12 Christian GroesslerBetter cleanup on program exit on atarixl target
2013-06-12 Christian GroesslerMove scrdev into it's own file. On the atarixl target...
2013-06-12 Christian Groesslerbetter error message
2013-06-12 Christian Groesslersome debug messages ".ifdef DEBUG"
2013-06-12 Christian GroesslerAdd handling of write requests
2013-06-12 Christian Groesslerintermediate check-in -- added handling of read requests
2013-06-10 Christian Groesslerintermediate check-in
2013-06-10 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-06-10 Oliver SchmidtMerge pull request #14 from groessler/something_to_pull
2013-06-10 Christian GroesslerUse symbolic names for all CIO commands.
2013-06-07 Christian GroesslerUse symbolic names for all CIO commands.
2013-06-07 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-06-05 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-06-04 Oliver SchmidtUse unique variables for cc65 toolchain.
2013-06-04 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-06-01 Oliver SchmidtAdded library reference tgi_libref to TGI interface.
2013-05-31 Oliver SchmidtAdded library reference joy_libref to JOY interface.
2013-05-31 Oliver SchmidtAdded library reference em_libref to EMD interface.
2013-05-31 Christian Groesslersmall cleanup
2013-05-31 Christian GroesslerTake SHADOW_RAM size into account.
2013-05-30 Christian GroesslerWhen turning the ROM off and on, also change the charge...
2013-05-30 Christian Groesslersome more changes -- atarixl target basically works now
2013-05-30 Christian GroesslerHandlers which manage the banking in and out of the...
2013-05-30 Christian Groessleradd more saved content
2013-05-30 Christian Groesslermove ZPSAVE content into its own file (used by 2nd...
2013-05-30 Christian Groessleradapt to atarixl target
2013-05-30 Christian Groesslerrename CIOV and SIOV to CIOV_org and SIOV_org for atari...
2013-05-30 Christian GroesslerCode & data for "shadow RAM preparation" load chunk...
2013-05-30 Christian GroesslerCode & data for "system check" load chunk in the atarix...
2013-05-30 Christian Groessler"save area" is used to save modified system variables...
2013-05-30 Christian GroesslerSome small first changes for the 'atarixl' target.
2013-05-28 Oliver SchmidtBrought back mouse driver source code.
2013-05-28 Oliver SchmidtRenamed Atari drivers.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2013-05-06 Oliver SchmidtMerge pull request #4 from greg-king5/filepath
2013-05-04 Oliver SchmidtAvoid usage of cl65 for library build as it requires...
2013-05-04 Oliver SchmidtReplaced whole bunch for Makefiles with a single generi...
2013-05-04 Oliver SchmidtReplaced whole bunch for Makefiles with a single generi...
2013-05-01 Oliver SchmidtMarked files to be excluded from build.
2013-02-12 ol.scMoved IRQ hooking / unhooking from startup code to...
2012-11-01 ol.scIntroduced static standard drivers.
2012-10-31 ol.scFixed typo.
2012-10-29 ol.scConvert dynamically loadable drivers into statically...
2012-10-11 ol.scRemoved DIO specific typedefs which were just aliases...
2012-10-10 ol.sc__syschdir calls initcwd so the latter must not be...
2012-09-05 uzAdded the first EMD driver for the atari, written and...
2012-07-03 ol.scAdded functional Atari directory classification macros...
2012-02-11 cpgrecognize XDOS -- patch from Stefan Haubenthal
2012-01-26 cpgsmall comment change
2012-01-26 cpgadd "invalid parameter" error code -- contributed by...
2011-07-17 uzAdded a new flags byte to the TGI headers. Bumped the...
2011-06-13 cpginterruptor support by Stefan Haubenthal
2011-05-02 ol.scRemoved tgi_load() and all corresponding infrastructure...
2011-04-30 ol.scComputed pixel aspect ratio (PAR) by presuming a displa...
2011-04-25 ol.scTarget-specific black & white values for use by the...
2011-01-31 uzRemoved the obsolete mouse module.
2011-01-28 uzChanged priorities of destructors so atexit will be...
2010-11-09 uzFixed order of options in call to ld65, which became...
2010-10-29 cpgreally use default drive
2010-10-29 cpg__defdev is not dependent on DYNAMIC_DD
2010-10-29 cpgfix for files with no extension
2010-10-28 cpgadd posixdirent.s by Stefan Haubenthal
2010-10-28 cpgsome fixes
2010-10-28 cpginitial version by Stefan A. Haubenthal
2010-07-15 uzRemoved the rs232 module from the makefile, since it...
2010-07-08 uzRemoved useless high byte loads of the error code.
2010-07-06 cpgadapt to new oserror/errno handling
2010-06-04 uzSave two bytes by a small code change.
2010-05-01 cpgsyschdir by Stefan Haubenthal
2009-12-07 cpgmore space improvements by Daniel Serpell
2009-11-26 cpgdon't hardcode 'D' as device name, use __defdev
2009-11-25 cpgremove check for ATEOL
2009-11-25 cpgsave 2 bytes -- patch by Uz
2009-11-25 cpgput _revflag into .bss
2009-11-25 cpgfix comments
2009-11-25 cpgmove __do_oserror and __inviocb into their own source...
2009-11-25 cpgremove not longer needed import of __errno
2009-11-25 cpgremove not longer needed import of tmp2 and tmp3
2009-11-25 cpgspace improvements by Daniel Serpell
2009-11-24 uzSqueezed bytes and cycles out of the kbhit functions...
2009-11-23 cpgdon't use constructor to setup runtime stack
2009-11-23 cpgmove fdtoiocb function into its own file -- idea by...
2009-11-23 cpgpoor man's _toascii routine, contributed by Fatih Aygun
2009-11-23 cpgsave 3 bytes, patch by Daniel Serpell
2009-11-23 cpgsave a byte (idea by Uz, done by Daniel Serpell)
2009-11-19 cpgdon't call __getdevdef in crt0.s, but make it a constru...
2009-11-19 cpgmove setup of stdin/stdout/stderr from crt0.s to getfd.s
2009-11-18 cpgadd a comment describing why this file is really includ...
2009-11-18 cpgsmall space optimization -- 3 bytes reduced
2009-11-15 cpgno TGI_ERR_NO_MEM or TGI_ERR_NO_IOCB anymore: replaced...
2009-11-15 cpgchanges from Fatih
2009-11-13 uzReplaced TGI_ERR_NO_MEM by TGI_ERR_NO_RES
2009-11-11 cpgremove superfluous ".code" line
2009-11-11 cpgbugfix from Fatih
2009-11-10 cpgfix comment
2009-11-10 cpgadd Atari TGI drivers from Fatih Aygun
2009-09-24 uzMoved most platform assembler includes into asminc...
2009-08-04 cpgintroduce STARTUP segment to Atari platform
2009-07-31 uzForce an import of the special symbol __STARTUP__ in...
next