]> git.sur5r.net Git - cc65/history - libsrc
Fixed capslock on startup
[cc65] / libsrc /
2003-04-14 cuzFixed capslock on startup
2003-04-13 cuzAdd basic support for ORIC Atmos
2003-04-13 cuzAdd conio stuff to the atmos library
2003-04-13 cuzFix write: Function was not changed to use __fastcall__
2003-04-12 cuzAdded some cycle counts
2003-04-09 cuzMake screensize() fetch the values dynamically instead...
2003-04-04 izydorstadded GetFile implementation
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-14 cuzFix problem with signal.o/raise.o/sigtab.o
2003-03-14 cuzReset signal handler to SIG_DFL on a call to raise()
2003-03-14 cuzAdd signal() and raise()
2003-03-14 cuzMake fputs __fastcall__
2003-03-14 cuzRaise SIGABRT
2003-03-13 cuzDon't add a mode when opening files for reading
2003-03-10 cuzAdded routines to handle command line params
2003-03-07 cuzNew module
2003-03-07 izydorstcr/lf hell fixed
2003-03-07 cpgfixed return code for _rs232_init
2003-02-16 cuzcbm510zp -> extzp
2003-02-16 cuzCopy cbm510 joystick drivers
2003-02-16 cuzMoved additional zero page locations into EXTZP segment...
2003-02-16 cuzRenamed geoszp.s -> extzp.s
2003-02-16 cuzRemoved an unused constant.
2003-02-16 cuzRenamed the GEOSZP segment to EXTZP since it is now...
2003-02-14 izydorstremoved obsolete readjoy function (replaced by modular...
2003-02-13 cuzAdded fast(), slow() and c64mode()
2003-02-13 cuzNew function toggle_videomode
2003-02-12 cuzFixed a typo
2003-02-11 cuzRenamed DEINSTALL -> UNINSTALL, fixed a comment
2003-02-11 cuzRenamed DEINSTALL -> UNINSTALL
2003-02-11 cuzFixed a comment
2003-02-11 cuzRenamed ..._deinstall -> ..._uninstall.
2003-02-11 cuzRemoved an unused label
2003-02-10 cuzRenamed _em_deinstall -> _em_uninstall, emd_deinstall...
2003-02-10 cuzAdded comment
2003-02-10 cuzRenamed DEINSTALL to UNINSTALL
2003-02-10 cuzRenamed the DEINSTALL vector to UNINSTALL.
2003-02-10 cuzRenamed DEINSTALL to UNINSTALL.
2003-02-10 cuzRenamed joy_deinstall to joy_uninstall
2003-02-10 cuzRenamed the DEINSTALL vector to UNINSTALL.
2003-02-10 cuzRenamed DEINSTALL ->UNINSTALL
2003-02-10 cuzMake joy_install, joy_uninstall user callable functions
2003-02-07 cuzUse new o65 definitions
2003-02-06 cuzMake sure the zap target is available
2003-02-02 cuzCBM directory routines by Josef Soucek
2003-02-01 cuzMoved conio related files from common/ to conio/
2003-02-01 cuzMove _heap.h to the compiler include dir.
2003-02-01 cuzRenamed _hadd to _heapadd
2003-01-15 cuzKeep unknown flag bits, restore known flags on exit
2003-01-10 izydorstGEOS no longer requires explicit exit() call, now expli...
2003-01-09 cuzFix comments and remove whitespace from __asm__ macros
2003-01-05 cpgadded closeallfiles: close all files at program exit
2003-01-05 cpgadded some comments; new ft_flag bit #4: fd was opened...
2003-01-05 cpgadded some comments
2003-01-03 izydorstDONE must set an error code
2003-01-03 cuzDONE must set an error code
2003-01-03 cuzRemoved closeallstreams
2003-01-02 izydorstTGI drivers updated for current API (INIT call has...
2003-01-02 izydorstfixed a bug
2003-01-02 cpgfixed int promotion problem; optimized as suggested...
2003-01-02 cpgMoved wherex and wherey into separate modules.
2003-01-02 izydorstall functions returning char in A now have X cleared
2003-01-01 cuzFixed int promotion problem in wherex and wherey.
2002-12-31 cuzIgnore drivers
2002-12-31 izydorstfixed bugs
2002-12-31 izydorstnew GEOSZP segment for library use, added GEOS tgi...
2002-12-29 cuztgi_mode -> tgi_gmode, removed param from tgi_init()
2002-12-29 cuzSomewhat shorter code
2002-12-29 cuzFixed an error: The final linefeed got removed
2002-12-27 cpgremoved due to better conio implementations of _bgcolor...
2002-12-27 cpg_bgcolor now also sets the fg luminance to max. contras...
2002-12-27 izydorstjmpbuf <-> callax moved to all architectures
2002-12-26 cuzUse callay instead of jmpvec
2002-12-26 cuzreadjoy() is no longer available
2002-12-26 cuzMoved jmpvec into a separate module
2002-12-25 izydorststandard joystick driver for GEOS
2002-12-25 izydorstall kinds of loadable modules are supported in GEOS
2002-12-25 izydorstsupport for loading modules in GEOS, VDC memory driver...
2002-12-25 izydorstoserrlist for GEOS
2002-12-25 izydorstclean version
2002-12-25 izydorstsmall optimization
2002-12-25 izydorstremoved jmpvec in favor of callax function
2002-12-25 izydorst65c02 optimization
2002-12-25 izydorstclrscr now puts the cursor into home position
2002-12-24 cuzShortened the code
2002-12-24 cuzFixed an error
2002-12-23 izydorstsupport for .zeropage segment in GEOS
2002-12-23 izydorstmore GEOS Kernal replacements for common/ and runtime...
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 for C128, zap removes .joy files too
2002-12-22 izydorsttgi driver for C128 VDC, changed order of things in...
2002-12-22 izydorstfixed typo
2002-12-22 izydorstsetviewpage was never assembled
2002-12-21 cuzFixed several problems with the new output routines
2002-12-21 cuzAdded joy_stddrv modules
2002-12-21 cuzAdded joystick drivers for C16 and Atari
next