]> git.sur5r.net Git - cc65/shortlog
cc65
2013-06-17 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-06-17 Oliver SchmidtAvoid macro redefinition of CH_DEL for apple2enh.
2013-06-17 Oliver SchmidtHave __APPLE2ENH__ imply __APPLE2__ and __ATARIXL__...
2013-06-17 Christian Groesslermake one more debug message ".ifdef DEBUG"
2013-06-13 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-06-13 Oliver SchmidtAvoid GCC "unconst" warning.
2013-06-12 Christian GroesslerBetter cleanup on program exit on atarixl target
2013-06-12 Christian GroesslerMove scrdev into it's own file. On the atarixl target...
2013-06-12 Christian Groesslerbetter error message
2013-06-12 Christian Groesslersome debug messages ".ifdef DEBUG"
2013-06-12 Christian GroesslerAdd handling of write requests
2013-06-12 Christian Groesslerintermediate check-in -- added handling of read requests
2013-06-12 Christian Groessleradd LOWBUFS segment
2013-06-10 Christian Groesslerintermediate check-in
2013-06-10 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-06-10 Oliver SchmidtMerge pull request #14 from groessler/something_to_pull
2013-06-10 Christian Groesslerremove TABs 14/head
2013-06-10 Christian GroesslerUse symbolic names for all CIO commands.
2013-06-07 Christian GroesslerUse symbolic names for all CIO commands.
2013-06-07 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-06-07 Oliver SchmidtAdded support for 'prefix'.
2013-06-05 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-06-04 Oliver SchmidtUse unique variables for cc65 toolchain.
2013-06-04 Christian GroesslerMerge remote-tracking branch 'upstream/master'
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 mouse_libref to MOU interface.
2013-05-31 Oliver SchmidtAdded library reference joy_libref to JOY interface.
2013-05-31 Oliver SchmidtAdded library reference em_libref to EMD interface.
2013-05-31 Oliver SchmidtExplicitly set search paths for libraries build.
2013-05-31 Christian Groesslersmall cleanup
2013-05-31 Christian GroesslerTake SHADOW_RAM size into account.
2013-05-30 Christian GroesslerWhen turning the ROM off and on, also change the charge...
2013-05-30 Christian Groesslersome more changes -- atarixl target basically works now
2013-05-30 Christian GroesslerHandlers which manage the banking in and out of the...
2013-05-30 Christian Groessleradd more saved content
2013-05-30 Christian Groesslermove ZPSAVE content into its own file (used by 2nd...
2013-05-30 Christian Groessleradapt to atarixl target
2013-05-30 Christian Groesslerrename CIOV and SIOV to CIOV_org and SIOV_org for atari...
2013-05-30 Christian Groesslermove ZPSAVE into area already saved by 2nd load chunk
2013-05-30 Christian GroesslerCode & data for "shadow RAM preparation" load chunk...
2013-05-30 Christian GroesslerCode & data for "system check" load chunk in the atarix...
2013-05-30 Christian Groessler"save area" is used to save modified system variables...
2013-05-30 Christian GroesslerSome small first changes for the 'atarixl' target.
2013-05-30 Christian GroesslerAdd two load chunks:
2013-05-28 Oliver SchmidtUse cbm_load() to load overlays on CBMs.
2013-05-28 Oliver SchmidtFixed discrepancy between definition and declaration.
2013-05-28 Oliver SchmidtBrought back mouse driver source code.
2013-05-28 Oliver SchmidtIntroduced target 'atarixl'.
2013-05-28 Oliver SchmidtRenamed Atari drivers.
2013-05-24 Oliver SchmidtAdjusted usage.
2013-05-24 Oliver SchmidtAdded support for cc65 program arguments.
2013-05-24 Oliver SchmidtNo delimiter comment between includes and first segment.
2013-05-24 Oliver SchmidtThe paravirtualization hooks are called for JMP too...
2013-05-21 Oliver SchmidtFixed Carry handling in SBC opcode.
2013-05-21 Oliver SchmidtMade lib build less verbose if run as Travis CI build.
2013-05-21 Oliver SchmidtAdjusted sim65 MS VC build settings to the ones of...
2013-05-20 Oliver SchmidtAdded 'sim6502' and 'sim65C02' targets.
2013-05-20 Oliver SchmidtTurned sim65 into a lightweight cc65 execution environment.
2013-05-17 Oliver SchmidtHave 'avail' not be dependent on 'all'.
2013-05-15 Oliver SchmidtRenamed [un]install goals to [un]avail.
2013-05-12 Oliver SchmidtBumped version to 2.14.0. V2.14
2013-05-12 Oliver SchmidtMade dependency handling for C sources actually work.
2013-05-10 Oliver SchmidtMerge pull request #10 from greg-king5/target-util
2013-05-09 Greg KingMade geos-apple's file-converter depend on apple2enh... 10/head
2013-05-09 Oliver SchmidtForce warning-free build (and added missing clean target).
2013-05-09 Oliver SchmidtAllow for warning-free build of libraries.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2013-05-09 Oliver SchmidtAdjusted C declarations to the changed static driver...
2013-05-09 Oliver SchmidtInclude targetutil intermediates in dependency handling.
2013-05-09 Oliver SchmidtRemoved unintentionally committed intermediate file.
2013-05-08 Oliver SchmidtSearch for "local" binaries only once.
2013-05-08 Oliver SchmidtHack: Changed TARGET order to have apple2enh.lib availa...
2013-05-08 Oliver SchmidtAdded support for building targetutils.
2013-05-08 Oliver SchmidtAdded support for building 'extra' object files.
2013-05-08 Oliver SchmidtNo packages here.
2013-05-08 Oliver SchmidtMerge pull request #8 from greg-king5/generic
2013-05-08 Greg KingAdded two useful opcode mnemonic aliases. 8/head
2013-05-07 Oliver SchmidtRemoved reference to CC65_HOME.
2013-05-07 Oliver SchmidtAllow to build just the binaries or just the libraries...
2013-05-07 Oliver SchmidtMerge pull request #7 from greg-king5/config-buf
2013-05-07 Oliver SchmidtMerge pull request #6 from greg-king5/forget-path
2013-05-07 Greg KingRemoved useless command-line option. 6/head
2013-05-07 Greg KingRemoved unneeded variable and function. 7/head
2013-05-06 Oliver SchmidtHave cl65 run the binaries from its own directory.
2013-05-06 Oliver SchmidtAdded reference to unused variable to avoid GCC 4.6...
2013-05-06 Oliver SchmidtAdded search path relative to running binary on Windows.
2013-05-06 Oliver SchmidtMerge pull request #4 from greg-king5/filepath
2013-05-06 Greg KingChanged the order of directories that are searched... 4/head
2013-05-05 Oliver SchmidtAdded support for building the MS VS solution from...
2013-05-05 Oliver SchmidtReduced verbosity.
2013-05-05 Oliver SchmidtAdded compatibility with cmd.exe (and reduced verbosity).
2013-05-04 Oliver SchmidtAvoid usage of cl65 for library build as it requires...
2013-05-04 Oliver SchmidtAdded top level Makefile.
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-05-04 Oliver SchmidtIgnore only top level directories.
2013-05-04 Oliver SchmidtRemoved obsolete Makefiles.
2013-05-04 Oliver SchmidtMake use of single character variable syntax for the...
2013-05-04 Greg KingChanged the order of directories that are searched...
next