]> git.sur5r.net Git - cc65/history - src/sim65
Creativison changes.
[cc65] / src / sim65 /
2017-02-01 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2016-08-16 Oliver SchmidtMerge pull request #335 from IrgendwerA8/SMC_macro_fixes
2016-08-14 Oliver SchmidtMerge pull request #334 from cacciatc/standard-versioning
2016-08-12 Chris CacciatoreAll programs print version and exit successfully. 334/head
2016-07-06 Oliver SchmidtMerge pull request #320 from groessler/something_to_pull
2016-07-05 Christian Groesslerfix indentation 320/head
2016-07-05 Christian Groesslersim65: add command line parameter to print number of...
2016-04-14 Oliver SchmidtMerge pull request #283 from polluks/sp65
2016-04-10 Oliver SchmidtMerge pull request #281 from polluks/sp65
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
2016-02-27 Bob AndrewsMerge pull request #238 from mrdudz/gamate
2016-02-27 Bob AndrewsMerge pull request #241 from blackystardust/c128-functi...
2016-02-26 silverdrMerge pull request #1 from cc65/master
2016-01-05 Oliver SchmidtMerge pull request #256 from polluks/master
2016-01-05 polluksChanged stdout to stderr to separate sim65's output... 256/head
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2015-01-10 Oliver SchmidtMerge pull request #143 from greg-king5/basic-stub
2014-12-03 Oliver SchmidtMerge pull request #142 from greg-king5/disassemble...
2014-12-02 Stephan MühlstrasserMerge branch 'master' of https://github.com/cc65/cc65...
2014-11-20 Oliver SchmidtMerge pull request #139 from mrdudz/addundocs
2014-11-20 mrdudzchanged return code to -99 139/head
2014-11-19 mrdudzMerge remote-tracking branch 'upstream/master'
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-10-01 mrdudzscheisse
2014-09-25 mrdudzMerge remote-tracking branch 'upstream/master'
2014-09-25 mrdudzadded commandline option to quit after X cycles
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-03-19 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-05 Oliver SchmidtRemoved by now obsolete pragmas.
2014-03-04 Oliver SchmidtNormalized code.
2014-03-03 Oliver SchmidtImprove MinGW support.
2013-05-24 Oliver SchmidtAdjusted usage.
2013-05-24 Oliver SchmidtAdded support for cc65 program arguments.
2013-05-21 Oliver SchmidtFixed Carry handling in SBC opcode.
2013-05-20 Oliver SchmidtTurned sim65 into a lightweight cc65 execution environment.
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 SchmidtRemoved obsolete Makefiles.
2013-04-27 Oliver SchmidtReplaced whole bunch for Makefiles with a single generi...
2012-04-11 uzMore cleanup.
2012-04-09 uzMore preparations for loadable CPUs. Will still not...
2012-04-06 uzMoving around stuff. Preparation for loadable CPUs.
2012-04-05 uzOne more intermediate state - not compilable.
2012-04-05 uzIntermediate state - doesn't run as is.
2012-04-03 uzReenable Break(), use a string buffer for safe formatting.
2012-04-03 uzAdded support for several colors.
2012-04-03 uzUse FileStat instead of stat.
2010-11-07 uzPatch to correct the linkorder in the make files to...
2010-05-09 uzRestructured search path handling.
2009-11-12 uzPrepare for reading keypresses from the X server.
2009-10-08 uzAdded a simulated console (memory mapped screen device...
2009-10-08 uzFixed a bug: Attribute numbers were not correctly read.
2009-10-04 uzMust link libdl to use dynamic libraries.
2009-10-04 uzAdded decimal mode (untested): http://www.6502.org...
2009-09-29 uzReplace tabs by spaces in file lists.
2009-09-29 uzUse "override" when appending to CFLAGS, so this works...
2009-09-28 uzMove the version numbers from the interface of the...
2009-09-24 uzChange the makefiles so that CFLAGS that are special...
2009-02-08 uzMakefile cleanup. Among other things, allow use of...
2008-08-02 uzgit-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559...
2005-12-11 cuzFixed portability problems with va_copy. In three place...
2005-03-24 cuzOutput the help text to stdout
2003-08-20 cuzUse $(RM) instead of rm -f
2003-08-14 cuzAdded gcc attributes
2003-05-04 cuzWorking
2003-05-04 cuzNew callback module
2003-05-04 cuzWorking
2003-05-01 cuzWorking
2003-05-01 cuzWorking
2003-04-28 cuzWorking
2003-04-28 cuzWorking
2003-04-28 cuzMoved the chiplib module into chip.c
2003-04-27 cuzWorking
2003-04-27 cuzWorking
2003-02-02 cuzFixed a bug in JMP (IND)
2002-11-20 cuzCommiting some old changes
2002-04-20 cuzUse cc65 character classification routines
2002-04-14 cuzWorking
2002-04-09 cuzFixed a message output
2002-04-09 cuzFixed an error
2002-04-08 cuzWorking
2002-04-08 cuzWorking
2002-04-07 cuzNew plugin stdio
2002-04-07 cuzWorking on the plugins
2002-04-07 cuzWorking on the plugins
2002-04-07 cuzFirst test plugin
2002-04-06 cuzWorking on the plugin interface
2002-04-01 cuzWorking
2002-04-01 cuzWorking
2002-03-31 cuzWorking
2002-03-30 cuzWorking
2002-03-30 cuzFirst import