]> git.sur5r.net Git - cc65/history - libsrc
Fixed _textcolor definition.
[cc65] / libsrc /
2018-08-15 Oliver SchmidtRemoved stray /t char.
2018-08-15 Oliver SchmidtFixed typo.
2018-08-14 Scott HutterMerge pull request #1 from greg-king5/c128-hi-tgi 706/head
2018-08-02 Oliver Schmidt"Inverted" time_t value handling.
2018-07-30 Greg KingMade the VIC-IIe TGI driver put its bitmap behind the...
2018-07-27 Greg KingFixed some code, to adapt to register-use changes cause...
2018-07-26 Oliver SchmidtSome minor cleanups.
2018-07-26 Oliver SchmidtFixed regression introduced by https://github.com/cc65...
2018-07-26 IrgendwerA8Quick fix for missing _div() adaptation after 95223be.
2018-07-23 Scott Huttertgi driver for c128 VIC-II
2018-07-04 Oliver SchmidtMerge pull request #695 from ops/cbmkernal_imports
2018-07-04 Olli SaviaAdded a blank line between .include statements and... 695/head
2018-07-03 Olli SaviaRemoved .import for std kernal entries. Added .include...
2018-07-03 Olli SaviaAdded .import for std kernal entries
2018-07-02 Oliver SchmidtMerge pull request #693 from ops/cbmkernal_stage3
2018-07-01 Olli SaviaMoved C128 specific definitions to cbm_kernal.inc 693/head
2018-07-01 Olli SaviaUse common include file cbm_kernal.inc
2018-07-01 Olli SaviaUpdated comment
2018-06-30 Oliver SchmidtMerge pull request #692 from ops/cbmkernal_stage2
2018-06-30 Olli SaviaTAB to space conversion 692/head
2018-06-29 Olli SaviaRemoved RAMTAS
2018-06-29 Olli SaviaCommon include file is now cbm_kernal.inc
2018-06-29 Olli SaviaMerge remote-tracking branch 'upstream/master' into...
2018-06-29 Oliver SchmidtMerge pull request #688 from ops/cbmkernalasm
2018-06-27 Olli SaviaUse common include file cbmkernal.inc
2018-06-25 AIDA ShinraMerge remote-tracking branch 'origin' into da65-synclines
2018-06-21 Oliver SchmidtMerge pull request #687 from polluks/patch-12
2018-06-21 StefanRemoved unused label 687/head
2018-06-21 greg-king5Made LINE plot single-point lines correctly.
2018-06-21 StefanSmaller driver code
2018-06-07 Oliver SchmidtMerge pull request #673 from bengdahl/master
2018-06-06 Oliver SchmidtMerge pull request #676 from Fabrizio-Caruso/master
2018-06-06 Fabrizio Carusospaces instead of tab 676/head
2018-06-06 Fabrizio CarusoFix joystick for the Supervision target
2018-06-01 Oliver SchmidtMerge pull request #670 from greg-king5/string-pointer...
2018-05-29 Greg KingFixed strpbrk(). 670/head
2018-05-29 Oliver SchmidtMerge pull request #668 from IrgendwerA8/mul_second_tho...
2018-05-28 IrgendwerA8Free 2 bytes again. 668/head
2018-05-28 IrgendwerA81 byte code size donation for Fabrizio ;)
2018-05-27 Oliver SchmidtMerge pull request #666 from IrgendwerA8/1_byte_donatio...
2018-05-26 IrgendwerA8Save the three bytes for the plus4 too. 666/head
2018-05-26 IrgendwerA8Saved 3 bytes for the C16 target.
2018-05-26 IrgendwerA8Saved even one more byte.
2018-05-26 IrgendwerA81 byte donation for Fabrizio ;)
2018-05-26 IrgendwerA81 byte code size donation for Fabrizio ;)
2018-05-26 Oliver SchmidtMerge pull request #663 from IrgendwerA8/more_popptr1_a...
2018-05-25 IrgendwerA8Reestablished entry state of signed operation and optim... 663/head
2018-05-25 IrgendwerA8Fixed first letter of comments (should be upper case).
2018-05-25 Oliver SchmidtUpdate symbols.txt
2018-05-25 Oliver SchmidtMerge pull request #662 from Compyx/master
2018-05-24 IrgendwerA8Changed the name of the file too.
2018-05-24 IrgendwerA8Changed naming absvaludiv -> absvaludiv16.
2018-05-24 IrgendwerA8Adapted div & mod for popptr1.
2018-05-23 compyxAdd CBM kernal call SECOND to CBM library (see issue...
2018-05-23 Oliver SchmidtMerge pull request #658 from polluks/patch-9
2018-05-23 Oliver SchmidtMerge pull request #659 from polluks/patch-10
2018-05-23 Oliver SchmidtMerge pull request #660 from polluks/patch-11
2018-05-23 Oliver SchmidtMerge pull request #656 from Compyx/master
2018-05-23 Oliver SchmidtMerge pull request #657 from IrgendwerA8/VariousSpeedSi...
2018-05-23 greg-king5Merge pull request #653 from IrgendwerA8/cbm_rw_popptr1
2018-05-22 StefanClean-up because of tgidrv_line.inc 658/head
2018-05-22 StefanIndicate a dummy outtext
2018-05-22 IrgendwerA8Removed optimizations which break the compiler ones. 657/head
2018-05-22 IrgendwerA8Fix for 8x16 multiplication if operants are swapped.
2018-05-22 IrgendwerA8Further optimizations in common/conio.
2018-05-22 compyxAdd CBM kernal call TKSA to CBM library
2018-05-22 IrgendwerA8Beautified comment. 653/head
2018-05-21 IrgendwerA8Fix typo for import.
2018-05-21 IrgendwerA8Apply faster popptr1 to functions and/or use register...
2018-05-21 IrgendwerA8Saved 6 bytes by using popptr1.
2018-05-21 Oliver SchmidtMerge pull request #652 from IrgendwerA8/popptr1
2018-05-21 IrgendwerA8Fixed comments. 652/head
2018-05-21 IrgendwerA8Converted unintentionally introduced tabs to spaces.
2018-05-21 IrgendwerMerge branch 'master' into popptr1
2018-05-21 IrgendwerA8Resolved conflict and removed adaptation for strpbrk...
2018-05-21 IrgendwerA8Fixed formatting and two import issues.
2018-05-20 IrgendwerA8Added "popptr1" which is of common use to save some...
2018-05-17 Oliver SchmidtThere's no 'closeallstreams' (anymore ?).
2018-05-15 Oliver SchmidtMerge pull request #646 from polluks/patch-8
2018-05-15 Oliver SchmidtMerge pull request #647 from polluks/patch-9
2018-05-14 StefanMake NMI ready 647/head
2018-05-10 greg-king5Merge pull request #642 from polluks/patch-6
2018-05-09 StefanUpdate c64-hi.s 642/head
2018-05-09 StefanUpdate c64-hi.s
2018-05-09 StefanNMI friendly c64-hi
2018-05-03 Oliver SchmidtMerge pull request #636 from blackystardust/master
2018-05-03 Marco van den HeuvelHarmonized the comments (as in added 1 space) ;) 636/head
2018-05-01 Marco van den HeuvelOptimized the code a bit, thanks to Greg for the sugges...
2018-04-30 Marco van den HeuvelAdded C64 Turbo Master accelerator code and documentation.
2018-04-30 Oliver SchmidtMerge pull request #634 from blackystardust/master
2018-04-29 Marco van den HeuvelRemoved obsolete bit opcode. 634/head
2018-04-28 Marco van den HeuvelFixed a wrong branch.
2018-04-28 Marco van den HeuvelAdded a comment to make the situation more clear.
2018-04-27 Marco van den HeuvelAdded C65/C64DX accelerator code and documentation.
2018-04-27 Oliver SchmidtMerge pull request #631 from blackystardust/master
2018-04-27 Marco van den HeuvelRemoved extern keyword from function prototypes. 631/head
2018-04-26 Marco van den HeuvelOptimized the code a bit as suggested by Greg.
2018-04-26 Greg KingImproved the accelerator code. Fixed an infinite loop.
2018-04-25 Marco van den HeuvelAdded C64 Chameleon accelerator code and documentation.
2018-04-25 Oliver SchmidtMerge pull request #629 from blackystardust/master
next