]> git.sur5r.net Git - cc65/history - libsrc/atari
Add missing Debian build-dependancy on "texinfo".
[cc65] / libsrc / atari /
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...
2008-07-03 cuzMoved the data that keeps a copy of the used zero page...
2008-07-01 cpgUse RMARGN instead of a hard coded value for compatibil...
2007-03-28 cpgspace optimization by Stefan Haubenthal
2006-04-09 cuzDeclare zero page variables before use. Otherwise they...
2006-01-05 cpgfix INSTALL return value (Stefan Haubenthal)
2006-01-04 cpgadd sysmkdir.o and sysrmdir.o
2006-01-04 cpginitial version from Stefan Haubenthal
2006-01-03 cpgerror code 172 -> EEXIST (Stefan Haubenthal)
2006-01-03 cpgTAB fixes from Stefan Haubenthal
2005-08-07 cpgtake __RESERVED_MEMORY__ from linker script into accoun...
2005-08-07 cpgremove initscrmem and grmemusage:
2005-08-07 cpg_graphmode_used isn't used anymore
2005-08-07 cpgremove graphuse.o
2005-07-22 cpgput zeropage variables into EXTZP segment
2005-03-31 cpgstartup code now resides in LOWCODE segment
2005-02-26 cuzMove constructor code into the INIT segment. Note:...
2005-02-20 cpgclean up
2005-02-19 cpgadd query_sectorsize: query sector size of disk by...
2005-02-19 cpgdioqsize.o: new object file
2005-02-19 cpginitial check-in
2004-12-17 cpgfix tmp3 return value if DEFAULT_DEVICE is enabled
2004-12-16 cpgrename defdev to __defdev and export it; add support for
2004-12-16 cpgDYNAMIC_DD support
2004-12-16 cpgDYNAMIC_DD
2004-12-16 cpguse DEFAULT_DEVICE definition for the default drive
2004-11-06 cuzAdd the irq entry point
2004-10-26 cuzAdd definitions for tools so the makefile is useful...
2004-10-26 cuzUse get_tv.inc. Fix high byte of returned value.
2004-09-15 cpgfix a typo
2004-07-09 cpgrevert last change
2004-06-09 cpgone byte space optimization
2004-06-03 cpgprepend a "_" to clib runtime functions
2004-06-01 cpgsmall optimization; fix line buffered read of length 0
2004-05-28 cpgfix comment
2004-05-28 cpgLINEBUF
2004-05-28 cpgimplement line buffered reads, optional with LINEBUF...
2004-05-13 cuz__seterrno is now a common function available on all...
2004-05-11 cpgdriver name is ataristd.joy
2004-05-11 cpgreturn correct joystick count for XL and newer machines...
2004-03-16 cpgrecognize MyDOS
2004-03-16 cpgadd MyDOS detection (from Stefan Haubenthal)
2004-03-15 cpgadd MyDOS error codes, contributed by Stefan Haubenthal
2004-03-15 cpgadapt to new value of dummy error code
2003-12-16 cuzUse new joystick decls
next