]> git.sur5r.net Git - cc65/history - libsrc/atari
Removed initialization code to set the screen size and replaced it by a
[cc65] / libsrc / atari /
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
2000-06-22 cpgsetcolor.o: new object file
2000-06-12 cpgstupid: put local vars of newfd function into .bss...
2000-06-11 cpgallocate local vars in .data, don't use the stack ...
2000-06-07 cpgdon't import newline
2000-06-07 cpgfixed it and saved 1 byte
2000-06-07 cpgadapted for atari
2000-05-30 cpgfirst working version (with filenames at least, devices...
2000-05-30 cpginitialze stdin/stdout/stderr correctly
2000-05-30 cpgdon't use INVFLG but our own variable to indicate rever...
2000-05-28 cpgfixed a typo
2000-05-28 cpgfirst hack at newfd function: compiles but doesn't...
2000-05-28 cpgadded support for fd indirection
2000-05-28 uzThis commit was generated by cvs2svn to compensate...