]> git.sur5r.net Git - cc65/history - libsrc/atari
Working
[cc65] / libsrc / atari /
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
2000-07-25 cuzAdded new clock module implementing clock() and _clocks...
2000-07-21 cpgset default screen mode to 0
2000-07-21 cpgremoved DIRECT_SCREEN define
2000-07-17 cpgadded PAL/NTSC check for 1200xl + XL/XE systems
2000-07-10 cpgdetermines OS version
2000-07-10 cpgostype.o: new object file
2000-07-03 cpgreplaced multiple lines of "rm" commands with a single...
2000-06-25 cpgprovides default value for __graphmode_used variable
2000-06-25 cpgadapt reserved memory with _graphmode_used variable...
2000-06-25 cpggraphuse.o: new object file
2000-06-25 cpgrenamed fd_table, fd_index to __fd_table and __fd_index...
2000-06-23 cpgfull-screen scroll routine (up and down)
2000-06-23 cpgmultiply by 40 routine
2000-06-23 cpguse mul40 routine instead of doing the multiplication...
2000-06-23 cpgsroll.o, mul40.o: new object files
2000-06-22 cpgsetcolor, getcolor and setcolor_low functions
next