]> git.sur5r.net Git - cc65/shortlog
cc65
2017-10-16 jedeI/O identifiers added
2017-10-16 jedeAdding XSOUT : Send A register to RS232
2017-10-16 Greg KingAdded commit ca4ed290d5964dbe833224d967d3707e20972278...
2017-10-08 Oliver SchmidtMerge pull request #503 from jedeoric/master
2017-10-08 jedeCorrecting comments 503/head
2017-10-08 jedeAdding cgetc
2017-10-03 Oliver SchmidtMerge pull request #501 from clbr/master
2017-10-03 Christian GroesslerAtari: split "setcursor" function out of cgetc.s source...
2017-10-03 Lauri Kasanencl65: Add support for --all-cdecl 501/head
2017-10-02 jedeoptimize
2017-10-01 jedetelestrat : cgetc add for conio
2017-09-27 Oliver SchmidtMerge pull request #494 from jedeoric/master
2017-09-25 jederemove FILENAME_MAX 494/head
2017-09-25 jedeFixing buffer overflow with cwd command (FILENAME_MAX...
2017-09-24 jedecorrecting missing _
2017-09-24 jedeFixing bug for cwd
2017-09-24 jedeInitcwd is now working for telestrat
2017-09-24 jedeAdding XVARS primitive
2017-09-24 jedeCorrecting missing return line :/
2017-09-24 jedecorrecting some return lines
2017-09-24 jedeAdd some bytes in ZP block in order to able to link...
2017-09-24 jedeadding some vars
2017-09-14 greg-king5Merge pull request #487 from polluks/patch-1
2017-09-13 StefanFixed address 487/head
2017-09-12 Christian Groesslerconio.h: include 'creativision.h' when compiling for...
2017-09-10 Greg KingMade <conio.h> include <atari5200.h> when we compile...
2017-09-06 Oliver SchmidtMerge pull request #482 from greg-king5/pet-kbrepeat
2017-09-05 Greg KingRemoved an unwanted button mask table from a VIC-20...
2017-09-05 Greg KingMade the CBM Pet kbrepeat() work on both 40-column... 482/head
2017-09-04 Oliver SchmidtAdded JOY_FIRE.
2017-09-04 Oliver SchmidtMerge pull request #480 from phs/phs/docs-typo
2017-09-03 Phil SmithReserve space in examples with .res 480/head
2017-09-02 Phil SmithAt most 256 bytes will be reserved
2017-08-30 Oliver SchmidtRemoved dysfunctional kbrepeatdelay() and kbrepeatrate().
2017-08-23 Greg KingFixed missing name and semicolon in two device structs.
2017-08-20 Oliver SchmidtAdjusted to recent driver interface change.
2017-08-20 Oliver SchmidtMinor style adjustment.
2017-08-20 Oliver SchmidtAdjusted to recent driver interface change.
2017-08-20 Oliver SchmidtMerge pull request #452 from mrdudz/kbrepeat
2017-08-20 Oliver SchmidtAdjusted to recent driver interface change.
2017-08-19 mrdudzadd note on fastcall 452/head
2017-08-19 mrdudzuse fastcall
2017-08-19 Oliver SchmidtRemoved joy_masks array.
2017-08-06 Bob AndrewsMerge branch 'master' into kbrepeat
2017-08-06 mrdudzresolve conflict
2017-08-06 mrdudzadded documentation for the kbrepeat... functions
2017-08-06 mrdudzadded prototypes and proposed constants
2017-08-02 Oliver SchmidtMerge pull request #473 from groessler/something_to_pull
2017-08-02 Christian Groessleratari5200.inc: fix formatting 473/head
2017-07-31 Oliver SchmidtRemoved undesirable empty lines.
2017-07-31 Oliver SchmidtMerge pull request #472 from gungwald/master
2017-07-30 Bill ChatfieldMade corrections according to review comments 472/head
2017-07-30 Bill ChatfieldMade corrections according to review comments
2017-07-29 Bill ChatfieldAdded documentation for setting the file type for fopen.
2017-07-28 Bill ChatfieldDocumented _filetype and _auxtype
2017-07-28 Oliver SchmidtRemoved 'fire'.
2017-07-28 Oliver SchmidtMerge pull request #467 from pmjdebruijn/joy
2017-07-28 Oliver SchmidtMerge pull request #471 from gungwald/master
2017-07-28 Bill ChatfieldCorrected comment formatting 471/head
2017-07-28 Bill ChatfieldAdded Variables section comment per convention
2017-07-28 Bill ChatfieldMoved file type variables to apple2_filetype.h
2017-07-28 Bill ChatfieldCorrected copyright and moved file type globals
2017-07-28 Bill ChatfieldRolled back changes to exclude vim swap files
2017-07-27 Bill ChatfieldFinished adding all types and comments
2017-07-26 Bill ChatfieldAdded ProDOS file type definitions
2017-07-23 Pascal de Bruijnjoy: refactor generic joy_masks array indices and macros 467/head
2017-07-23 Oliver SchmidtMerge pull request #468 from pmjdebruijn/samples
2017-07-22 Oliver SchmidtMerge pull request #462 from pmjdebruijn/pragma-message
2017-07-22 Pascal de Bruijnmake: change uppercase prefix var 468/head
2017-07-22 Pascal de Bruijnsamples: install to subdirectory
2017-07-22 Pascal de Bruijnpragma: add minimalist message pragma documentation 462/head
2017-07-21 Oliver SchmidtMerge pull request #464 from pmjdebruijn/joy
2017-07-19 Pascal de Bruijnpce: add system specific joy_masks array indices and... 464/head
2017-07-19 Pascal de Bruijnnes: add system specific joy_masks array indices and...
2017-07-19 Pascal de Bruijnnes: remove semiredundant KEY_ defines
2017-07-19 Pascal de Bruijnpragma: add minimalist message pragma implementation
2017-07-18 Oliver SchmidtMerge pull request #453 from mrdudz/waitvsync 460/head
2017-07-17 mrdudzwait for line 0 instead of last line 453/head
2017-07-17 mrdudzadd headers/fix formatting
2017-07-17 mrdudzdo banking
2017-07-17 mrdudzoops
2017-07-17 mrdudzimplement waitvsync for plus4/c16
2017-07-17 mrdudzadded prototype to cbm.h
2017-07-17 mrdudzfix sgml
2017-07-17 mrdudzrename all waitvblank() to waitvsync()
2017-07-17 greg-king5Merged pull request #459 from "pmjdebruijn/pragma".
2017-07-17 Pascal de Bruijnpragma: bring pragma_t enum in line with Pragmas struct 459/head
2017-06-30 Oliver SchmidtMade DOS 3.3 IRQ statement more general.
2017-06-30 Oliver SchmidtMerge pull request #457 from pfusik/const-arrays
2017-06-30 Oliver SchmidtMerge pull request #456 from greg-king5/make-dep
2017-06-30 Piotr FusikFix coding style. 457/head
2017-06-29 Greg KingAdded the extra dependency file's directory as an order... 456/head
2017-06-28 Piotr FusikMake some arrays const.
2017-06-28 Greg KingAdded a makefile dependency for the libraries' "extra...
2017-06-26 Oliver SchmidtMerge pull request #455 from greg-king5/osic1p-code
2017-06-26 Greg KingAdded two functions that make it easier to write portab... 455/head
2017-06-21 mrdudzuse BIT so akku wont get trashed at least in 40 cols...
2017-06-21 mrdudzfixed zp locations provided by polluks :)
2017-06-21 mrdudzdont trash akku if possible, use VDC register when...
2017-06-17 Oliver SchmidtMerge pull request #454 from greg-king5/dup-segment
next