]> git.sur5r.net Git - cc65/history - libsrc/atari
added PAL/NTSC check for 1200xl + XL/XE systems
[cc65] / libsrc / atari /
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...