]> git.sur5r.net Git - cc65/history - libsrc/atmos
Shorten a URL.
[cc65] / libsrc / atmos /
2016-04-14 Oliver SchmidtMerge pull request #283 from polluks/sp65
2016-04-10 Oliver SchmidtMerge pull request #281 from polluks/sp65
2016-03-26 Oliver SchmidtMerge pull request #279 from greg-king5/atmos-reconfig
2016-03-18 Greg KingConverted the Atmos configuration to the new constructo... 279/head
2016-03-16 Oliver SchmidtAdjusted constructors.
2016-03-08 Oliver SchmidtMerge pull request #274 from bbbradsmith/doc-cc65-intern
2016-03-07 Oliver SchmidtRenamed RAM to MAIN for all disk based targets.
2016-03-06 Oliver SchmidtRenamed INITBSS to INIT and INIT to ONCE.
2016-02-26 silverdrMerge pull request #1 from cc65/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2015-07-11 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-02-08 Stephan MühlstrasserMerge branch 'master' of https://github.com/cc65/cc65...
2015-01-10 Oliver SchmidtMerge pull request #143 from greg-king5/basic-stub
2015-01-10 Greg KingAdded more info to a comment. 143/head
2015-01-08 Greg KingAdded comments that say why the ZPSAVE1 and ZPSAVE2...
2015-01-08 Greg KingFixed a bug that had padded Atmos binaries with 25...
2015-01-07 Greg KingAdded a comment.
2014-11-09 Greg King* Changed the way that Atmos programs are started.
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-09-11 Oliver SchmidtMerge pull request #132 from greg-king5/high-zero
2014-09-10 Greg KingChanged literal zeroes of the style "#>0" into the... 132/head
2014-09-09 Oliver SchmidtMerge pull request #130 from greg-king5/caps-lock
2014-09-04 Greg KingSwapped the locations of a constructor and a destructor... 130/head
2014-08-24 Greg KingMoved the CAPS LOCK code out of the startup file, and...
2014-08-21 Greg KingDisable the Atmos keyboard's CAPS LOCK for both conio...
2014-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
2014-06-04 Oliver SchmidtCreate static drivers directly from source files.
2014-05-30 Oliver SchmidtMerge pull request #122 from groessler/a5200
2014-05-09 Oliver SchmidtMerge pull request #114 from greg-king5/phantom
2014-05-01 Oliver SchmidtRenamed JUMPTABLE and cleaned up module.cfg.
2013-12-26 Oliver SchmidtMerge pull request #67 from greg-king5/echo
2013-12-26 Oliver SchmidtMerge pull request #68 from greg-king5/line
2013-12-24 Greg KingReset the stdin console when a program starts. 68/head
2013-12-24 Greg KingMoved the command-line arguments out of BASIC's input...
2013-12-24 Greg KingAdded a simplistic read() that gives a stdin console...
2013-11-19 Stephan MühlstrasserMerge branch 'master' into c1p
2013-08-08 Oliver SchmidtMerge pull request #25 from cybernesto/master
2013-08-06 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-08-06 Oliver SchmidtMerge pull request #26 from greg-king5/oric
2013-08-06 Greg KingExposed, to C code, the names of the Atmos ROM's sound... 26/head
2013-07-29 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-07-26 Stephan MühlstrasserMerge branch 'master' into c1p
2013-07-26 Oliver SchmidtMerge pull request #24 from greg-king5/oric
2013-07-26 Greg KingReplaced number literals in source code with meaningful... 24/head
2013-07-16 Greg KingMoved common symbol names out of sources, and into...
2013-06-04 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-06-03 Greg KingAdded library reference address to lightpen driver...
2013-06-01 Oliver SchmidtAdded library reference tgi_libref to TGI interface.
2013-06-01 Oliver SchmidtAdded library reference ser_libref to SER interface.
2013-05-31 Oliver SchmidtAdded library reference joy_libref to JOY interface.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
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-02-14 ol.scSave some bytes by sharing the code doing the actual...
2013-02-13 uzRemove needless instruction to make the code assemble.
2013-02-12 ol.scMoved IRQ hooking / unhooking from startup code to...
2013-01-07 uzBugfix by Stefan Haubenthal.
2013-01-07 uzPatch by Greg King: Added a TGI text translator and...
2013-01-07 uzPatch by Greg King: The Oric Atmos graphics driver...
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-05-28 uzTape load and save functions for the Oric Atmos. By...
2012-03-09 uzAdded a new serial driver for the atmos. By Stefan...
2012-03-04 uzThe IRQ handler needs to save the registers. By Stefan...
2012-03-04 uzPatch by Stefan Haubenthal: Remove __fastcall__ in...
2011-07-17 uzAdded a new flags byte to the TGI headers. Bumped the...
2011-07-03 uzFixes for program arguments and TAP header by Stefan...
2011-06-07 uzAdded (again) IRQ support for the Oric Atmos by Stefan...
2011-05-24 uzReverted the last change, because it doesn't compile.
2011-05-23 uzAdd support for interruptors (Stefan Haubenthal).
2011-05-02 ol.scRemoved tgi_load() and all corresponding infrastructure...
2011-05-01 uzImproved the stub for __osmaperrno somewhat (Stefan...
2011-05-01 ol.scRemoved recently added TGI mode tables for Atmos and...
2011-04-30 ol.scComputed pixel aspect ratio (PAR) by presuming a displa...
2011-04-25 ol.scAdded TGI mode tables for Atmos and Lynx
2011-04-25 uzReverted the change by Stefan Haubenthal - order of...
2011-04-25 ol.scTarget-specific black & white values for use by the...
2011-04-16 uzAdded stub for _osmaperrno. Improve uname info. By...
2011-04-16 uzFix tape header output. Add version info in the header...
2011-01-28 uzAllow to pass arguments to a program compiled for the...
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...
2010-02-28 uzReplaced '=' by ':=' where applicable and moved the...
2009-12-21 uzP.A.S.E. joystick driver for the Oric Atmos, contribute...
2009-12-18 uzAdded --forget-inc-paths to the assembler command line...
2009-10-29 uzChanges to the TGI driver API:
2009-07-31 uzForce an import of the special symbol __STARTUP__ in...
2009-01-24 uzFunction key support be Stephan Haubenthal.
2008-08-02 uzgit-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559...
2008-07-03 cuzMoved the data that keeps a copy of the used zero page...
2005-04-21 cuzgetenv is now in common
2005-02-26 cuzMove constructor code into the INIT segment
2004-11-07 cuzAdded the IRQ entry
2004-10-26 cuzAdd definitions for tools so the makefile is useful...
2004-06-03 cuzTGI driver by Stefan Haubenthal
2004-06-03 cuzFixed symbol usage
next