]> git.sur5r.net Git - cc65/shortlog
cc65
2010-03-06 uzThe C16 is not really a separate machine, but identical... V2.13.2
2010-02-28 uzReplaced '=' by ':=' where applicable and moved the...
2010-02-28 uzFixes for the pet-ptvjoy driver and a new standard...
2010-02-28 uzMoved the pet.inc file into the asminc subdirectory...
2010-02-28 uzRemoved pet.inc, since the real file is still in the...
2010-02-28 uzAdded definitions for the 6522 VIA.
2010-02-27 uzPatch by Marco van den Heuvel that adds detection of...
2010-02-25 uzAdded a new document that describes how to use the...
2010-02-20 uzMade Olivers devnum patch (r4588) work with the PET...
2010-02-20 ol.scAdded comment based on mailing list posting by Greg...
2010-02-18 uzFixed a problem with a disabled cursor: Switching off...
2010-02-15 uzFixed a video problem: When switching the display,...
2010-02-15 uzPatches by Greg King to avoid crosstalk between mouse...
2010-02-14 ol.scInitialize _curunit from the zeropage value DEVNUM...
2010-02-12 uzNew EMD driver for the Double Quick Brown Box cartridge...
2010-02-12 uzMake PIA upper case for orthogonality.
2010-02-12 uzMore driver cleanup.
2010-02-11 uzUse the .max function to calculate the backup space.
2010-02-11 uzAdded builtin .min() and .max() pseudo functions to...
2010-02-04 uzComment update.
2010-02-04 uzFixes for the ptvjoy drivers by Marco van den Heuvel.
2010-02-04 uzAdded DTV detection code by Marco van den Heuvel.
2010-02-04 uzSome more improvements (untested).
2010-02-04 uzAdded doc for the isepic extended memory driver.
2010-02-04 uzNew extended memory driver for the C256K memory extensi...
2010-02-04 uzDoc update for the georam emd driver.
2010-02-04 uzMoved the extended RAM driver to c128-ram2.emd and...
2010-02-02 uzNew EMD driver for the ISEPIC cartridge written and...
2010-02-02 uzFixes for joysticks 3+4 in the ptv joystick driver...
2010-02-02 uzAdd MMU config registers 2+3 (Marco van den Heuvel).
2010-02-01 uzAdded new return code for get_ostype().
2010-02-01 uzMarco van den Heuvel contributed code to detect a C64...
2010-02-01 uzAdded code to the driver to use also banks 2 and 3...
2010-02-01 uzAdded size checking code contributed by Marco van den...
2010-02-01 uzNo need to save the Y register in INSTALL.
2010-02-01 uzAdded size checking code contributed by Marco van den...
2010-02-01 uzAdded size checking routine contributed by Marco van...
2010-01-31 uzFixed open mode for second try in DoIncBin (Greg King).
2010-01-31 uzFixed a copy&paste error.
2010-01-26 ol.scAdded explicit tgi_clear() after tgi_init() now that...
2010-01-26 ol.scFixed formatting (broken due to wrong tab settings).
2010-01-26 uzRemoved the call to tgi_clear from tgi_init, so the...
2010-01-25 uzAdded a separate include search path for binary include...
2010-01-24 ol.scMinor reformatting.
2010-01-24 ol.scAdded short documentation of the recently added ioctl...
2010-01-24 ol.scFixed minor C&P error.
2010-01-24 ol.scFactored out generic LINE implementation based on SETPI...
2010-01-23 ol.scQuite some minor changes to have the two C128 TGI drive...
2010-01-20 uzFixed a problem in the optimizer function that rewrites...
2010-01-17 ol.scDefine HEADER memory area for the EXEHDR segment for...
2010-01-13 uzFixed the description of the return codes of the is...
2010-01-08 ol.scAdded support for several machines.
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.
2010-01-05 uzAdded Johan Kotlinski.
2010-01-05 uzConverted the CREDITS file to utf-8.
2010-01-03 uzFixed a typo.
2009-12-30 uzIgnore unknown preprocessor directives in an #if group... V2.13.1
2009-12-21 uzP.A.S.E. joystick driver for the Oric Atmos, contribute...
2009-12-21 uzP.A.S.E. joystick driver for the Oric Atmos, contribute...
2009-12-19 ol.scMinor comment adjustment.
2009-12-18 uzAdded --forget-inc-paths to the assembler command line...
2009-12-13 ol.scAdded macro for ssc slot selection.
2009-12-13 ol.scAdded macro for ssc slot selection.
2009-12-13 ol.scAdded macro for ssc slot selection.
2009-12-13 ol.scAdded support for the Apple2 machines.
2009-12-13 ol.scAdded missing declaration ?!?
2009-12-12 ol.scgit-svn-id: svn://svn.cc65.org/cc65/trunk@4523 b7a2c559...
2009-12-12 ol.scAdded ioctl for mixing graphics with 4 lines of text.
2009-12-12 ol.scAdded ioctl for mixing graphics with 4 lines of text.
2009-12-12 ol.scFixed typos.
2009-12-11 uzMAde the second parameter of tgi_ioctl a void* instead...
2009-12-10 uzAdded a missing "the".
2009-12-10 uzAdded some definitions for version 1.3 of the o65 format.
2009-12-10 uzCleaned BUGS list (which is rather old anyway).
2009-12-10 uzAdded some more detail to the "Binary format" section...
2009-12-10 uzReplaced $30 by literal '0' for better readability.
2009-12-10 uzRemoved the call to CLRCH in the startup code.
2009-12-09 ol.scReplaced left-over tab with space.
2009-12-09 ol.scFixed typo.
2009-12-09 uz* Moved the BASIC stub that calls the compiled program...
2009-12-08 uzAn assignment for the ZPSAVE segment was missing in...
2009-12-08 uzNew option and #pragma --local-strings that causes...
2009-12-07 cpgmore space improvements by Daniel Serpell
2009-12-06 uzRelax header checking somewhat, so second source fonts...
2009-12-05 uzRewrote literal handling. Literals are now saved togeth...
2009-12-05 uzFixed problem with last change. Wide string constants...
2009-12-04 uzCreate one literal pool per function, so that literal...
2009-12-04 uzMove global segment creation to a better place in source.
2009-12-02 uzMakefile patch contributed by Greg King:
2009-12-02 uzPatch contributed by Greg King:
2009-11-26 cpgdon't hardcode 'D' as device name, use __defdev
2009-11-26 cpgupdated with defdev.c and scrcode.s
2009-11-26 cpginitial check-in
2009-11-25 cpgremove check for ATEOL
2009-11-25 cpgsave 2 bytes -- patch by Uz
2009-11-25 cpginclude unistd.h -- fix by Daniel Serpell
2009-11-25 cpgput _revflag into .bss
2009-11-25 cpgfix comments
next