]>
git.sur5r.net Git - cc65/log 
Stephan Mühlstrasser  [Sun, 23 Nov 2014 19:05:38 +0000  (20:05 +0100)] 
Default is now automatic execution of program after loading
Stephan Mühlstrasser  [Sun, 23 Nov 2014 18:44:45 +0000  (19:44 +0100)] 
Fix help text for default start address
Stephan Mühlstrasser  [Sun, 23 Nov 2014 18:43:24 +0000  (19:43 +0100)] 
Clarify help for -o option
Stephan Mühlstrasser  [Sun, 23 Nov 2014 14:56:38 +0000  (15:56 +0100)] 
Copied wherex, wherey and ctype implementations from CBM
Stephan Mühlstrasser  [Sun, 23 Nov 2014 14:32:48 +0000  (15:32 +0100)] 
Enhancements for cursor calculation
Stephan Mühlstrasser  [Sat, 22 Nov 2014 17:14:52 +0000  (18:14 +0100)] 
Remove unnecessary commented code.
Stephan Mühlstrasser  [Sat, 22 Nov 2014 00:07:55 +0000  (01:07  +0100)] 
Switch to assembler for cputc implementation.
Stephan Mühlstrasser  [Tue, 18 Nov 2014 22:06:28 +0000  (23:06 +0100)] 
Started cputc and related functions implementation.
Stephan Mühlstrasser  [Tue, 18 Nov 2014 22:05:50 +0000  (23:05 +0100)] 
Implement macros that shortcut color function calls.
Stephan Mühlstrasser  [Sun, 16 Nov 2014 20:57:59 +0000  (21:57 +0100)] 
Adapt to assembler coding conventions.
Stephan Mühlstrasser  [Sun, 16 Nov 2014 20:13:18 +0000  (21:13 +0100)] 
Direct use of monitor function instead of subroutine call.
Stephan Mühlstrasser  [Sun, 16 Nov 2014 19:07:59 +0000  (20:07 +0100)] 
Set default start address to 0x300.
Stephan Mühlstrasser  [Sat, 15 Nov 2014 19:37:45 +0000  (20:37 +0100)] 
Added missing dependency from c1p65 to common
Stephan Mühlstrasser  [Sat, 8 Nov 2014 23:58:32 +0000  (00:58  +0100)] 
Begin to implement C1P conio features.
Stephan Mühlstrasser  [Sat, 8 Nov 2014 00:14:46 +0000  (01:14  +0100)] 
Implemented clrscr routine for C1P
Stephan Mühlstrasser  [Thu, 6 Nov 2014 19:46:16 +0000  (20:46 +0100)] 
Added the c1p65 project.
Stephan Mühlstrasser  [Sun, 2 Nov 2014 22:22:41 +0000  (23:22 +0100)] 
Enter bytes in a loop in data mode
Stephan Mühlstrasser  [Sun, 2 Nov 2014 18:39:39 +0000  (19:39 +0100)] 
Adapt c1p65 project to Visual Studio 2013
Stephan Mühlstrasser  [Sun, 2 Nov 2014 15:17:16 +0000  (16:17 +0100)] 
Merge https://github.com/cc65/cc65 into c1p
Oliver Schmidt  [Sat, 1 Nov 2014 12:49:19 +0000  (13:49 +0100)] 
Adjusted Travis CI file to recent change.
Oliver Schmidt  [Sat, 1 Nov 2014 12:45:17 +0000  (13:45 +0100)] 
Reduced clutter in root dir.
Oliver Schmidt  [Thu, 30 Oct 2014 22:21:40 +0000  (23:21 +0100)] 
Ignore return value of commit (not push).
Oliver Schmidt  [Thu, 30 Oct 2014 21:43:34 +0000  (22:43 +0100)] 
Minor changes to cleanup log.
Oliver Schmidt  [Thu, 30 Oct 2014 21:15:45 +0000  (22:15 +0100)] 
Moved Windows binary snapshot to SourceForge.
Oliver Schmidt  [Tue, 14 Oct 2014 13:15:23 +0000  (15:15 +0200)] 
Merge pull request #138 from spiro-trikaliotis/equality-error-uz
Oliver Schmidt  [Tue, 14 Oct 2014 13:13:29 +0000  (15:13 +0200)] 
Merge pull request #137 from spiro-trikaliotis/notemittinglabels-alancox
Spiro Trikaliotis  [Tue, 14 Oct 2014 11:41:17 +0000  (13:41 +0200)] 
Equality problem (Ullrich von Bassewitz)
Spiro Trikaliotis  [Tue, 14 Oct 2014 11:32:58 +0000  (13:32 +0200)] 
Fix for: cc65 forgetting to emit labels (Alan Cox)
Oliver Schmidt  [Tue, 30 Sep 2014 14:08:41 +0000  (16:08 +0200)] 
Merge pull request #133 from pfusik/fix-char-cast
Oliver Schmidt  [Thu, 25 Sep 2014 19:50:28 +0000  (21:50 +0200)] 
Merge pull request #135 from ikorb/patch1
mrdudz  [Wed, 24 Sep 2014 14:45:10 +0000  (16:45 +0200)] 
added tests as prepared by oliver
Piotr Fusik  [Mon, 22 Sep 2014 21:47:20 +0000  (23:47 +0200)] 
Fix casting an r-value to char.
Oliver Schmidt  [Thu, 11 Sep 2014 06:57:50 +0000  (08:57 +0200)] 
Merge pull request #132 from greg-king5/high-zero
Greg King  [Wed, 10 Sep 2014 23:15:07 +0000  (19:15 -0400)] 
Changed literal zeroes of the style "#>0" into the style "#>$0000".
Oliver Schmidt  [Tue, 9 Sep 2014 10:55:30 +0000  (12:55 +0200)] 
Merge pull request #130 from greg-king5/caps-lock
Greg King  [Thu, 4 Sep 2014 21:37:41 +0000  (17:37 -0400)] 
Swapped the locations of a constructor and a destructor in a source file.
Oliver Schmidt  [Sun, 24 Aug 2014 19:31:35 +0000  (21:31 +0200)] 
Merge pull request #131 from greg-king5/refine-crt
Greg King  [Sat, 23 Aug 2014 18:05:36 +0000  (14:05 -0400)] 
Refined the comments in the target start-up files.
Greg King  [Fri, 22 Aug 2014 21:19:58 +0000  (17:19 -0400)] 
Moved the CAPS LOCK code out of the startup file, and into its own file.
Greg King  [Thu, 21 Aug 2014 14:46:25 +0000  (10:46 -0400)] 
Disable the Atmos keyboard's CAPS LOCK for both conio and stdio.
Oliver Schmidt  [Thu, 17 Jul 2014 14:50:49 +0000  (16:50 +0200)] 
Merge pull request #129 from greg-king5/cbmdir
Greg King  [Thu, 17 Jul 2014 11:11:14 +0000  (07:11 -0400)] 
Improved some multiplication code.
Greg King  [Thu, 17 Jul 2014 11:05:10 +0000  (07:05 -0400)] 
Fixed a buffer overrun bug.
Oliver Schmidt  [Tue, 1 Jul 2014 07:48:18 +0000  (09:48 +0200)] 
Merge pull request #128 from greg-king5/multi-comments
Greg King  [Mon, 30 Jun 2014 09:10:35 +0000  (05:10  -0400)] 
Changed multi-line C comments into another style.
Oliver Schmidt  [Wed, 4 Jun 2014 21:50:46 +0000  (23:50 +0200)] 
Revert "don't define DYN_DRV for targets which don't predefine it"
This reverts commit 
29671f5f06066c2faaf5319a7bded3ef87bf1c50 .
Oliver Schmidt  [Wed, 4 Jun 2014 21:50:18 +0000  (23:50 +0200)] 
Create static drivers directly from source files.
Oliver Schmidt  [Tue, 3 Jun 2014 16:30:11 +0000  (18:30 +0200)] 
Normalized style.
Oliver Schmidt  [Mon, 2 Jun 2014 07:00:18 +0000  (09:00 +0200)] 
Merge pull request #125 from groessler/something_to_pull2
Christian Groessler  [Mon, 2 Jun 2014 06:41:35 +0000  (08:41 +0200)] 
fix last change
Oliver Schmidt  [Sun, 1 Jun 2014 18:57:42 +0000  (20:57 +0200)] 
Merge pull request #127 from groessler/something_to_pull
Christian Groessler  [Sun, 1 Jun 2014 17:18:57 +0000  (19:18 +0200)] 
don't define DYN_DRV for targets which don't predefine it
Christian Groessler  [Sun, 1 Jun 2014 17:17:02 +0000  (19:17 +0200)] 
use DYN_DRV and MOUSE_DRIVER defines to decide which driver to use
Oliver Schmidt  [Sun, 1 Jun 2014 16:27:52 +0000  (18:27 +0200)] 
Added Apple GEOS to the list of targets.
Christian Groessler  [Sat, 31 May 2014 17:44:10 +0000  (19:44 +0200)] 
set DYN_DRV to 0; define atr5200std_joy
Oliver Schmidt  [Sat, 31 May 2014 15:36:45 +0000  (17:36 +0200)] 
Merge pull request #124 from groessler/something_to_pull
Christian Groessler  [Fri, 30 May 2014 21:38:27 +0000  (23:38 +0200)] 
Adapt joy-test.c for Atari 5200 (only has 20x24 display)
Christian Groessler  [Fri, 30 May 2014 21:28:52 +0000  (23:28 +0200)] 
add 'console' to NES line
Oliver Schmidt  [Fri, 30 May 2014 20:52:51 +0000  (22:52 +0200)] 
Merge pull request #122 from groessler/a5200
Christian Groessler  [Fri, 30 May 2014 20:00:18 +0000  (22:00 +0200)] 
rename _antic.inc, _pokey.inc, _gtia.inc to atari_antic.inc, atari_pokey.inc, atari_gtia.inc
Christian Groessler  [Fri, 30 May 2014 11:39:09 +0000  (13:39 +0200)] 
move atari5200 behind atari and atarixl in TARGETS list
Christian Groessler  [Fri, 30 May 2014 11:38:29 +0000  (13:38 +0200)] 
remove atari5200.mac
Oliver Schmidt  [Fri, 30 May 2014 08:22:01 +0000  (10:22 +0200)] 
Merge pull request #123 from greg-king5/cbm-errors
Christian Groessler  [Thu, 29 May 2014 11:23:45 +0000  (13:23 +0200)] 
provide CLK_TCK and CLOCKS_PER_SEC values for atari5200
Greg King  [Thu, 29 May 2014 03:01:48 +0000  (23:01 -0400)] 
Used longer error text.
Christian Groessler  [Wed, 28 May 2014 23:50:41 +0000  (01:50  +0200)] 
fix build error
Christian Groessler  [Wed, 28 May 2014 22:42:54 +0000  (00:42  +0200)] 
add atari5200.h
Christian Groessler  [Wed, 28 May 2014 22:42:30 +0000  (00:42  +0200)] 
remove unneeded ATASCII defs; add header
Christian Groessler  [Wed, 28 May 2014 22:41:39 +0000  (00:41  +0200)] 
fix warning when generating info file
Christian Groessler  [Wed, 28 May 2014 22:18:55 +0000  (00:18  +0200)] 
use atari target scrcode macro for atari5200 target, too
Christian Groessler  [Wed, 28 May 2014 22:18:22 +0000  (00:18  +0200)] 
don't use scrcode for numbers
Christian Groessler  [Wed, 28 May 2014 21:39:31 +0000  (23:39 +0200)] 
remove TABs
Christian Groessler  [Wed, 28 May 2014 21:38:22 +0000  (23:38 +0200)] 
cleanups and add comments
Christian Groessler  [Tue, 27 May 2014 22:35:49 +0000  (00:35  +0200)] 
check trigger button (TRIGx); correctly report joystick count depending
Christian Groessler  [Tue, 27 May 2014 22:34:34 +0000  (00:34  +0200)] 
small doc update
Oliver Schmidt  [Tue, 27 May 2014 06:50:56 +0000  (08:50 +0200)] 
Merge pull request #121 from groessler/something_to_pull
Christian Groessler  [Tue, 27 May 2014 00:44:59 +0000  (02:44  +0200)] 
more doc updates for atari5200
Christian Groessler  [Tue, 27 May 2014 00:43:17 +0000  (02:43  +0200)] 
Don't reserve space for display list in __RESERVED_MEMORY__ since the
Christian Groessler  [Mon, 26 May 2014 23:49:35 +0000  (01:49  +0200)] 
small optimization
Christian Groessler  [Mon, 26 May 2014 23:47:37 +0000  (01:47  +0200)] 
not a dummy implementation anymore...
Oliver Schmidt  [Mon, 26 May 2014 13:29:22 +0000  (15:29 +0200)] 
Merge pull request #120 from greg-king5/cbm-errors
Greg King  [Mon, 26 May 2014 13:03:43 +0000  (09:03 -0400)] 
Updated the CBM error tables.
Oliver Schmidt  [Mon, 26 May 2014 11:19:08 +0000  (13:19 +0200)] 
Merge pull request #119 from greg-king5/strncpy-doc
Greg King  [Mon, 26 May 2014 09:59:49 +0000  (05:59  -0400)] 
Updated the function reference document.
Oliver Schmidt  [Sun, 25 May 2014 21:22:12 +0000  (23:22 +0200)] 
Merge pull request #118 from greg-king5/quoted-token
Greg King  [Fri, 23 May 2014 20:52:02 +0000  (16:52 -0400)] 
More conforming to the cc65 project's apparent writing style.
Greg King  [Fri, 23 May 2014 04:35:19 +0000  (00:35  -0400)] 
Conformed to the cc65 project's coding style.
Greg King  [Thu, 22 May 2014 17:58:51 +0000  (13:58 -0400)] 
Slightly refined the strqtok() documentation.
Greg King  [Thu, 22 May 2014 17:42:15 +0000  (13:42 -0400)] 
Added an attribution.
Greg King  [Thu, 22 May 2014 15:18:30 +0000  (11:18 -0400)] 
Documented strqtok().
Oliver Schmidt  [Thu, 22 May 2014 07:36:10 +0000  (09:36 +0200)] 
Merge pull request #117 from groessler/something_to_pull
Christian Groessler  [Wed, 21 May 2014 21:43:56 +0000  (23:43 +0200)] 
Set the "simple" bit in the .o65 mode word only if text, data, and bss
Greg King  [Tue, 20 May 2014 20:33:16 +0000  (16:33 -0400)] 
Added a quoted-token parsing function.
Christian Groessler  [Fri, 16 May 2014 00:27:20 +0000  (02:27  +0200)] 
more documentation updates for Atari 5200
Christian Groessler  [Fri, 16 May 2014 00:26:20 +0000  (02:26  +0200)] 
documentation updates for Atari 5200
Christian Groessler  [Fri, 16 May 2014 00:12:01 +0000  (02:12  +0200)] 
changed version, startup screen now not fine anymore
Christian Groessler  [Fri, 16 May 2014 00:10:19 +0000  (02:10  +0200)] 
some CONIO fixes
Oliver Schmidt  [Tue, 13 May 2014 06:49:13 +0000  (08:49 +0200)] 
Merge pull request #116 from greg-king5/symbol-table
Oliver Schmidt  [Mon, 12 May 2014 13:34:32 +0000  (15:34 +0200)] 
Merge pull request #115 from greg-king5/cc65-mul
Greg King  [Mon, 12 May 2014 06:08:04 +0000  (02:08  -0400)] 
Fixed a ca65 internal error that would show a message when a name is exported both outside and inside a scope.