]> git.sur5r.net Git - cc65/history - libsrc/atari
Don't add a mode when opening files for reading
[cc65] / libsrc / atari /
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...
2000-12-03 cpgset constructor priority to 26
2000-12-03 cpggraphics.o: new object file
2000-12-03 cpgfixed a stupid bug. why haven't I noticed it before??
2000-12-03 cpgremoved special mouse memory handling, it's now done...
2000-12-03 cpgadded mousemem constructor
2000-12-01 cuzUse a destructor instead of atexit
2000-11-23 cuzRemoved initialization code to set the screen size...
2000-11-22 cuzUse the condes feature
2000-11-19 cpgPM base isn't hardcoded anymore, we now get it from...
2000-11-19 cpgreserve memory for mouse PM if RESERVE_MOUSE_MEMORY...
2000-11-17 cpgmouse.o: new object file
2000-11-17 cpgfixed & adapted for cc65
2000-11-17 cpgAtari mouse routines -- original version from F.Offenga
2000-11-16 cpgdio functions and types now have no leading _ anymore
2000-11-16 cpgdio functions and type now have no leading _ anymore...
2000-10-30 cuzSqueeze 2 bytes out of the startup code
2000-10-29 cpgmoved ourcl to bss
2000-10-29 cpgfd_table functions around getfd; used by startup code
2000-10-29 cpgmoved getfd and fdt_to_fdi functions and fd_table into...
2000-10-29 cpggetfd.o: new object file
2000-10-29 cpgdefines for the fd redirection table
next