]> git.sur5r.net Git - cc65/history - libsrc
Fixed URL for SRecord.
[cc65] / libsrc /
2015-02-05 Stephan MühlstrasserJump to boot prompt after main program exits.
2015-02-05 Stephan MühlstrasserVideo RAM mapping table was off by two bytes.
2015-02-03 Stephan MühlstrasserRename c1p target to osic1p
2015-01-11 Stephan MühlstrasserMinor cleanup of unnecessary newlines.
2015-01-05 Stephan MühlstrasserAdapted to cc65 assembler coding conventions
2014-12-02 Stephan MühlstrasserMerge branch 'master' of https://github.com/cc65/cc65...
2014-12-02 Stephan MühlstrasserRemoved unused constants
2014-11-30 Stephan MühlstrasserDummy implementation for osmapperrno
2014-11-30 Stephan MühlstrasserAdded scrsize() function.
2014-11-30 Stephan MühlstrasserUndo accidental rename of wrong scrsize.s file.
2014-11-30 Stephan MühlstrasserAdded scrsize() function.
2014-11-30 Stephan MühlstrasserAdded cclear() and cclearxy() implementations.
2014-11-29 Stephan MühlstrasserAdded chline and cvline implementation from CBM impleme...
2014-11-29 Stephan MühlstrasserSet cursor in top left corner in clrscr()
2014-11-29 Stephan MühlstrasserImplemented cursor functionality.
2014-11-29 Stephan MühlstrasserAdded gotox() and gotoy() implementations.
2014-11-27 Oliver SchmidtMerge pull request #141 from mrdudz/testsuite
2014-11-27 Oliver SchmidtMerge pull request #140 from peterferrie/master
2014-11-24 peterferrieassert parm count 140/head
2014-11-23 Stephan MühlstrasserCopied wherex, wherey and ctype implementations from CBM
2014-11-23 Stephan MühlstrasserEnhancements for cursor calculation
2014-11-22 Stephan MühlstrasserRemove unnecessary commented code.
2014-11-22 Stephan MühlstrasserSwitch to assembler for cputc implementation.
2014-11-22 peterferrieimplement ProDOS seek
2014-11-18 Stephan MühlstrasserStarted cputc and related functions implementation.
2014-11-16 Stephan MühlstrasserAdapt to assembler coding conventions.
2014-11-16 Stephan MühlstrasserDirect use of monitor function instead of subroutine...
2014-11-08 Stephan MühlstrasserBegin to implement C1P conio features.
2014-11-08 Stephan MühlstrasserImplemented clrscr routine for C1P
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 Oliver SchmidtMerge pull request #131 from greg-king5/refine-crt
2014-08-24 Greg KingRefined the comments in the target start-up files. 131/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-17 Oliver SchmidtMerge pull request #129 from greg-king5/cbmdir
2014-07-17 Greg KingImproved some multiplication code. 129/head
2014-07-17 Greg KingFixed a buffer overrun bug.
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-06-03 Oliver SchmidtNormalized style.
2014-05-30 Oliver SchmidtMerge pull request #122 from groessler/a5200
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 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 Oliver SchmidtMerge pull request #121 from groessler/something_to_pull
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-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-20 Greg KingAdded a quoted-token parsing function.
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 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 SchmidtRenamed JUMPTABLE and cleaned up module.cfg.
2014-04-28 Oliver SchmidtMerge pull request #109 from groessler/something_to_pull2
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 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 Oliver SchmidtMerge pull request #111 from groessler/something_to_pull
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-15 Christian Groessleraddress issue raised in the pull request; add support...
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
next