]> git.sur5r.net Git - cc65/history - libsrc
nes: Document whether waitvblank waits for the start or end of vblank
[cc65] / libsrc /
2015-09-30 Oliver SchmidtMerge pull request #214 from greg-king5/cbm-exec
2015-09-28 Greg KingMade the Commodore version of exec() work in programs... 214/head
2015-09-25 Oliver SchmidtMerge pull request #211 from greg-king5/errno-helpers
2015-09-25 Greg KingMoved two errno helper functions into separate files. 211/head
2015-09-24 Oliver SchmidtMerge pull request #177 from mrdudz/pcenginetarget
2015-09-20 mrdudzuse 'plot' instead of 'PLOT' 177/head
2015-09-19 mrdudzadded interruptor support
2015-09-19 mrdudzfixed more flaws found by greg :)
2015-09-11 Oliver SchmidtMerge pull request #208 from greg-king5/big-jump
2015-09-11 Oliver SchmidtMerge pull request #207 from greg-king5/random-seed
2015-09-11 Greg KingImproved longjmp() and setjmp(). 208/head
2015-09-11 Greg KingFixed the random-seed generators for the Commodore... 207/head
2015-09-07 mrdudzfixed VDC register assignments
2015-09-04 mrdudzfix gregs complaints :)
2015-09-04 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-08-29 mrdudzstyle fixes
2015-08-27 Oliver SchmidtMerge pull request #199 from greg-king5/irq
2015-08-26 Greg KingFixed bugs in the interface for C-level interrupt handlers. 199/head
2015-07-25 Oliver SchmidtMerge pull request #183 from Movax12/linecont-bug
2015-07-23 Oliver SchmidtMerge pull request #184 from greg-king5/fastcall
2015-07-22 Greg KingUpdated the fastcall information in a document and... 184/head
2015-07-22 Oliver SchmidtAdded empty IRQ backend.
2015-07-20 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-07-20 Oliver SchmidtMerge pull request #181 from Movax12/base10bug
2015-07-20 Oliver SchmidtMerge pull request #180 from greg-king5/sprintf
2015-07-20 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-07-19 mrdudzadded missing chline, cvline
2015-07-18 Greg KingAdded _directerrno() to the sim6502/sim65c02 libraries. 180/head
2015-07-18 Greg KingFixed a hardware-stack leak.
2015-07-16 mrdudzmoved all notes into regular documentation
2015-07-16 mrdudzfixed joypad bits
2015-07-16 mrdudzadded some cbm-like gfx chars to draw lines and boxes
2015-07-16 mrdudzmake sure clocktick starts at zero
2015-07-16 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-07-16 mrdudzfixed screensize, timertick, revers mode
2015-07-15 mrdudzadded waitvblank and fixed get_tv
2015-07-15 mrdudzfixed issues found by gregg
2015-07-14 mrdudz_tickcount -> tickcount
2015-07-14 mrdudzsome more tweaking, added docs page
2015-07-13 mrdudzadded imports for conio init to conio functions, so...
2015-07-12 mrdudzmore cleanup and fixing
2015-07-12 mrdudzmore cleanup, joystick works again
2015-07-12 mrdudzsimple conio test works again
2015-07-11 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-07-09 Greg KingMade some string output functions reject an invalid...
2015-07-09 Greg KingFix two string output functions' handling of their...
2015-06-22 Oliver SchmidtMerge pull request #161 from greg-king5/fastcall
2015-06-22 Greg KingAdded explicit settings of calling conventions in point... 161/head
2015-06-04 Oliver SchmidtMerge pull request #160 from Movax12/definedinstr
2015-05-26 Oliver SchmidtMerge pull request #151 from greg-king5/fastcall
2015-04-27 Oliver SchmidtFixed comment.
2015-04-26 Oliver SchmidtUse well-known location BLTU2 for "memmove()". 156/head
2015-04-26 Oliver SchmidtAdded cmdline support to exec().
2015-04-19 Oliver SchmidtBehave more like BASIC.SYSTEM and allow for argv[0].
2015-04-19 Oliver SchmidtAllow up 127 chars of cmdline for programs started...
2015-03-25 Oliver SchmidtMerge pull request #154 from smuehlst/c1p_screenlayout_...
2015-03-23 Stephan MühlstrasserMacro-based implementation of screen layout configurati...
2015-03-15 Oliver SchmidtMerge pull request #152 from smuehlst/c1p_bootload
2015-03-14 Stephan MühlstrasserImproved fix with suggestions by Greg King. 152/head
2015-03-13 Stephan MühlstrasserFix bad tabbing
2015-03-13 Stephan MühlstrasserFixed uninitialized use of low byte of address "load".
2015-03-13 Greg KingMade _afailed() and uncompress() be fastcall functions.
2015-03-13 Greg KingMade cbm_load() be a fastcall function.
2015-03-10 Greg KingMade __fastcall__ be the default calling convention...
2015-03-09 Oliver SchmidtMerge pull request #150 from greg-king5/osi-boot
2015-03-08 Greg KingDescribed how to change the boot loader's actions.
2015-03-07 Greg KingAdded a second OSI C1P program file format.
2015-03-02 Oliver SchmidtMerge pull request #148 from smuehlst/c1p
2015-03-01 Stephan MühlstrasserReplaced magic numbers with symbolic constants. 148/head
2015-02-28 Stephan MühlstrasserOptimization by replacing absolute with relative jump.
2015-02-25 Stephan MühlstrasserTemporarily undo the 25 line change.
2015-02-25 Stephan MühlstrasserFix wrong expression for top of C stack.
2015-02-23 Stephan MühlstrasserMatch screen dimensions as in BASIC.
2015-02-23 Stephan MühlstrasserMerge branch 'c1p_scrsize' into c1p
2015-02-23 Stephan MühlstrasserMerge branch 'c1p_kbhit' into c1p_scrsize
2015-02-23 Stephan MühlstrasserLoading A once before the loop is sufficient.
2015-02-23 Stephan MühlstrasserMerge branch 'c1p_kbhit' into c1p_scrsize
2015-02-23 Stephan MühlstrasserClear bottom line when scrolling.
2015-02-22 Stephan MühlstrasserMerge branch 'c1p_scrsize' into c1p
2015-02-22 Stephan MühlstrasserConsistent naming for screen dimension constants.
2015-02-22 Stephan MühlstrasserDefine the screen dimension defines in a more meaningfu...
2015-02-22 Stephan MühlstrasserMerge branch 'c1p_kbhit' into c1p
2015-02-21 Stephan MühlstrasserMask control keys from first keyboard scan row.
2015-02-21 Stephan MühlstrasserMerge branch 'c1p_charconsts' into c1p
2015-02-21 Stephan MühlstrasserUse character constants where appropriate.
2015-02-21 Stephan MühlstrasserImplemented a one-character buffer for kbhit() and...
2015-02-19 Stephan Mühlstrasserkbhit() function and scrolling.
2015-02-18 Oliver SchmidtMerge pull request #146 from smuehlst/c1p
2015-02-18 Stephan MühlstrasserIncorporated another round of feedback for pull request. 146/head
2015-02-16 Oliver SchmidtMoved interrupt enabling to the interrupt constructor.
2015-02-13 Stephan MühlstrasserFix high byte of return value, optimized.
2015-02-12 Stephan MühlstrasserAdd dummy kbhit(), remove redundant documentation for...
2015-02-12 Stephan MühlstrasserInclude "extzp.inc" instead of using direct imports...
2015-02-12 Stephan MühlstrasserDon't use .byte in BSS segments, as value is lost anyway.
2015-02-12 Stephan MühlstrasserReplace zeropage variable with standard tmp variable.
2015-02-12 Stephan MühlstrasserRemove unneeded commented code.
2015-02-12 Stephan MühlstrasserUse constants for screen width and height.
2015-02-11 Stephan MühlstrasserIncorporated feedback for initial pull request.
2015-02-08 Stephan MühlstrasserFix formatting, replace tabs with spaces.
2015-02-08 Stephan MühlstrasserAdd missing newline
next