]> git.sur5r.net Git - cc65/history - libsrc
Fix broken rand() implementation. The high 8 bits were unused, reducing it to a 24...
[cc65] / libsrc /
2016-07-12 Brad SmithFix broken rand() implementation. The high 8 bits were... 323/head
2016-07-10 Oliver SchmidtMerge pull request #322 from greg-king5/inflatemem
2016-07-10 Greg KingMade the zlib's inflatemem()'s source file use enhanced... 322/head
2016-06-19 Oliver SchmidtAdded CONIO cursor support.
2016-06-18 Oliver SchmidtMerge pull request #313 from greg-king5/plus4-joy
2016-06-18 Greg KingFixed the Plus/4 joystick driver. 313/head
2016-06-16 Oliver SchmidtMerge pull request #312 from groessler/atari-exec-devel
2016-06-15 Christian GroesslerA small rearrangement of instructions in Atari's exec... 312/head
2016-06-15 Christian GroesslerFix exec() for atarixl target.
2016-06-15 Oliver SchmidtMerge pull request #311 from groessler/something_to_pull
2016-06-15 Oliver SchmidtMerge pull request #310 from groessler/atari-exec-devel
2016-06-14 Christian GroesslerSome improvements to Atari exec() after review. 310/head
2016-06-13 Christian GroesslerFix doesclrscrafterexit() function on atarixl target. 311/head
2016-06-13 Christian GroesslerImplement exec() for Atari XDOS.
2016-06-07 Oliver SchmidtMerge pull request #307 from groessler/something_to_pull2
2016-06-07 Christian GroesslerUse 'return0' for default 'doesclrscrafterexit()' imple... 307/head
2016-06-07 Christian GroesslerAdd issues from pull request #307.
2016-06-07 Oliver SchmidtMerge pull request #306 from groessler/something_to_pull
2016-06-06 Christian GroesslerAdd Atari version of of doesclrscrafterexit().
2016-06-06 Christian GroesslerSome Atari runtime library fixes. 306/head
2016-06-05 Oliver SchmidtIntroduced internal gotoxy that pops both parameters.
2016-06-05 Oliver SchmidtAdded Apple II version of doesclrscrafterexit().
2016-06-01 Oliver SchmidtMerge pull request #305 from silverdr/target_goodies
2016-06-01 Oliver SchmidtMerge pull request #287 from silverdr/target_goodies
2016-05-31 Oliver SchmidtMerge pull request #303 from groessler/something_to_pull
2016-05-31 Christian GroesslerAtari, getdefdev.s: use mnemonics for 'crvec'. 303/head
2016-05-31 Oliver SchmidtMerge pull request #304 from groessler/something_to_pull2
2016-05-31 Christian GroesslerUse atexit() to wait for key press at program ternination. 304/head
2016-05-31 Christian GroesslerAtari: make __getdefdev function ROM-friendly
2016-05-31 Christian GroesslerAtari: get current drive on XDOS
2016-05-30 Patrycjusz R. Łogiewasamples zip and install targets moved into samples... 287/head
2016-05-30 Oliver SchmidtMinor adjustment to recent change.
2016-05-30 Oliver SchmidtMerge pull request #302 from groessler/something_to_pull
2016-05-30 Christian GroesslerSmall optimization in apple2 exec.s. 302/head
2016-05-29 Patrycjusz R. ŁogiewaIndenting optimised
2016-05-29 Patrycjusz R. ŁogiewaPost-review changes
2016-05-26 Oliver SchmidtMerge pull request #297 from groessler/something_to_pull
2016-05-25 Oliver SchmidtMerge pull request #294 from greg-king5/standard-functions
2016-05-24 Christian Groesslerforgot to add the new file atari/is_cmdline_dos.s in... 297/head
2016-05-24 Christian GroesslerAtari: add new function '_is_cmdline_dos()' and some...
2016-05-24 Oliver SchmidtMerge pull request #295 from groessler/something_to_pull
2016-05-24 Christian Groessleradd support for XDOS command lines
2016-05-16 Patrycjusz R. Łogiewaremoved variable usage
2016-05-16 Patrycjusz R. Łogiewaadapted for zip/install targets
2016-05-16 Patrycjusz R. Łogiewadirectory structure changed from driver-centric to...
2016-05-16 greg-king5Merge pull request #289 from OzHawk/patch-1
2016-05-15 OzHawkUpdate kernal.s 289/head
2016-05-13 Patrycjusz R. Łogiewamoved output of target utils and drivers to separate...
2016-05-11 OzHawkUpdate the missing entries in the kernel jump table...
2016-04-14 Oliver SchmidtMerge pull request #283 from polluks/sp65
2016-04-10 Oliver SchmidtMerge pull request #281 from polluks/sp65
2016-03-27 Oliver SchmidtUse .macpack to include macro package.
2016-03-27 Oliver SchmidtMade use of recently added Apple scrcode macro.
2016-03-26 Oliver SchmidtMerge pull request #279 from greg-king5/atmos-reconfig
2016-03-25 Oliver SchmidtAllow _sys() to call ROM routines.
2016-03-18 Greg KingConverted the Atmos configuration to the new constructo... 279/head
2016-03-17 Oliver SchmidtMoved run location of ONCE segment.
2016-03-16 Oliver SchmidtAdjusted constructors.
2016-03-15 Oliver SchmidtMoved things into ONCE.
2016-03-13 Oliver SchmidtUse AX paradigm.
2016-03-13 Oliver SchmidtCleaned up C64 linker configs.
2016-03-10 Oliver SchmidtDon't presume the stack size to be a multiple of pages.
2016-03-08 Oliver SchmidtMerge pull request #274 from bbbradsmith/doc-cc65-intern
2016-03-07 Oliver SchmidtUse AX paradigm for stack initalization.
2016-03-07 Oliver SchmidtRenamed RAM to MAIN for all disk based targets.
2016-03-06 Oliver SchmidtRenamed INITBSS to INIT and INIT to ONCE.
2016-03-03 Oliver SchmidtMerge pull request #269 from jbrandwood/squarebracket
2016-03-03 Brad SmithMerge remote-tracking branch 'refs/remotes/cc65/master...
2016-02-28 Oliver SchmidtMerge pull request #273 from mrdudz/emddocs
2016-02-28 Oliver SchmidtLoad INITBSS segment from disk.
2016-02-27 Bob AndrewsMerge pull request #238 from mrdudz/gamate
2016-02-27 Bob AndrewsMerge pull request #241 from blackystardust/c128-functi...
2016-02-26 Oliver SchmidtMerge pull request #271 from silverdr/blackystardust_pr...
2016-02-26 silverdrblackystardust pull request with post-review changes
2016-02-26 Patrycjusz R. Łogiewablackystardust pull request with post-review changes
2016-02-26 silverdrMerge pull request #1 from cc65/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2015-12-15 Oliver SchmidtMerge pull request #247 from clbr/master
2015-12-14 Lauri Kasanennes: Fix reading the second controller 247/head
2015-12-02 Oliver SchmidtFixed soft80 shutdown.
2015-12-02 Oliver SchmidtMerge pull request #240 from blackystardust/fix-c128...
2015-12-02 Marco van den HeuvelRenamed MMU_CFG_INT_FROM -> MMU_CFG_IFROM and MMU_CFG_E... 241/head
2015-12-02 Marco van den Heuveloptimized the sei/cli pairing a bit. 240/head
2015-12-02 Marco van den Heuveloptimized the sei/cli pairing a bit for internal functi...
2015-12-02 Marco van den Heuveloptimized the sei/cli pairing a bit.
2015-12-01 mrdudzfixup conio.c some more. also includes merge of upstrea...
2015-12-01 mrdudzfix comments
2015-12-01 Marco van den HeuvelFinished adding c128 internal/external function ram...
2015-11-30 Marco van den HeuvelStarted on making c128 function ram emd's.
2015-11-30 mrdudzadded black line :)
2015-11-30 Marco van den HeuvelFixed the c128 ram (bank 1) emd.
2015-11-29 Marco van den HeuvelRemoved an 'rts'.
2015-11-29 mrdudzmore cleanup
2015-11-29 mrdudzmoved cart header into seperate file, moved nmi stub...
2015-11-29 mrdudzupdated
2015-11-29 mrdudzconio and most other stuff working now
2015-11-23 Oliver SchmidtMerge pull request #233 from mrdudz/soft80shutdown
2015-11-22 mrdudzreset screen editor at shutdown 233/head
2015-11-22 mrdudzsome more fiddling
2015-11-14 mrdudzinitial import of the gamate stuff
next