]> git.sur5r.net Git - cc65/history - libsrc/apple2
Replaced '=' by ':=' where applicable and moved the atmos specific assembler
[cc65] / libsrc / apple2 /
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
2005-09-08 cuzIgnore driver files
2005-09-08 cuzSerial driver for the SSC card by Oliver Schmidt
2005-08-31 cuzNew stuff contributed by Oliver Schmidt
2005-08-26 cuzChanges from Oliver: Use posix_memalign instead of...
2005-04-27 cuzInterruptor support
2005-04-24 cuzUpdate from Oliver Schmidt
2005-04-23 cuzRemove getenv
2005-04-21 cuzgetenv is now in common
2005-04-21 cuzBugfix from Oliver Schmidt
2005-04-21 cuzStartup code with interruptor support by Oliver Schmidt
2005-04-20 cuzUse .assert
2005-04-20 cuzCosmetic changes from Oliver Schmidt
2005-04-19 cuzUpdate from Oliver Schmidt
2005-04-19 cuzPlace initcwd in the INIT segment
2005-04-19 cuzinitcwd from Oliver Schmidt
2005-04-15 cuzCosmetic changes from Oliver Schmidt
2005-04-12 cuzPOSIX file I/O by Oliver Schmidt
2005-04-08 cuzNew cgetc with apple2enh fix from Oliver Scmidt
2005-04-05 cuzmainargs rewrite by Oliver Schmidt
2005-04-01 cuzUpdate from Oliver Schmidt: Includes gotox/gotoy which...
2005-03-31 cuzUpdate from Oliver Schmidt
2005-03-30 cuzdio implementation by Oliver Schmidt
2005-03-30 cuzCosmetic changes requested by Oliver Schmidt
2005-03-28 cuzRemoved tabs
2005-03-28 cuzRemove obsolete files
2005-03-28 cuzSqueezed out a few bytes
2005-03-26 cuzNew version from Oliver Schmidt
2005-03-26 cuzNew version from Oliver Schmidt
2005-02-26 cuzMove constructor code into the INIT segment
2005-01-11 cuzImproved mainargs code from Stefan Haubenthal
2005-01-06 cuzNew code from Oliver Schmidt
2004-12-21 cuzAdded an exit handler - code from Oliver Schmidt
2004-11-07 cuzAdded the IRQ entry
2004-11-06 cuzAdded the IRQ entry point
2004-10-26 cuzAdd definitions for tools so the makefile is useful...
2004-06-04 cuzRemove dependency on rom.o
2004-06-03 cuzImprovements by Oliver Schmidt
2004-03-13 cuzRemove break registers as absolute variables
2004-03-11 cuzReworked version by Oliver Schmidt
2004-01-04 cuzNew module from Stefan Haubenthal
2004-01-04 cuzTwo fixes from Stefan Haubenthal
next