]> git.sur5r.net Git - cc65/history - samples
Merge pull request #4 from greg-king5/filepath
[cc65] / samples /
2012-11-04 ol.scAdded option to build samples with statically linked...
2012-11-04 ol.scConsistently use conio (instead of mixing with stdio).
2012-11-04 ol.scUse array type declaration to avoid &-operator.
2012-11-04 ol.scUse array type declaration to avoid &-operator.
2012-10-23 ol.scShow cursor on entering data.
2012-10-23 ol.scReplaced static array with realloc'ed memory block...
2012-10-15 ol.scAdded enumdevdir showcasing the recently introduced...
2012-10-14 ol.scMinor style adjustment.
2012-10-11 ol.scRemoved DIO specific typedefs which were just aliases...
2012-09-30 ol.scUpdated to include the C128 and the Atari as targets...
2012-09-30 ol.scAdjusted according to the recently updated readdir...
2012-09-04 ol.scMinor change.
2012-08-16 ol.scAdded 'multidemo' to the samples README.
2012-08-08 ol.scAdded somewhat more complex demo. It looks for emdriver...
2012-07-19 ol.scRetrofitted comments from GEOS overlay demo to regular...
2012-07-03 ol.scAdded section on 'overlaydemo'.
2012-06-24 ol.scMade overlaydemo compatible with the Atari:
2012-06-10 ol.scReplaced (broken) assert() with #error and added a...
2012-06-10 ol.scAdded demo applicaion showcasing sp65 in combination...
2012-06-10 ol.scMinor change.
2012-06-03 ol.scAdded secondary linker config for C64 overlays (incl...
2012-02-28 ol.scAdded article.
2012-02-28 ol.scReplaced hardcoded constants with macros.
2012-02-28 ol.scReplaced hardcoded constants with macros.
2012-02-22 ol.scLearned the hard way that even meant-to-be-simple sampl...
2012-02-09 ol.scNormalized coding style.
2012-01-03 ol.scAdded a sample demonstrating how to create a VLIR overl...
2012-01-02 ol.scNormalized style of fragment-type GEOS samples.
2012-01-02 ol.scAdded GEOS Kernal call showing what the struct is for...
2011-12-27 ol.scUnified GEOS sample resource file names.
2011-12-27 ol.scRenamed to follow .grc naming scheme.
2011-12-27 ol.scMoved GEOS VLIR assembler sample from 'samples' to...
2011-05-01 ol.scCache aspect ratio like already done with resolution.
2011-05-01 uzNew TGI routines tgi_getaspectratio/tgi_setaspectratio.
2011-04-30 ol.scA first small step towards aspect ratio awareness.
2011-04-20 ol.scUse TGI colors.
2010-12-04 uzReorder -o and -t on the linker command line.
2010-01-26 ol.scAdded explicit tgi_clear() after tgi_init() now that...
2009-10-30 uzRewrote the sinus display using the new cc65_sin function.
2009-10-14 uzChanged names of the pragmas to be identical to the...
2009-10-03 ol.scUpdated (and sorted) sample program info.
2009-10-03 ol.scMade compatible with the Apple ][ machines, but without...
2009-10-03 ol.scLeveraged tgi_stddrv (like tgidemo).
2009-10-03 ol.scAdjusted error message to recent change.
2009-10-02 ol.scFixed messed up line endings.
2009-09-28 uzImproved Makefile by Greg King. V2.13.0rc1
2009-09-27 ol.scMade sure the bounding box coordinates stay in reasonab...
2009-09-27 uzAdd mouse_setbox/mouse_getbox to the demo.
2009-09-11 uzDefine a standard driver and mode for tgi graphics...
2009-09-11 uzUse mouse_stddrv instead of a platform dependent #define.
2009-08-28 uzIncrease count to 16384. Simplify complex expression.
2009-07-31 uzForce an import of the special symbol __STARTUP__ in...
2009-07-30 uzCalculate time in seconds, not ticks. Implement pager...
2009-02-11 uzSupport for the Plus/4 by john "graham" selck.
2009-01-25 cpgfix typo
2008-08-02 uzgit-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559...
2008-03-16 cuzOliver Schmidt updated the graphics drivers and part...
2007-08-28 cuzFixed the name of the assembler.
2006-04-07 cuzThe Apple2 has only upper case chars.
2006-04-06 cuzApple 2 mouse driver and other stuff from Oliver Schmidt
2005-11-22 cuzSmall cosmetic fix
2005-11-20 cuzAdded changes from Oliver Schmidt so the graphics orien...
2005-11-20 cuzSmall optimization
2005-09-02 cuzNew diodemo version by Oliver; update of the README...
2005-04-01 cuzSlightly improved version with more comments
2005-03-31 cuzNew diodemo sample by Oliver Schmidt
2004-11-07 cuzUpdate the mouse demo to run with the new mouse API...
2004-11-07 cuzCosmetic changes
2004-11-07 cuzAutodetect the location of the compiler and tools.
2004-10-08 cuzAdded the new mandelbrot sample
2004-06-13 cuzPatches from Greg King
2004-05-31 cuzSome improvements in font generation
2004-03-06 izydorst- a new sample program (GetID is a Hello World in GEOS :)
2003-12-21 cuzPrint a banner
2003-11-12 cuzTry to be more resolution independent
2003-10-06 cuzAdded new sample gunzip65 from Piotr
2003-08-20 cuzChanged rm -f to $(RM)
2003-08-20 cuzFixed include paths
2003-08-15 izydorstsystem vector interception fixes
2003-08-15 izydorstsmall demo of system vectors interception
2003-06-03 cuzPatch from Greg
2003-03-15 izydorstfixes for GEOS structures, initialized menu/icontabs...
2003-02-16 cuzAdd new sample code contributed by Greg King
2003-02-01 cuztgi_init does no longer take params
2003-01-10 izydorstsample programs updated for new GEOS exit/return/MainLo...
2002-12-23 izydorstmore funstuff in tgidemo
2002-12-20 cuzRemove debug code
2002-12-19 cuzUse screensize for screen dimensions
2002-12-13 cuzUse tgi drivers from libsrc directory
2002-12-06 cuzUpdate: new c16 target and fire demo
2002-12-01 cuzMake DoWarning static
2002-11-25 cuzNew fire demo. Add tgi drivers to the disk.
2002-11-25 cuzUse register variables
2002-11-22 cuzCosmetic changes
2002-11-16 izydorstreplaced reference to vlink utility with grc call with...
2002-10-03 cuzPort plasma to the C128
2002-10-03 cuzAdded tgidemo
2002-10-03 cuzIgnore executables
2002-09-30 cuzFile had DOS line endings
2002-07-10 izydorstexample for creating VLIR binary using ca65
next