]> git.sur5r.net Git - cc65/history - libsrc/apple2
Moved the first couple of files from 'geos-cbm' to 'geos-common' which are believed...
[cc65] / libsrc / apple2 /
2012-01-02 ol.scMoving the quit-hook towards the end of page 3 as far...
2011-08-15 uzFixed range errors when negative numbers where used...
2011-07-17 uzAdded a new flags byte to the TGI headers. Bumped the...
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-02 ol.scRemoved tgi_load() and all corresponding infrastructure...
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.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-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-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-28 uzChanged priorities of destructors so atexit will be...
2011-01-26 ol.scSaved two bytes.
2011-01-26 ol.scMinor beautification.
2011-01-05 ol.scAllow to set the ProDOS type and auxtype on creating...
2010-11-09 uzFixed order of options in call to ld65, which became...
2010-07-17 ol.scRead number of total blocks from ProDOS 8 volume direct...
2010-07-17 ol.scMade use of the new common __directerrno and __mappeder...
2010-07-17 ol.scUse MLI error names from ProDOS 8 Technical Reference...
2010-07-17 ol.scSaved one byte.
2010-07-07 ol.scAdjusted parameter handling to match prototype.
2010-06-16 ol.scUse MLI error names from ProDOS 8 Technical Reference...
2010-06-16 ol.sc- Use ProDOS 8 unit number as parameter.
2010-06-16 ol.scUse MLI error names from ProDOS 8 Technical Reference...
2010-06-15 ol.scClear __oserror on success.
2010-06-15 ol.scMake use of the new common __directerrno and __mappeder...
2010-06-07 ol.scMinor comment style adjustment.
2010-06-04 ol.scDIO functions always set _oserror.
2010-06-04 ol.scAdjustment to recent change in ca65 relative include...
2010-06-04 ol.scMinor optimization.
2010-06-02 ol.scAlign rootdir() return value rather with POSIX function...
2010-06-01 ol.scSet _oserror only on error.
2010-05-26 ol.scAdded function to find out the volume name of a ProDOS...
2010-05-24 ol.scAdded functions to learn about the unit numbers of...
2010-04-22 ol.scSave some cycles.
2010-01-24 ol.scMinor reformatting.
2010-01-24 ol.scFactored out generic LINE implementation based on SETPI...
2010-01-08 ol.scSome optimization.
2010-01-08 ol.sc- Added ioctl for mixing graphics with 4 lines of text.
2010-01-08 ol.scMinor comment adjustment.
2009-12-19 ol.scMinor comment adjustment.
2009-12-13 ol.scAdded macro for ssc slot selection.
2009-12-12 ol.scAdded ioctl for mixing graphics with 4 lines of text.
2009-12-09 ol.scReplaced left-over tab with space.
2009-11-03 ol.sc- Replaced font .byte's with font .incbin file
2009-11-02 ol.scRemoved unintentionally added line.
2009-11-02 ol.scRemoved generic macpack
2009-11-02 ol.sc- Adjusted TEXTSTYLE and OUTTEXT to TGI specs
2009-10-30 ol.scChanges to the TGI driver API:
2009-10-29 ol.scChanges to the TGI driver API:
2009-09-30 ol.scThis is what was actually meant in the first place.
2009-09-28 uzStefan Haubenthal fixed a few typos.
2009-09-27 ol.scAdjusted driver to the recent kernel interface change...
2009-09-26 ol.scFixed bug triggered if all 8 io buffer slots may be...
2009-09-25 uzRemove this copy of the apple include file - a copy...
2009-09-24 uzMoved most platform assembler includes into asminc...
2009-09-22 uzFixed an error.
2009-09-22 uzBuild files in the extra directory.
2009-09-22 ol.scAdded author hint - as contained in the other source...
2009-09-22 ol.scAdded alternative implementation for ProDOS 8 I/O buffe...
2009-09-14 ol.scNow that cc65 programs can run as SYS files themselves...
2009-09-13 ol.scBeing loaded by my 'ProDOS Loader' needs to be classifi...
2009-09-12 ol.scHooking into the MLI call needs much more thoughts...
2009-09-12 ol.scAddon to 4155: Fixed error.
2009-09-11 ol.scMuch better approach for ProDOS 8 IO-buffer custom...
2009-09-11 ol.scAdjusted Apple2 targets to the new standard mouse drive...
2009-09-11 uzDefine a standard driver and mode for tgi graphics...
2009-09-11 ol.scAllow to run programs as ProDOS SYS files (beside BIN...
2009-09-10 ol.scRemoved '_' prefix from textframe(xy) because this...
2009-09-10 ol.scProDOS 8 requires an page-aligned 1kB IO-buffer for...
2009-09-10 ol.scFixed typo.
2009-09-10 ol.scAdded support for switching between 40/80 columns....
2009-09-07 ol.scJust presume alternate charset to be active on the...
2009-09-04 ol.scAdjusted to the changed default start address.
2009-09-04 ol.scMinor reformatting.
2009-07-31 uzForce an import of the special symbol __STARTUP__ in...
2009-07-27 uzMove common data and ex-/imports into an assembler...
2008-08-02 uzgit-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559...
2008-07-15 cuzMove zpsave into its own segment to decrease the execut...
2008-03-25 cuzThe value of COLOR_WHITE changed from 1 to 3.
2008-03-25 cuzRemoved obsolete files.
2008-03-16 cuzOliver Schmidt updated the graphics drivers and part...
2007-01-24 cuzNew version by Oliver Schmidt
2007-01-05 cuzUpdate from Oliver Schmidt
2006-08-18 cuzAdded build rules for the apple2-auxmem driver.
2006-08-17 cuzNew extended memory driver by Stefan Haubenthal.
2006-08-17 cuzMouse driver fixes by Oliver Schmidt.
2006-05-31 cuzMinor update by Oliver Schmidt
2006-05-29 cuzUpdate by Oliver Schmidt
2006-05-21 cuzChanged the mouse API: Introduced a new flag byte that...
2006-05-08 cuzNew version from Oliver Schmidt
2006-04-23 cuzBugfix by Oliver Schmidt
2006-04-06 cuzApple 2 mouse driver and other stuff from Oliver Schmidt
2005-11-21 cuzCosmetic changes by Oliver Schmidt
next