]> git.sur5r.net Git - cc65/history - libsrc
Remove trailings spaces from CBM-related asm files
[cc65] / libsrc /
2019-03-22 Bas WassinkRemove trailings spaces from CBM-related asm files
2018-11-09 IrgendwerA8Saved 2 bytes and fixed error in case of negative result.
2018-11-06 Oliver SchmidtAdjusted comments to match actual prototypes.
2018-10-23 Greg KingFixed the Plus4's serial driver's ACIA address.
2018-10-19 jedeFix comments and TELEMON uppercase
2018-10-19 jedeClean wherey.s
2018-10-19 jedeRemove BASHEAD segment which is not useful
2018-09-28 Christian GroesslerAtari: implement clock_getres()
2018-09-27 Christian GroesslerAtari: add support for BW-DOS. Initially contributed...
2018-09-25 Christian GroesslerAtari: clock_gettime() and clock_settime() implementations
2018-09-20 Christian Groesslerlibsrc/atari/getdefdev.s: small comment change
2018-09-14 Christian Groesslerlibsrc/atari/getdefdev.s: small optimization and fix...
2018-09-14 greg-king5Merge pull request #740 from laubzega/master
2018-09-13 Christian GroesslerAtari: Make a good "default device" on AtariDOS (2...
2018-09-11 Christian Groesslerfix comment in last change
2018-09-11 Christian Groessleratarixl: check at startup whether RAM beneath the ROM...
2018-09-08 Oliver SchmidtProtect random counter against ProDOS.
2018-09-08 Oliver SchmidtJust removed some trailing spaces.
2018-09-08 Oliver SchmidtSupport randomize().
2018-09-06 Christian GroesslerAtari: RealDOS adaptations
2018-09-06 Christian GroesslerAtari: Add detection of RealDOS (http://www.realdos...
2018-09-05 Christian GroesslerAtari: fix interrupt handling if extended memory is...
2018-09-05 Christian GroesslerAtari, Atari5200: disable "attract mode" on mouse or...
2018-09-02 Oliver SchmidtJust a minor comment improvement.
2018-08-30 Greg KingFixed bugs; and, improved the efficiency of some pce...
2018-08-30 Greg KingFixed and improved some pce comments.
2018-08-30 Greg KingFixed some mistakes (mostly in the documentation).
2018-08-30 Greg KingStyle changes.
2018-08-30 Greg KingUsed I/O mirror locations that avoid (redirected) zero...
2018-08-29 Greg KingMoved the NES font into its own object module.
2018-08-29 greg-king5Merge pull request #706 from xlar54/master
2018-08-24 Christian GroesslerAtari5200 joystick driver: enable POT input.
2018-08-21 StefanUpdate crt0.s
2018-08-21 StefanCMOS optimisation 3rd
2018-08-20 StefanUpdate irq.s
2018-08-20 StefanCMOS optimisation
2018-08-20 Patrick Pelletierlseek: Return EINVAL if new position is less than 0...
2018-08-20 Patrick Pelletierlseek: Implement additional feedback from PR #723.
2018-08-20 Patrick Pelletierlseek: use STZ for APPLE2ENH
2018-08-20 Patrick PelletierFix ftell() on Apple II to return the correct value.
2018-08-19 Oliver SchmidtImplemented line wrap.
2018-08-19 Oliver SchmidtMade Apple II CONIO more flexible.
2018-08-19 Greg KingFixed the system banking in the cbm510 and the cbm610...
2018-08-19 Oliver SchmidtOptimize for size.
2018-08-17 Oliver SchmidtAdded dummy clock_settime() for the Atari.
2018-08-17 Oliver SchmidtExpress assumption about struct timespec.
2018-08-17 Oliver SchmidtAdded clock_settime() for some CBMs.
2018-08-17 Oliver SchmidtFixed 12 AM/PM handling.
2018-08-17 Patrick PelletierDon't pass mode argument to open() from _fopen().
2018-08-17 Patrick PelletierAllow "mode" argument to open() to be passed from 6502...
2018-08-15 Oliver SchmidtAdded clock_getres() / clock_settime() for the Apple II.
2018-08-15 Oliver SchmidtMinor style fix.
2018-08-15 Oliver SchmidtAdded clock_getres() for CBMs.
2018-08-15 Oliver SchmidtReplaced _systime with clock_gettime.
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...
next