]> git.sur5r.net Git - cc65/history - libsrc/lynx
Allow for warning-free build of cl65 with MS VC on warning level 3.
[cc65] / libsrc / lynx /
2013-02-12 ol.scMoved IRQ hooking / unhooking from startup code to...
2013-01-28 karriAdd lynx_snd_stop_channel
2013-01-28 karriExport lynx_snd_active
2013-01-28 karriUpdate sound driver
2012-12-17 karriAdd __fastcall__ stuff
2012-12-12 karriAdd sound support
2012-12-12 karriWork in progress
2012-12-11 karriAdd basic sound support
2012-12-02 karriFix bug in cls
2012-12-01 karriAdd collision indices to all sprites jsut in case
2012-11-21 karriAdd collision screen erasure to tgi_clear
2012-11-20 karriAdd erasure of collision buffer to tgi_clear
2012-11-01 ol.scIntroduced static standard drivers.
2012-11-01 ol.scAdded missing standard driver definitions.
2012-10-31 ol.scFixed typo.
2012-10-29 ol.scConvert dynamically loadable drivers into statically...
2012-10-26 karriPalette updated
2012-10-26 karriFine tune palette
2012-10-23 karriCammys optimized Lynx palette
2012-09-15 karriChange address of sec loader
2012-09-11 karriShring the bootloader by 20 bytes and remove restrictio...
2012-02-06 uzAdded an implementation of clock() for the Lynx console...
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-02 ol.scRemoved tgi_load() and all corresponding infrastructure...
2011-05-01 ol.scRemoved recently added TGI mode tables for Atmos and...
2011-04-30 ol.scDocumented the reason for having a pixel aspect ratio...
2011-04-25 ol.scAdded TGI mode tables for Atmos and Lynx
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-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-06 uzBug correction by Karri Kaksonen.
2011-01-29 uzBugfix by Karri Kaksonen.
2011-01-26 uzAllow different output formats using additional linker...
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-09 uzFixed order of options in call to ld65, which became...
2010-10-02 ol.scNow that we reduce the size of the RAM memory area...
2009-11-24 uzSqueezed bytes and cycles out of the kbhit functions...
2009-10-26 uzLynx TGI driver update by Karri Kaksonen. Adds collisio...
2009-10-01 uzLynx updates by Karri Kaksonen.
2009-09-24 uzMoved most platform assembler includes into asminc...
2009-09-20 uzRenamed the comlynx source and driver to lynx-comlynx...
2009-09-20 uzRemove the framerate module. It's job is done by the...
2009-09-20 uzLynx patches by Karri Kaksonen. Improvements for the...
2009-09-17 uzLynx changes by Karri Kaksonen.
2009-09-13 uzSqeeze out two bytes of the code.
2009-09-13 uzLynx changes by Karri Kaksonen.
2009-09-11 uzMake use of the IRQ to swap view and draw pages when...
2009-09-11 uzChanges by Karri Kaksonen to implement interruptor...
2009-07-31 uzForce an import of the special symbol __STARTUP__ in...
2008-08-02 uzgit-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559...
2008-04-14 cuzRemoved display swapping code
2008-03-30 cuzRemoved an unused module.
2007-02-09 cuzUpdated version by Karri Kaksonen.
2005-05-02 cuzBug fix by Karri Kaksonen
2005-04-21 cuzgetenv is now in common
2005-02-26 cuzMove constructor code into the INIT segment
2004-11-29 cuzNew code from Karri
2004-11-13 cuzNew kbhit and cgetc functions from Karri
2004-11-07 cuzAdded the IRQ entry
2004-11-06 cuzMoved additional zeropage variables into an extra module.
2004-10-26 cuzAdd definitions for tools so the makefile is useful...
2004-10-15 cuzNew upload module
2004-10-14 cuzMinor fix
2004-10-14 cuzNew module eeprom.s
2004-10-14 cuzAdded joystick and tgi driver by Karri Kaksonen
2004-10-14 cuzAdjusted startup code for new linker config
2004-10-11 cuzAdded lynx_change_framerate()
2004-10-08 cuzAdded ctype.s to make the isxxx() functions work
2004-10-08 cuzMove startup code to STARTUP segment.
2004-10-08 cuzStarted to add lynx files contributed by Karri Kaksonen...