]> git.sur5r.net Git - cc65/history - libsrc/apple2
Merge pull request #10 from greg-king5/target-util
[cc65] / libsrc / apple2 /
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2013-05-09 Oliver SchmidtInclude targetutil intermediates in dependency handling.
2013-05-09 Oliver SchmidtRemoved unintentionally committed intermediate file.
2013-05-08 Oliver SchmidtAdded support for building targetutils.
2013-05-06 Oliver SchmidtMerge pull request #4 from greg-king5/filepath
2013-05-04 Oliver SchmidtReplaced whole bunch for Makefiles with a single generi...
2013-05-04 Oliver SchmidtReplaced whole bunch for Makefiles with a single generi...
2013-05-02 Oliver SchmidtMerge pull request #3 from greg-king5/ctype
2013-05-01 Oliver SchmidtExclude apple2enh-only functionality from apple2 biuld...
2013-05-01 Oliver SchmidtAdjusted include directive for local header.
2013-02-14 ol.scRemoved unnecessary include.
2013-02-12 ol.scMoved IRQ hooking / unhooking from startup code to...
2012-11-01 ol.scIntroduced static standard drivers.
2012-10-31 ol.scFixed typo.
2012-10-29 ol.scConvert dynamically loadable drivers into statically...
2012-10-21 ol.scIntroduced getcurrentdevice() and implemented it for...
2012-10-15 ol.scI wasn't aware that the unit numbers in the ProDOS...
2012-10-14 ol.scRemoved TABs.
2012-10-11 ol.scRemoved DIO specific typedefs which were just aliases...
2012-10-10 ol.scReplaced Apple II specific solution with implementation...
2012-09-09 ol.scReplaced Apple II specific solution with implementation...
2012-06-16 ol.scWe now don't define the memory area RAM anymore. So...
2012-06-16 ol.scAvoid mixing of memory areas and segments in address...
2012-06-14 ol.scMoved actual computation of DOS 3.3 header to linker...
2012-06-10 ol.scMoved Apple EXEHDR to separate module (similiar to...
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...
next