]> git.sur5r.net Git - cc65/history - libsrc/c128
Documented the new mouse_setbox() and mouse_getbox functions.
[cc65] / libsrc / c128 /
2009-09-24 uzThe CIA TOD needs a write to the 1/10 sec register...
2009-09-24 uzMoved most platform assembler includes into asminc...
2009-09-18 uzReplaced the condition for the assertion in toggle_vide...
2009-09-11 uzDefine a standard driver and mode for tgi graphics...
2009-09-11 uzAdded the mouse_stddrv variable for the C64 and C128.
2009-09-08 uzChanged the prototype of videomode() to take and return...
2009-09-07 uzNew function videomode() for the C128. Marked toggle_vi...
2009-07-31 uzForce an import of the special symbol __STARTUP__ in...
2009-07-27 uzAdded a systime implementation by Stefan Haubenthal...
2008-08-31 uzFixed problems with the startup code (Greg King): Inter...
2008-08-05 uzAdded Koala Pad mouse drivers written by Stefan Haubenthal.
2008-08-02 uzgit-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559...
2008-07-03 cuzMoved the data that keeps a copy of the used zero page...
2008-02-25 cuzOliver Schmidt fixed errors in the LINE and SETPIXELCLI...
2006-05-21 cuzChanged the mouse API: Introduced a new flag byte that...
2005-04-25 cuzChange the sematics of callirq and the existing interru...
2005-02-26 cuzMove constructor code into the INIT segment
2004-11-07 cuzAdded the IRQ entry
2004-11-06 cuzAdd the irq entry point
2004-10-26 cuzAdd definitions for tools so the makefile is useful...
2004-10-26 cuzUse get_tv.inc
2004-09-20 cuzRenamed __IRQFUNC_xxx -> __INTERRUPTOR_xxx
2004-05-31 cuzComment fixes by Stefan Haubenthal
2004-04-28 cuzNew command line parsing routine
2004-04-28 cuzSet FNAM_BANK *after* calling constructors
2004-04-28 cuzUse new := operator, added a few addresses
2004-04-19 cuzSmall speed improvement
2004-04-04 cuzUse new callirq function
2004-04-04 cuzIgnore mouse drivers
2004-04-04 cuzApplied a graphics driver bugfix sent by Greg King
2004-03-29 cuzLoadable mouse driver for the C128
2004-03-08 cuzFixed issues with the last change: The return code...
2004-03-02 cuzPlace the return code into ST
2004-03-02 cuzPlace the return code into ST
2004-02-02 cuzUse the assembler version as BASIC line number, so...
2003-12-26 cuzStarted to remove obsolete RS232 code
2003-12-16 cuzUse new joystick decls
2003-12-16 cuzUse changed EM decls
2003-12-14 cuzAdded an IRQ vector
2003-12-13 cuzSqueezed one precious byte out of the code
2003-12-13 cuzSmall size optimizations
2003-12-13 cuzIgnore serial binary drivers
2003-12-13 cuzAdded C128 swiftlink driver
2003-11-12 cuzRemoved the HORLINE entry point
2003-10-23 cuzDONE, GETPALETTE and GETDEFPALETTE will no longer retur...
2003-09-28 cuzNew joystick driver, converted from c64 one
2003-09-25 cuzFixed sprite expand registers
2003-08-20 cuzChanged rm -f to $(RM)
2003-08-12 cuzNew uname function
2003-08-12 izydorstfixed line drawing routines
2003-04-09 cuzMake screensize() fetch the values dynamically instead...
2003-03-18 cuzFix toggle_videomode, move kernal entries to kernal.s
2003-03-17 cuzSwitch to lower case chars in toggle_videomode
2003-03-10 cuzAdded routines to handle command line params
2003-02-13 cuzAdded fast(), slow() and c64mode()
2003-02-13 cuzNew function toggle_videomode
2003-02-11 cuzRenamed DEINSTALL -> UNINSTALL, fixed a comment
2003-02-10 cuzRenamed the DEINSTALL vector to UNINSTALL.
2003-02-10 cuzRenamed the DEINSTALL vector to UNINSTALL.
2003-02-06 cuzMake sure the zap target is available
2003-01-03 izydorstDONE must set an error code
2003-01-02 izydorstTGI drivers updated for current API (INIT call has...
2002-12-26 cuzreadjoy() is no longer available
2002-12-23 izydorstfixed addressing problems seen on the Real Machine...
2002-12-23 izydorstnew TGI driver for interlaced VDC 640x480 mode
2002-12-23 izydorstfixes in comments
2002-12-23 izydorstemd drivers for RamCart 64/128KB
2002-12-22 izydorsttgi driver for C128 VDC, changed order of things in...
2002-12-21 cuzFixed several problems with the new output routines
2002-12-21 cuzAdded joy_stddrv modules
2002-12-20 cuzJoystick code conversion for C128
2002-12-20 izydorstsome bytes saved
2002-12-20 izydorstem drivers for VDC (both C128 native and C128 in C64...
2002-12-20 cuzReturn 0 if color not found
2002-12-19 cuzDisable scrolling
2002-12-19 cuzMove the initialization code from conio.s as constructo...
2002-12-19 cuzAdd 80 column mode
2002-12-19 cuzFor the CBM platforms, make revers() machine dependent...
2002-12-06 cuzFixed a bug
2002-12-05 cuzAdded em_use
2002-12-04 cuzAdded C128 extended memory driver for memory in bank #1
2002-12-03 cuzAdded get_tv for several platforms
2002-12-02 cuzFixed a comment
2002-12-02 cuzC64 -> C128 conversion
2002-12-02 cuzRenamed CC65_MMU_CFG to MMU_CFG_CC65
2002-12-02 cuzIgnore drivers
2002-12-02 cuzAdded emd drivers
2002-11-22 cuzChanged a comment
2002-11-22 cuzUse the new LOWCODE segment
2002-11-22 cuzRename segment named NMI to LOWCODE
2002-11-19 cuzUse external symbols for the CBM kernal jump table...
2002-11-18 cuzRemoved duplicate line
2002-11-18 cuzStore directly into zeropage
2002-11-18 cuzSet the file name bank to bank zero on startup to make...
2002-11-16 cuzFinally: Commodore file I/O
2002-11-05 cuzRenamed randomize to _randomize
2002-11-05 cuzNew randomize() function for nearly all platforms
2002-10-03 cuzAdded the TGI mode table
2002-05-26 cuzMove zp space out of crt0.s
2002-04-21 cuzMove include files into /asminc, changed include file...
next