]> git.sur5r.net Git - cc65/history - libsrc
Added docs to set_irq / reset_irq.
[cc65] / libsrc /
2012-01-21 ol.scAdded docs to set_irq / reset_irq.
2012-01-19 uzFix wrong offset of irq vector byte used as on/off...
2012-01-19 ol.scAdded wrapper for C level irq handling.
2012-01-14 ol.scThe "Hitchhiker's Guide To GEOS" is the only publicly...
2012-01-06 uzAn export has been missing for BRKVec (Stefan Haubenthal).
2012-01-05 ol.scReplace some more instance of geos.lib with geos-cbm...
2012-01-02 ol.scMoving the quit-hook towards the end of page 3 as far...
2012-01-01 uzCode optimization contributed by Kajtar Zsolt, soci...
2012-01-01 uzRemoved the jump to RESTOR on exit for all the CBM...
2012-01-01 uzNES TGI Update by Stefan Haubenthal.
2011-12-28 uzRenamed the old geos target to geos-cbm.
2011-12-26 ol.scRedesigned GEOS VLIR linking:
2011-09-13 uzFixed an error: The LINE function mistakenly enabled...
2011-08-15 uzFixed range errors when negative numbers where used...
2011-08-01 uzNew tgi_settextdir() function.
2011-08-01 uzFixed a bug (Greg King).
2011-07-17 uzRenamed tgi_textheight -> tgi_gettextheight, tgi_textwi...
2011-07-17 uzWorked on text scaling. This is an intermediate version...
2011-07-17 uzSmall change in the vector font format.
2011-07-17 uzAdded a new flags byte to the TGI headers. Bumped the...
2011-07-10 uzFixed a typo.
2011-07-10 uzFix width calculation for bitmap font output. Use new...
2011-07-10 uzMake the 8x32 unsigned multiplication routine C callable.
2011-07-10 uzAdded new 8x16 unsigned multiplication routine.
2011-07-10 uzAdded labels for umul16x16r16 and umul16x16r16m.
2011-07-08 uzThe BASIC stub does encode the start address with only...
2011-07-07 uzRemoved __fastcall__ declarations for functions without...
2011-07-03 uzFixes for program arguments and TAP header by Stefan...
2011-06-22 uzFixed order of rules, so not only the tgi driver gets...
2011-06-21 uzNES character mode TGI driver. By Stefan Haubenthal.
2011-06-13 cpginterruptor support by Stefan Haubenthal
2011-06-07 uzAdded (again) IRQ support for the Oric Atmos by Stefan...
2011-05-24 uzReverted the last change, because it doesn't compile.
2011-05-23 uzAdd support for interruptors (Stefan Haubenthal).
2011-05-13 uzCorrected screensize function by Stefan Haubenthal.
2011-05-05 ol.scBack to revision 3818: The value of COLOR_WHITE changed...
2011-05-03 ol.scThe TGI kernel will call SETVIEWPAGE(0) after calling...
2011-05-03 ol.scRemoved tgi_load() and all corresponding infrastructure...
2011-05-03 ol.scFixed comment.
2011-05-02 uzAdded commands to copy the extra-object modules for...
2011-05-02 ol.scComputed pixel aspect ratio (PAR) by presuming a displa...
2011-05-02 ol.scRemoved tgi_load() and all corresponding infrastructure...
2011-05-02 ol.scRemoved unused TGI mode tables.
2011-05-01 uzImproved the stub for __osmaperrno somewhat (Stefan...
2011-05-01 ol.scRemoved recently added TGI mode tables for Atmos and...
2011-05-01 uzNew TGI routines tgi_getaspectratio/tgi_setaspectratio.
2011-05-01 uzRemoved two extra bytes from the TGI driver's header.
2011-04-30 ol.scDocumented the reason for having a pixel aspect ratio...
2011-04-30 ol.scComputed pixel aspect ratio (PAR) by presuming a displa...
2011-04-28 ol.scNo need to explicitly set two page in 40 column mode...
2011-04-25 ol.scAdded TGI mode tables for Atmos and Lynx
2011-04-25 uzFixed comments. No code change.
2011-04-25 uzReverted the change by Stefan Haubenthal - order of...
2011-04-25 uzAccess routines for different eeprom types. By Karri...
2011-04-25 ol.scTarget-specific black & white values for use by the...
2011-04-25 ol.scAdded TGI_COLOR_... macros to be used both for hires...
2011-04-22 ol.scAdded toascii().
2011-04-16 uzChanges by Greg King:
2011-04-16 uzAdded stub for _osmaperrno. Improve uname info. By...
2011-04-16 uzFix tape header output. Add version info in the header...
2011-04-07 uzPatch by groepaz to fix the problem that DEL files...
2011-04-06 uzNew uploader that can be hiding in top of memory waitin...
2011-04-06 uzMissing files added by Karri Kaksonen.
2011-03-21 uzLynx boot stuff split up into several files. Changes...
2011-03-17 uzImproved and much smaller bootloader by Karri Kaksonen.
2011-02-11 ol.scImproved exec():
2011-02-11 ol.scAdded MACHID - we'll need it sooner or later...
2011-02-06 ol.scAdded first implementation of exec(). No support for...
2011-02-06 uzBug correction by Karri Kaksonen.
2011-01-31 uzRemoved the obsolete mouse module.
2011-01-29 ol.scIntroduced constructor to raise the ProDOS 8 file level...
2011-01-29 ol.scSet the priority of the main() args constructor to...
2011-01-29 ol.scThe constructor doesn't have any interaction with other...
2011-01-29 uzBugfix by Karri Kaksonen.
2011-01-28 uzAllow to pass arguments to a program compiled for the...
2011-01-28 uzChanged priorities of destructors so atexit will be...
2011-01-27 uzRenamed conioinit to initconio because most other const...
2011-01-26 uzAllow different output formats using additional linker...
2011-01-26 ol.scSaved two bytes.
2011-01-26 uzSlightly improved memset function by Christian Krüger.
2011-01-26 ol.scMinor beautification.
2011-01-11 uzFixed an error in the division routine: The high byte...
2011-01-05 ol.scAllow to set the ProDOS type and auxtype on creating...
2011-01-04 uzMore changes by Karri Kaksonen.
2010-12-30 uzBug fixes by Karri Kaksonen.
2010-12-29 uzLynx update including file routines that access a file...
2010-12-22 uzLatest versions of startup code and config by Karri...
2010-12-20 uzNew versions that match the current TGI API by Karri...
2010-12-19 uzAdded an implementation of toascii() for the Lynx,...
2010-11-25 uzAdded kernal replacement routines for RDTIM and SETTIM.
2010-11-17 uzChanged the startup module and the linker config for...
2010-11-17 uzChanged the startup module and the linker config for...
2010-11-17 uzChanged the startup module and the linker config for...
2010-11-17 uzChanged the startup module and the linker config for...
2010-11-16 uzFixed a problem with the last change in crt0.s: The...
2010-11-15 uzRemoved the code that checks for valid/invalid chars...
2010-11-14 uzAs a test, remove the SYS header from the startup code...
2010-11-14 uzAdded a module that contains a small basic stub (SYS...
2010-11-13 uzRemove the load address since it's supplied in its...
2010-11-13 uzNew module that contains the load address expected...
next