]> git.sur5r.net Git - cc65/shortlog
cc65
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
2017-06-17 Greg KingStopped cc65 from putting redundant .segment directives... 454/head
2017-06-17 mrdudzfixed some stuff, compiles again :)
2017-06-17 mrdudzfixed code a bit so it compiles again :)
2017-06-16 Oliver SchmidtMerge pull request #450 from greg-king5/gotoxy-label
2017-06-15 Greg KingAdded a missing label to some conio cursor movement... 450/head
2017-06-10 Oliver SchmidtMerge pull request #446 from clbr/lz4
2017-06-09 Lauri KasanenSmall lz4 optimizations 446/head
2017-06-09 Lauri KasanenAdd lz4 doc
2017-06-09 Lauri KasanenMention the optimizations in a comment
2017-06-09 Lauri KasanenUse hex immediates
2017-06-09 Lauri KasanenRemove _ from internal vars
2017-06-09 Lauri KasanenEdit comment style, add second const
2017-06-07 Oliver SchmidtMerge pull request #447 from greg-king5/regression...
2017-06-07 greg-king5Added a missing -O configuration. 447/head
2017-06-07 greg-king5Added a missing -O configuration.
2017-06-07 greg-king5Added missing -O configuration.
2017-06-06 Lauri KasanenExpand tabs to spaces in lz4.s
2017-06-06 Lauri KasanenAdd LZ4 decompression support
2017-06-05 Oliver SchmidtMerge pull request #436 from bbbradsmith/ca65_define_ma...
2017-06-03 Oliver SchmidtMerge pull request #442 from polluks/patch-6
2017-06-03 Oliver SchmidtMerge pull request #443 from polluks/patch-7
2017-06-03 Oliver SchmidtMerge pull request #444 from polluks/patch-8
2017-05-30 StefanDeprecated commands mentioned 444/head
next