]> git.sur5r.net Git - cc65/history - libsrc/c64
Add handling of write requests
[cc65] / libsrc / c64 /
2003-12-12 cuzAdd SER_API_VERSION
2003-12-03 cuzUse structs/enums
2003-11-28 cuzClear high byte of returned value
2003-11-12 cuzRemoved the HORLINE entry point
2003-11-12 cuzRemoved the HORLINE entry point
2003-11-03 cuzRemoved emulation for BAR
2003-10-23 cuzDONE, GETPALETTE and GETDEFPALETTE will no longer retur...
2003-10-17 cuzUse the new := operator
2003-09-28 cuzUse symbolic names instead of numbers
2003-09-27 cuzAdded two more joystick drivers from groepaz
2003-09-25 cuzFixed sprite expand registers
2003-08-25 cuzWorking on the serial driver
2003-08-21 cuzFixed a problem and a typo
2003-08-20 cuzChanged rm -f to $(RM)
2003-08-15 cuzIgnore .ser files
2003-08-15 cuzWorking on the serial driver
2003-08-15 cuzAdded first version of swiftlink driver
2003-08-12 cuzAdded get_ostype.s
2003-08-12 cuzNew uname function
2003-05-25 cuzNew mainargs.s from Greg King
2003-05-22 cuzRemoved the empty LOWCODE segments from the startup...
2003-04-20 cuzWorking on the new serial code
2003-04-14 cuzFirst few nes files by groepaz
2003-04-09 cuzMake screensize() fetch the values dynamically instead...
2003-03-10 cuzAdded routines to handle command line params
2003-02-11 cuzRenamed DEINSTALL -> UNINSTALL
2003-02-11 cuzFixed a comment
2003-02-10 cuzAdded comment
2003-02-10 cuzRenamed DEINSTALL to UNINSTALL.
2003-02-10 cuzRenamed DEINSTALL ->UNINSTALL
2003-02-06 cuzMake sure the zap target is available
2003-01-03 cuzDONE 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 izydorstemd drivers for RamCart 64/128KB
2002-12-21 cuzAdded joy_stddrv modules
2002-12-20 izydorstsome bytes saved
2002-12-20 cuzNew joystick API
2002-12-20 izydorstem drivers for VDC (both C128 native and C128 in C64...
2002-12-19 cuzFor the CBM platforms, make revers() machine dependent...
2002-12-09 cuzCleanup
2002-12-06 cuzFixed a bug
2002-12-05 cuzAdded em_use
2002-12-03 cuzAdded get_tv for several platforms
2002-12-02 cuzAdded C64 RAM driver, fixed bug in REU driver
2002-12-02 cuzCosmetic changes
2002-12-01 cuzCosmetic change
2002-12-01 cuzCompleted the REU driver
2002-12-01 cuzReplaced em_mapclean by em_commit
2002-11-29 cuzStarted new driver for the CBM REU
2002-11-29 cuzNew GeoRAM driver
2002-11-24 cuzFixed last fix:-)
2002-11-24 cuzFixed a bug
2002-11-23 cuzRename the 320x200x2 driver to c64-hi.tgi
2002-11-22 cuzAdded LOWCODE and STARTUP segments
2002-11-19 cuzUse external symbols for the CBM kernal jump table...
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 cuzRemove the ",r" spec
2002-10-03 cuzStarted to add tgi text output functions
2002-08-11 cuzAdd rule to make zeropage.o in runtime dir if it is...
2002-07-07 cuzAdd TGI driver
2002-06-21 cuzNew TGI module
2002-05-26 cuzMove zp space out of crt0.s
2002-04-21 cuzMove include files into /asminc, changed include file...
2002-03-25 cuzStraighten checking of the initialized flag in both...
2001-10-25 cuzUse names instead of numeric addresses
2001-10-25 cuzRemoved c128 code
2001-09-19 cuzRemove an unused import
2001-09-13 cuzFixed a bug
2001-09-13 cuzRemoved the port parameter from mouse_init
2001-09-13 cuzFixed an error in the reset_brk() routine of all target...
2001-09-13 cuzPolished the mouse routines
2001-09-12 cuzUse correction values for the coordinates so that the...
2001-09-08 cuzFixed an error in mouse_pos
2001-09-08 cuzPolishing the mouse stuff
2001-09-08 cuzDon't use php to save old IRQ state
2001-09-08 cuzAdded mouse_pos() and mouse_info(), removed mouse_x...
2001-03-08 cuzRemoved the read module from the Makefile
2001-03-08 cuzDon't hardcode the stack location
2000-12-02 cuzFixed newline bug in cvline
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-11-20 cuzFirst condes feature test
2000-11-16 cuzUpdated the mouse module
2000-10-31 cuzAdded type parameter to mouse_init
2000-10-30 cuzSqueeze 4 bytes out of the startup code
2000-09-26 cuzDebugged the mouse routines
2000-09-26 cuzStarted debugging the mouse routines
2000-09-07 cuzPlace the zero page variables into the ZEROPAGE segment
2000-07-16 cuznewline is used elsewhere and must be exported
2000-07-16 cuzFixed a bug in LF handling for the CBM machines
2000-07-03 cpgreplaced multiple lines of "rm" commands with a single...
2000-06-08 cuzFixed cr/lf handling
2000-05-28 uzThis commit was generated by cvs2svn to compensate...