]> git.sur5r.net Git - cc65/history - libsrc
Fixed an error in OptPtrLoad16.
[cc65] / libsrc /
2009-09-08 uzChanged the prototype of videomode() to take and return...
2009-09-07 ol.scJust presume alternate charset to be active on the...
2009-09-07 uzNew function videomode() for the C128. Marked toggle_vi...
2009-09-04 ol.scAdjusted to the changed default start address.
2009-09-04 ol.scMinor reformatting.
2009-08-31 uzThe pleasp.s module is no longer in use.
2009-08-31 uzOh well. Decided to throw away the separate implementat...
2009-08-31 uzRenamed leaasp.s again, this time to leaa0sp.s. Added...
2009-08-31 uzRenamed leasp.s to leaasp.s
2009-08-23 uzFixed two more function that didn't clear the high...
2009-08-23 uzFixed an error in cbm_k_save (on which cbm_save is...
2009-08-19 uzSpecial cased the division 16 by 8.
2009-08-17 uzGreatly improved multiplication routine. Optimized...
2009-08-16 uzAdded an entry point that clears the high word of rhs.
2009-08-15 uzMore entry points for long ops that clear the high...
2009-08-15 uzAdded additional entry points that clear the high word...
2009-08-14 uzAdded tosicmp0, a special entry point that clears the...
2009-08-06 uzget_tv() implementation for the CBM610 by Stefan Hauben...
2009-08-04 cpgintroduce STARTUP segment to Atari platform
2009-07-31 uzAdjust geos startup code to new compiler handling....
2009-07-31 uzForce an import of the special symbol __STARTUP__ in...
2009-07-27 uzAdded a systime implementation by Stefan Haubenthal...
2009-07-27 uzBe sure to read disk errors after sending the command...
2009-07-27 uzMove common data and ex-/imports into an assembler...
2009-05-07 uzRe-added cbm_dir which was acidently removed.
2009-04-29 cpguse RUNAD (from atari.inc) instead of /bin/bash2E0
2009-04-11 cpgadd Atari MultiJoy driver from Stefan A. Haubenthal
2009-02-22 uzFixed problems with the startup code (Greg King): Inter...
2009-02-22 uzAdded support for chained interrupt handlers installed...
2009-02-22 uzRemoved an unsed import.
2009-02-22 uzFixed problems with the startup code (Greg King): Inter...
2009-02-22 uzMove the irqcount variable from BSS into DATA, since...
2009-02-22 uzinitmainargs routine by Stefan Haubenthal.
2009-02-22 uzwritefndiskcmd gets its arguments in ptr1 and Y.
2009-02-22 uzA few minor 65C02 optimizations.
2009-02-22 uzMust open the command channel before writing to it.
2009-02-22 uzComment additions and changes.
2009-02-22 uzAdded missing .export statements.
2009-02-22 uzAdded a new sysrename module to make the high level...
2009-02-22 uzMoved some code from scratch.s into a new subroutine...
2009-02-22 uzfnparse will return zero flag according to error (ZF...
2009-02-10 uzUse named constants from ctype.inc instead of hard...
2009-02-10 uzRemoved an unused import.
2009-02-10 cpgadd strnicmp.o
2009-02-10 cpginitial check-in
2009-01-30 cpgsmall optimization
2009-01-28 cpgnow it really works (tested w/MYDOS only)
2009-01-28 cpgfix comments
2009-01-24 uzFunction key support be Stephan Haubenthal.
2009-01-06 uzCode optimizations (by Stefan Haubenthal and me).
2008-08-31 uzFixed problems with the startup code (Greg King): Inter...
2008-08-31 uzReverted a change that should not have been commited.
2008-08-27 uzMade strxfrm fastcall, added docs.
2008-08-05 uzAdded Koala Pad mouse drivers written by Stefan Haubenthal.
2008-08-03 uzA label must always be followed by a statement. This...
2008-08-02 uzgit-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559...
2008-07-15 cuzMove zpsave into its own segment to decrease the execut...
2008-07-04 cpguse __ZPSAVE_LOAD__ instead of __BSS_LOAD__ to create...
2008-07-03 cuzMoved the data that keeps a copy of the used zero page...
2008-07-01 cpgUse RMARGN instead of a hard coded value for compatibil...
2008-04-15 cuzRenamed setoserror to seterrnofromoserror to avoid...
2008-04-15 cuzFixed an error.
2008-04-14 cuzRemoved display swapping code
2008-04-13 cuzNew entry point setoserror
2008-04-13 cuzNew function fndefunit.
2008-04-10 cuzNTSC/PAL update by Stefan Haubenthal.
2008-04-10 cuzNew get_tv module from Stefan Haubenthal.
2008-03-30 cuzRemoved an unused module.
2008-03-25 cuzThe value of COLOR_WHITE changed from 1 to 3.
2008-03-25 cuzRemoved obsolete files.
2008-03-16 cuzOliver Schmidt updated the graphics drivers and part...
2008-02-25 cuzOliver Schmidt fixed errors in the LINE and SETPIXELCLI...
2007-08-26 cuzFixed a bug: Byte three of the remainder was overwritte...
2007-03-28 cpgspace optimization by Stefan Haubenthal
2007-02-09 cuzUpdated version by Karri Kaksonen.
2007-01-24 cuzNew version by Oliver Schmidt
2007-01-05 cuzUpdate from Oliver Schmidt
2006-08-18 cuzIgnore intermediate files
2006-08-18 cuzAdded build rules for the apple2-auxmem driver.
2006-08-17 cuzNew extended memory driver by Stefan Haubenthal.
2006-08-17 cuzHonor the new MOUSE_FLAG_EARLY_IRQ and MOUSE_FLAG_LATE_...
2006-08-17 cuzMouse driver fixes by Oliver Schmidt.
2006-08-17 cuzAdded constructor support (contributed by Stefan Hauben...
2006-06-05 cuzRewrote the xxx_load routines for the drivers in assemb...
2006-06-04 cuzjoy_unload didn't return a valid error code.
2006-06-04 cuzser_unload didn't return a valid error code.
2006-06-04 cuzmouse_unload didn't return a valid erro code on success.
2006-06-04 cuzFixed a problem when loading joystick drivers: When...
2006-06-04 cuzUnloading the joystick driver didn't reset the interrup...
2006-06-04 cuzFixed an error in the load routine: The driver was...
2006-06-04 cuzFixed error handling
2006-06-04 cuzFixed a problem in mouse_load_driver: The driver was...
2006-05-31 cuzMinor update by Oliver Schmidt
2006-05-29 cuzUpdate by Oliver Schmidt
2006-05-21 cuzChanged the mouse API: Introduced a new flag byte that...
2006-05-08 cuzNew version from Oliver Schmidt
2006-04-23 cuzBugfix by Oliver Schmidt
2006-04-09 cuzDeclare zero page variables before use. Otherwise they...
2006-04-06 cuzApple 2 mouse driver and other stuff from Oliver Schmidt
2006-03-31 cuzCode goes into the CODE segment, not RODATA.
next