]> git.sur5r.net Git - cc65/history - libsrc/apple2
Use SER_API_VERSION
[cc65] / libsrc / apple2 /
2003-12-10 cuzFixed apple2 tgi names
2003-12-09 cuzNew apple2 tgi driver from Stefan Haubenthal
2003-12-05 cuzUpdate from Stefan Haubenthal
2003-11-26 cuzPatches by Stefan Haubenthal
2003-11-12 cuzFixed a typo
2003-11-12 cuzNew TGI driver by Stefan Haubenthal
2003-10-24 cuzUse ROM variables MAX_X/MAX_Y
2003-10-23 cuzAdded TEXT entry point, use new assignment operator
2003-10-10 cuzReplaced /bin/bash0 by new CT_NONE
2003-08-26 cuzFixed a bug, splitted the where.s module into wherex...
2003-08-20 cuzChanged rm -f to $(RM)
2003-08-12 cuzAdded get_ostype.s
2003-08-12 cuzNew uname function
2003-05-22 cuzRemoved the empty LOWCODE segments from the startup...
2003-05-22 cuzHandle high 128 chars equal to lower ones
2003-05-02 cuzFixed a typo
2003-05-02 cuzAdded getenv()
2003-05-02 cuzRename the standard joystick driver for the Apple ][.
2003-05-02 cuzNew character type classification from Stefan Haubenthal
2003-05-02 cuzApple 2 joystick driver based on code by Stefan Haubenthal
2003-04-13 cuzFix write: Function was not changed to use __fastcall__
2003-04-09 cuzMake screensize() fetch the values dynamically instead...
2003-03-10 cuzAdded routines to handle command line params
2003-02-06 cuzMake sure the zap target is available
2002-12-13 cuzFixed the fix:-)
2002-12-13 cuzSmall change to make the color stuff consistent across...
2002-11-23 cuzAdd STARTUP and LOWCODE segments
2002-11-22 cuzRemoved __cdiff. Since the assembler does character...
2002-11-12 cuzAdded _systime for all platforms
2002-11-07 cuzNew _randomize() function, do some cleanup on apple2.inc
2002-07-15 cuzAdd ROM function defines
2002-07-15 cuzUse MEMSIZE instead of using a fixed high mem location
2002-07-05 cuzAdded a file header
2002-07-05 cuzDon't call _revers for _textcolor, because both are...
2002-05-26 cuzMove zp space out of crt0.s
2001-09-13 cuzFixed an error in the reset_brk() routine of all target...
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-10-30 cuzSqueeze 2 bytes out of the startup code
2000-09-07 cuzPlace the zero page variables into the ZEROPAGE segment
2000-08-03 cuzPlace data into RODATA, not CODE
2000-07-03 cpgreplaced multiple lines of "rm" commands with a single...
2000-05-28 uzThis commit was generated by cvs2svn to compensate...