]> git.sur5r.net Git - cc65/history - libsrc
Renamed JUMPTABLE and cleaned up module.cfg.
[cc65] / libsrc /
2014-05-01 Oliver SchmidtRenamed JUMPTABLE and cleaned up module.cfg.
2014-04-28 Oliver SchmidtMerge pull request #109 from groessler/something_to_pull2
2014-04-27 Oliver SchmidtMerge pull request #112 from greg-king5/warnings
2014-04-26 Christian GroesslerCorrectly map out ROM when needed in the "phantom keys... 109/head
2014-04-25 Oliver SchmidtMerge pull request #113 from groessler/something_to_pull
2014-04-25 Christian Groesslerremove build warning 113/head
2014-04-24 Christian GroesslerWorkaround for "phantom" key presses in the C128 "1351...
2014-04-24 Oliver SchmidtMerge pull request #111 from groessler/something_to_pull
2014-04-24 Christian GroesslerPut mouse cursor shape definition into .rodata.
2014-04-23 Christian GroesslerMake the hooking and unhooking of the interrupt interru...
2014-04-23 Oliver SchmidtMerge pull request #110 from greg-king5/typo
2014-04-22 Oliver SchmidtMerge pull request #106 from groessler/something_to_pull
2014-04-22 Christian GroesslerWorkaround for "phantom" key presses in the C128 "joyst...
2014-04-22 Oliver SchmidtMerge pull request #108 from groessler/something_to_pull2
2014-04-22 Christian Groesslerrename ser_libref.s to serref.s in order to be consiste... 108/head
2014-04-22 Christian GroesslerSplit libref.s into multiple files to prevent inclusion...
2014-04-21 Christian GroesslerSelection whether to use page 6 for mouse P/M data... 106/head
2014-04-15 Christian Groessleraddress issue raised in the pull request; add support...
2014-04-11 Christian Groessler- always use page 6 for P/M mouse cursor
2014-04-11 Christian Groesslerinitial version of a P/M mouse callback
2014-04-04 Oliver SchmidtMerge pull request #103 from greg-king5/typo
2014-04-04 Oliver SchmidtMerge pull request #102 from greg-king5/main-args
2014-04-03 Greg KingFixed typo (Ilegal). 103/head
2014-04-03 Greg KingAdded command-line argument parsing to the CBM510 and... 102/head
2014-03-29 Oliver SchmidtMerge pull request #100 from greg-king5/default-drivers
2014-03-28 Oliver SchmidtMerge pull request #99 from groessler/something_to_pull
2014-03-27 Oliver SchmidtAdded cc65_umul8x8r16() based on umul8x8r16.
2014-03-19 Oliver SchmidtMerge pull request #92 from karrika/master
2014-03-19 Karri KaksonenUse LOWCODE segment 92/head
2014-03-18 Oliver SchmidtMerge pull request #91 from greg-king5/bound-box
2014-03-18 Greg KingCorrected the default upper limits of some mouse driver... 91/head
2014-03-16 Oliver SchmidtRemoved references to $TRAVIS from Makefiles.
2014-03-16 Oliver SchmidtMerge pull request #90 from greg-king5/c128-sprite
2014-03-15 Greg KingAdded code that disables C128 BASIC's sprite-motion... 90/head
2014-03-15 Oliver SchmidtMoved LOADER.SYSTEM description.
2014-03-09 Oliver SchmidtSeveral minor adjustments.
2014-03-09 Oliver SchmidtUpload zip file.
2014-03-08 Oliver SchmidtCreate zip file.
2014-03-08 Oliver SchmidtMerge pull request #89 from groessler/something_to_pull
2014-03-07 Christian Groesslerfix indentation
2014-03-07 Christian Groesslerfix typo
2014-03-06 Oliver SchmidtMoved .PHONY below definitions it refers to.
2014-03-06 Oliver SchmidtMoved from VS2013 to MinGW(-w64).
2014-03-05 Oliver SchmidtHave src/Makefile and libsrc/Make use disjoint work...
2014-03-04 Oliver SchmidtChanged Makefile.inc handling.
2014-03-04 Oliver SchmidtMerge pull request #88 from groessler/something_to_pull
2014-03-04 Christian Groesslerrename libsrc/atari/tvtype.s to libsrc/atari/get_tv.s 88/head
2014-03-03 Oliver SchmidtOptimize for size instead for speed.
2014-03-03 Oliver SchmidtMerge pull request #85 from groessler/cassette
2014-03-03 Christian Groesslerrename W2CAS.COM to w2cas.com (lowercase) 85/head
2014-03-01 Christian Groesslermake 'w2cas' a targetutil
2014-02-28 Oliver SchmidtMerge pull request #86 from AntiheroSoftware/ca65-65816
2014-02-21 Christian Groesslercleanups; split 'header' and 'init' part into two sourc...
2014-02-21 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-02-20 Oliver SchmidtHave _heapmaxavail() work as advertised.
2014-02-20 Oliver SchmidtMerge pull request #83 from AntiheroSoftware/ca65-65816
2014-02-20 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-02-19 Oliver SchmidtMerge pull request #84 from groessler/something_to_pull
2014-02-19 Christian Groesslerfix uninitialized use of 'buflen' 84/head
2014-02-18 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-02-17 Oliver SchmidtMerge pull request #80 from AntiheroSoftware/ca65-65816
2014-02-14 Oliver SchmidtMerge pull request #81 from groessler/something_to_pull
2014-02-14 Christian GroesslerTurn off mouse polling interrupt if the mouse hasn... 81/head
2014-02-11 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-01-30 Oliver SchmidtAvoid include subdirs on install cmdline.
2014-01-30 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-01-30 Oliver SchmidtMerge pull request #78 from groessler/something_to_pull
2014-01-29 Christian GroesslerDisable the high frequency mouse polling IRQ while... 78/head
2014-01-29 Oliver SchmidtAdded 'install' target.
2014-01-26 Oliver SchmidtAvoid indirect jmp with unknown vector address.
2014-01-22 Oliver SchmidtMerge pull request #74 from groessler/something_to_pull
2014-01-21 Christian Groessleradd missing stddrv defines for atarixl 74/head
2014-01-20 Christian GroesslerAdapt to new mouse driver interface ('prep' and 'draw')
2014-01-20 Christian GroesslerAlways print the mouse cursor, even if coordinates...
2014-01-20 Christian Groesslerfix bug where the high byte of X and Y positions were...
2014-01-20 Christian Groesslersome comment fixes
2014-01-20 Christian GroesslerDetect pen button. If we read 228 for X or Y position...
2014-01-20 Christian GroesslerTrakball mouse driver
2014-01-20 Christian GroesslerAdapt to new mouse driver interface ('prep' and 'draw')
2014-01-20 Christian GroesslerChange display logic of mouse cursor (hide and show...
2014-01-20 Christian GroesslerAlways print the mouse cursor, even if coordinates...
2014-01-20 Christian GroesslerFix timer IRQ hooking for atarixl target.
2014-01-20 Christian Groessleradd comment
2014-01-20 Christian Groessleruse ST mouse as static standard driver, too
2014-01-20 Christian Groessleralign comment to the same column
2014-01-20 Christian Groessleranother small cleanup
2014-01-20 Christian Groesslersmall cleanup
2014-01-20 Christian GroesslerWhen disabling interrupts, restore original interrupt...
2014-01-20 Christian GroesslerAdd drivers for ST mouse, Amiga mouse, and Atari trakba...
2014-01-20 Christian GroesslerAdd "joystick mouse" driver and default mouse callback...
2014-01-20 Christian GroesslerUse deferred VBI instead of immediate VBI. A deferred...
2014-01-20 Oliver SchmidtMerge pull request #73 from groessler/something_to_pull
2014-01-20 Christian GroesslerAdapt to new mouse driver interface ('prep' and 'draw') 73/head
2014-01-20 Christian GroesslerAlways print the mouse cursor, even if coordinates...
2014-01-20 Christian Groesslerfix bug where the high byte of X and Y positions were...
2014-01-20 Christian Groesslersome comment fixes
2014-01-20 Christian GroesslerDetect pen button. If we read 228 for X or Y position...
2014-01-20 Christian GroesslerTrakball mouse driver
2014-01-20 Oliver SchmidtMerge pull request #69 from groessler/something_to_pull
2014-01-17 Christian GroesslerAdapt to new mouse driver interface ('prep' and 'draw') 69/head
next