]> git.sur5r.net Git - cc65/history - libsrc/atari
adapt to new value of dummy error code
[cc65] / libsrc / atari /
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...
2003-03-07 cpgfixed return code for _rs232_init
2003-02-10 cuzRenamed the DEINSTALL vector to UNINSTALL.
2003-02-06 cuzMake sure the zap target is available
2003-01-05 cpgadded closeallfiles: close all files at program exit
2003-01-05 cpgadded some comments; new ft_flag bit #4: fd was opened...
2003-01-05 cpgadded some comments
2003-01-02 cpgfixed int promotion problem; optimized as suggested...
2003-01-02 cpgMoved wherex and wherey into separate modules.
2002-12-27 cpgremoved due to better conio implementations of _bgcolor...
2002-12-27 cpg_bgcolor now also sets the fg luminance to max. contras...
2002-12-21 cuzAdded joy_stddrv modules
2002-12-21 cuzAdded joystick drivers for C16 and Atari
2002-12-12 cpgold color.s implementation for convenience
2002-12-12 cpgused version from pet -- Atari is now a monochrome...
2002-12-12 cpgcall setcursor
2002-12-06 cpgadapted to fastcall calling convention
2002-12-06 cpgcomment fixes; cleanups
2002-12-06 cpgcomment fixes
2002-11-27 cpgcall setcursur when finished
2002-11-26 cpgalways use setcursor to update cursor settings
2002-11-26 cpgcall setcursor to update cursor settings
2002-11-26 cpgsetcursor now updates OLDADR from COLCRS and ROWCRS
2002-11-22 cuzRemoved __cdiff. Since the assembler does character...
2002-11-16 cuzMake close() fastcall
2002-11-16 cuzRenamed fmode.inc -> fcntl.inc
2002-11-12 cuzAdded _systime for all platforms
2002-11-06 cpguse always a sector size of 128 for sectors 1 to 3...
2002-11-06 cpgadded randomize
2002-11-05 cpgturn on cursor before returning to DOS
2002-11-04 cpgsome fixes for last change
2002-11-03 cpgimproved handling of cursor display and position
2002-11-03 cpghonour cursor setting
2002-07-24 cpgfirst version, derived from cbm/oserrlist.s
2002-07-24 cpgoserrlist.o: new object file
2002-07-16 cpgimproved chk_supp: only do the test on SpartaDOS and...
2002-07-16 cpginitialize __dos_type variable
2002-07-16 cpgadded dos_type defines
2002-05-30 cpgadded ICAX3, ICAX4, ICAX5
2002-05-26 cuzMove zp space out of crt0.s
2002-05-23 cpgimplementation which supports SpartaDOS format disks...
2002-05-23 cpgupdated comment about fdtoiocb return values
2002-05-16 cpgsupport append mode
2002-04-21 cuzMove include files into /asminc, changed include file...
2002-03-25 cuzStraighten checking of the initialized flag in both...
2002-03-24 cpgfix return Z flag: it was set if the LSB of the length...
2002-03-24 cuzUse _file.inc and its constants
2001-12-27 cpgucase_fn.o: new object file; added -DUCASE_FILENAME...
2001-12-27 cpgmoved code to convert filename to uppercase into its...
2001-12-10 cpgbetter error handling; rs232_params now uses its parameters
2001-12-10 cpginitial (incomplete) implementation
2001-12-10 cpgadded remove.o and rs232.o
2001-12-09 cpginitial check-in
2001-12-04 cpgfix comments about fdtoiocb parameters
2001-12-04 cpgfdtoiocb returns the IOCB in A!
2001-12-04 cpgfixed return paramter; setup ICAX1Z so the key routine...
2001-11-06 cpgfix a typo in the comment
2001-11-06 cpgreturn the hardware tv system, not the ROMs one
2001-11-05 cpgboth routines fixed (fix by Piotr Fusik)
2001-10-25 cuzSorted object files alphabetically so it's easier to...
2001-10-06 cpgimplemented graphics() function
2001-10-03 cpgclriocb and findfreeiocb moved from open.s to fdtable...
2001-10-03 cpga small optimization
2001-09-13 cuzRemoved the port parameter from mouse_init
2001-09-13 cuzFixed an error in the reset_brk() routine of all target...
2001-09-12 cuzRemove sprite param to mouse_init
2001-09-09 cpgset Y minimum to 31
2001-09-08 cuzPolishing the mouse stuff
2001-09-08 cuzAdded mouse_pos(), mouse_info(). Changed mouse_hide...
2001-03-24 cuzRemove unused imports
2001-02-07 cpgadded more error codes
2000-12-11 cpgadded some more atari special char ATxxx defines
2000-12-09 cpgadapted constructor function names to initxxx convention
2000-12-04 cpgadapted to new return values (PAL/NTSC is now reported...
2000-12-04 cpgreturns television system
2000-12-04 cpgtvtype.o: new object file
2000-12-03 cpggraphics memory reservation is now done via a contructo...
2000-12-03 cpgset contructor priority to 27 (grr)
2000-12-03 cpgBasic-like GRAPHICS function; not yet implemented;...
2000-12-03 cpgdefault set back to 9, as we're now only linked if...
next