]> git.sur5r.net Git - cc65/shortlog
cc65
2014-05-30 Oliver SchmidtMerge pull request #122 from groessler/a5200
2014-05-30 Christian Groesslerrename _antic.inc, _pokey.inc, _gtia.inc to atari_antic... 122/head
2014-05-30 Christian Groesslermove atari5200 behind atari and atarixl in TARGETS...
2014-05-30 Christian Groesslerremove atari5200.mac
2014-05-30 Oliver SchmidtMerge pull request #123 from greg-king5/cbm-errors
2014-05-29 Christian Groesslerprovide CLK_TCK and CLOCKS_PER_SEC values for atari5200
2014-05-29 Greg KingUsed longer error text. 123/head
2014-05-28 Christian Groesslerfix build error
2014-05-28 Christian Groessleradd atari5200.h
2014-05-28 Christian Groesslerremove unneeded ATASCII defs; add header
2014-05-28 Christian Groesslerfix warning when generating info file
2014-05-28 Christian Groessleruse atari target scrcode macro for atari5200 target...
2014-05-28 Christian Groesslerdon't use scrcode for numbers
2014-05-28 Christian Groesslerremove TABs
2014-05-28 Christian Groesslercleanups and add comments
2014-05-27 Christian Groesslercheck trigger button (TRIGx); correctly report joystick...
2014-05-27 Christian Groesslersmall doc update
2014-05-27 Oliver SchmidtMerge pull request #121 from groessler/something_to_pull
2014-05-27 Christian Groesslermore doc updates for atari5200
2014-05-27 Christian GroesslerDon't reserve space for display list in __RESERVED_MEMO...
2014-05-26 Christian Groesslersmall optimization 121/head
2014-05-26 Christian Groesslernot a dummy implementation anymore...
2014-05-26 Oliver SchmidtMerge pull request #120 from greg-king5/cbm-errors
2014-05-26 Greg KingUpdated the CBM error tables. 120/head
2014-05-26 Oliver SchmidtMerge pull request #119 from greg-king5/strncpy-doc
2014-05-26 Greg KingUpdated the function reference document. 119/head
2014-05-25 Oliver SchmidtMerge pull request #118 from greg-king5/quoted-token
2014-05-23 Greg KingMore conforming to the cc65 project's apparent writing... 118/head
2014-05-23 Greg KingConformed to the cc65 project's coding style.
2014-05-22 Greg KingSlightly refined the strqtok() documentation.
2014-05-22 Greg KingAdded an attribution.
2014-05-22 Greg KingDocumented strqtok().
2014-05-22 Oliver SchmidtMerge pull request #117 from groessler/something_to_pull
2014-05-21 Christian GroesslerSet the "simple" bit in the .o65 mode word only if... 117/head
2014-05-20 Greg KingAdded a quoted-token parsing function.
2014-05-16 Christian Groesslermore documentation updates for Atari 5200
2014-05-16 Christian Groesslerdocumentation updates for Atari 5200
2014-05-16 Christian Groesslerchanged version, startup screen now not fine anymore
2014-05-16 Christian Groesslersome CONIO fixes
2014-05-13 Oliver SchmidtMerge pull request #116 from greg-king5/symbol-table
2014-05-12 Oliver SchmidtMerge pull request #115 from greg-king5/cc65-mul
2014-05-12 Greg KingFixed a ca65 internal error that would show a message... 116/head
2014-05-12 Christian Groesslerclrscr for Atari 5200 default conio screen
2014-05-12 Christian Groessleradd joystick driver -- trigger buttons are not queried yet
2014-05-12 Christian Groessleradd dummy irq.s
2014-05-11 Greg KingFixed the comments to say where the actual Left-Hand... 115/head
2014-05-11 Greg KingAdded a fast subroutine to multiply two signed 8-bit...
2014-05-09 Oliver SchmidtMerge pull request #114 from greg-king5/phantom
2014-05-05 Greg KingAdded comments that explain why some instructions are... 114/head
2014-05-05 Greg KingBack-migrated some phantom-key rejection optimizations.
2014-05-05 Greg KingMigrated the phantom-key exorcism code to the other...
2014-05-05 Greg KingAdded the long-missing driver-flags byte to the potenti...
2014-05-01 Oliver SchmidtReintroduced optional INIT segment for (weird) NES...
2014-05-01 Oliver SchmidtRenamed JUMPTABLE and cleaned up module.cfg.
2014-04-28 Oliver SchmidtMerge pull request #109 from groessler/something_to_pull2
2014-04-28 Oliver SchmidtAdded sample descriptions.
2014-04-28 Oliver SchmidtMade LOWCODE and INIT optional (like the other targets).
2014-04-27 Oliver SchmidtMerge pull request #112 from greg-king5/warnings
2014-04-26 Christian GroesslerCorrectly map out ROM when needed in the "phantom keys... 109/head
2014-04-25 Oliver SchmidtMerge pull request #113 from groessler/something_to_pull
2014-04-25 Christian Groesslerremove build warning 113/head
2014-04-25 Greg KingAvoided makeinfo warnings when Travis CI runs LinuxDoc... 112/head
2014-04-25 Greg KingAvoided some makeinfo warnings when Cygwin runs LinuxDo...
2014-04-25 Christian Groessleratari5200 update: simple conio "hello world" works now
2014-04-25 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-04-24 Christian GroesslerWorkaround for "phantom" key presses in the C128 "1351...
2014-04-24 Greg KingAvoided makeinfo warnings when Travis CI runs LinuxDoc...
2014-04-24 Oliver SchmidtMerge pull request #111 from groessler/something_to_pull
2014-04-24 Christian GroesslerDocument mouse callbacks and some other small changes. 111/head
2014-04-24 Christian GroesslerPut mouse cursor shape definition into .rodata.
2014-04-23 Christian GroesslerMake the hooking and unhooking of the interrupt interru...
2014-04-23 Oliver SchmidtMerge pull request #110 from greg-king5/typo
2014-04-22 Oliver SchmidtMerge pull request #106 from groessler/something_to_pull
2014-04-22 Christian GroesslerWorkaround for "phantom" key presses in the C128 "joyst...
2014-04-22 Oliver SchmidtMerge pull request #108 from groessler/something_to_pull2
2014-04-22 Christian Groesslerrename ser_libref.s to serref.s in order to be consiste... 108/head
2014-04-22 Christian GroesslerSplit libref.s into multiple files to prevent inclusion...
2014-04-21 Christian GroesslerSelection whether to use page 6 for mouse P/M data... 106/head
2014-04-20 Greg KingFixed typos. And, fixed descriptions of where ld65... 110/head
2014-04-15 Christian Groessleraddress issue raised in the pull request; add support...
2014-04-14 Oliver SchmidtMerge pull request #107 from greg-king5/url
2014-04-14 Greg KingFixed the SGML <htmlurl> and <url> tags. 107/head
2014-04-11 Christian Groessler- always use page 6 for P/M mouse cursor
2014-04-11 Christian Groesslerinitial version of a P/M mouse callback
2014-04-09 Oliver SchmidtMerge pull request #105 from greg-king5/author
2014-04-08 Greg KingStreamlined the document author credits. 105/head
2014-04-04 Oliver SchmidtMerge pull request #103 from greg-king5/typo
2014-04-04 Oliver SchmidtMerge pull request #102 from greg-king5/main-args
2014-04-03 Greg KingFixed typo (Ilegal). 103/head
2014-04-03 Greg KingAdded command-line argument parsing to the CBM510 and... 102/head
2014-03-30 Oliver SchmidtHarmonized usage of "KB" and "cc65".
2014-03-29 Oliver SchmidtAdded doc install target.
2014-03-29 Oliver SchmidtMerge pull request #100 from greg-king5/default-drivers
2014-03-29 Oliver SchmidtMerge pull request #101 from groessler/something_to_pull
2014-03-28 Christian GroesslerFix error which slipped in in '-L' command line paramet... 101/head
2014-03-28 Greg KingAdded document lines that name the default device drivers. 100/head
2014-03-28 Oliver SchmidtMerge pull request #99 from groessler/something_to_pull
2014-03-27 Christian GroesslerMake ld65 -L command line option position independent... 99/head
2014-03-27 Oliver SchmidtAdded explicit wiki link.
2014-03-27 Oliver SchmidtFixed typo.
next