]> git.sur5r.net Git - cc65/history - libsrc
Implemented a one-character buffer for kbhit() and cgetc().
[cc65] / libsrc /
2015-02-21 Stephan MühlstrasserImplemented a one-character buffer for kbhit() and...
2015-02-19 Stephan Mühlstrasserkbhit() function and scrolling.
2015-02-18 Oliver SchmidtMerge pull request #146 from smuehlst/c1p
2015-02-18 Stephan MühlstrasserIncorporated another round of feedback for pull request. 146/head
2015-02-16 Oliver SchmidtMoved interrupt enabling to the interrupt constructor.
2015-02-13 Stephan MühlstrasserFix high byte of return value, optimized.
2015-02-12 Stephan MühlstrasserAdd dummy kbhit(), remove redundant documentation for...
2015-02-12 Stephan MühlstrasserInclude "extzp.inc" instead of using direct imports...
2015-02-12 Stephan MühlstrasserDon't use .byte in BSS segments, as value is lost anyway.
2015-02-12 Stephan MühlstrasserReplace zeropage variable with standard tmp variable.
2015-02-12 Stephan MühlstrasserRemove unneeded commented code.
2015-02-12 Stephan MühlstrasserUse constants for screen width and height.
2015-02-11 Stephan MühlstrasserIncorporated feedback for initial pull request.
2015-02-08 Stephan MühlstrasserFix formatting, replace tabs with spaces.
2015-02-08 Stephan MühlstrasserAdd missing newline
2015-02-08 Stephan MühlstrasserMerge branch 'master' of https://github.com/cc65/cc65...
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-10 Oliver SchmidtMerge pull request #143 from greg-king5/basic-stub
2015-01-10 Greg KingAdded more info to a comment. 143/head
2015-01-08 Greg KingAdded comments that say why the ZPSAVE1 and ZPSAVE2...
2015-01-08 Greg KingFixed a bug that had padded Atmos binaries with 25...
2015-01-07 Greg KingAdded a comment.
2015-01-05 Stephan MühlstrasserAdapted to cc65 assembler coding conventions
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-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-09 Greg King* Changed the way that Atmos programs are started.
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...
next