]> git.sur5r.net Git - cc65/history - libsrc/atari
Use "override" when appending to CFLAGS, so this works even when CFLAGS is
[cc65] / libsrc / atari /
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
2000-10-23 cpguse DISKID define instead of hardcoded value
2000-10-20 cpgrenamed the functions; adapted them to the new parameters
2000-10-20 cpgadded diopp_xxx defines
2000-10-18 cpgadapted to new calling parameters (_dhandle_t)
2000-10-18 cpgnow returns a pointer to the entry in sectsizetab
2000-10-18 cpgadapted function prototype (comment)
2000-10-18 cpgadapted to new parameters
2000-10-18 cpgsst_xxx defines for dio functions
2000-10-18 cpgput grmemusage table into rodata segment
2000-10-16 cpg_dio_open and _dio_close functions
2000-10-16 cpgget transfer size from sectsizetab
2000-10-16 cpgdiopncls.o: new object file
2000-10-12 cpgimplements _sio_call function, direct call to SIO handler
2000-10-12 cpgimplements _dio_snum_to_chs (dummy on Atari)
2000-10-12 cpgimplements _dio_chs_to_snum function (dummy on Atari)
2000-10-12 cpgimplements _dio_write_verify with the __sio_call function
2000-10-12 cpgnow sets up SIO command and transfer direction; __sio_c...
2000-10-12 cpgsiocall.o, diowritev.o, dio_cts.o, dio_stc.o: new sourc...
2000-10-09 cpgadded _dio_read() and _dio_write() handlers
2000-10-09 cpgadded dioread.o and diowrite.o
2000-10-06 cpgadded SIO_xxx command codes
2000-09-07 cuzPlace the zero page variables into the ZEROPAGE segment
2000-08-11 cpgfixed setting of errno
2000-08-07 cpglseek.o: new object file
2000-08-03 cuzPlace data into RODATA, not CODE
2000-07-30 cuzMove store out of region with interrupts disabled to...
2000-07-29 cpgsome small fixes
next