]> git.sur5r.net Git - cc65/history - libsrc/atari
Merge pull request #24 from greg-king5/oric
[cc65] / libsrc / atari /
2013-07-26 Oliver SchmidtMerge pull request #24 from greg-king5/oric
2013-07-25 Oliver SchmidtMerge pull request #12 from greg-king5/lightpen
2013-07-24 Oliver SchmidtMerge pull request #22 from groessler/something_to_pull
2013-07-24 Christian Groesslerfix cleanup of stack 22/head
2013-07-23 Christian GroesslerDon't import tmp1, slipped in by mistake in last commit
2013-07-23 Christian Groesslerimplement _sysrename for Atari
2013-07-16 Oliver SchmidtMerge pull request #21 from groessler/something_to_pull
2013-07-15 Christian Groesslerfix '_sysrmdir' for SpartaDOS 21/head
2013-07-10 Oliver SchmidtMerge pull request #20 from greg-king5/linker
2013-07-10 Oliver SchmidtMerge pull request #19 from groessler/something_to_pull
2013-07-09 Christian Groesslerclose IOCB if open failed -- otherwise is is still... 19/head
2013-07-03 Oliver SchmidtMerge pull request #17 from groessler/something_to_pull
2013-07-02 Christian GroesslerDon't save and restore the zero page locations used. 17/head
2013-07-01 Greg KingMerge branch 'master' into lightpen
2013-06-25 Oliver SchmidtMerge pull request #16 from groessler/something_to_pull
2013-06-24 Christian Groesslermove findfreeiocb function into its own object file 16/head
2013-06-21 Oliver SchmidtMerge pull request #15 from groessler/something_to_pull
2013-06-21 Christian GroesslerFix writing one byte beyond screen buffer. 15/head
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-04 Oliver SchmidtUse unique variables for cc65 toolchain.
2013-06-03 Greg KingAdded library reference address to lightpen driver...
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-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...
2009-04-29 cpguse RUNAD (from atari.inc) instead of /bin/bash2E0
2009-04-11 cpgadd Atari MultiJoy driver from Stefan A. Haubenthal
2009-01-30 cpgsmall optimization
2009-01-28 cpgnow it really works (tested w/MYDOS only)
2009-01-28 cpgfix comments
2008-08-02 uzgit-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559...
2008-07-04 cpguse __ZPSAVE_LOAD__ instead of __BSS_LOAD__ to create...
next