]> git.sur5r.net Git - cc65/history - libsrc/atari
Minor reformatting.
[cc65] / libsrc / atari /
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
2003-12-03 cuzUse structs
2003-11-14 cpgimplement DEFAULT_DEVICE support
2003-11-14 cpgfix newfd comment
2003-11-14 cpgDEFAULT_DEVICE; replaced some spaces with tabs
2003-11-14 cpguse tmp4 instead of tmp2; tmp2 might now be used by...
2003-11-10 cuzFix doubtful syntax which causes warnings with new...
2003-11-05 cpgfix returned X register value (patch by Stefan Haubenthal)
2003-08-20 cuzChanged rm -f to $(RM)
2003-08-17 cpgrenamed remove.s to sysremove.s and adapted it for...
2003-08-17 cpgrenamed remove.o to sysremove.o
2003-08-17 cpgadded dummy error code 177 for sysremove
2003-08-15 cuzRemoved the readjoy module - it was obsolete
2003-08-12 cpguse callmain; don't call getargs, it's now called from...
2003-08-12 cpgdosdetect.o, getdefdev.o: new object files
2003-08-12 cpgmoved into its own module from getargs.s
2003-08-12 cpgmove getdevdef and DOS detection into their own modules...
2003-08-12 cpgthis file is now in asminc
2003-08-12 cuzNew uname function
2003-04-09 cuzMake screensize() fetch the values dynamically instead...
next