]>
git.sur5r.net Git - cc65/log
jede [Fri, 3 Feb 2017 20:11:37 +0000 (21:11 +0100)]
Correcting scrsize.s into _scrsize.s
jede [Thu, 2 Feb 2017 21:53:28 +0000 (22:53 +0100)]
Fixing telestrat.h
jede [Thu, 2 Feb 2017 21:44:06 +0000 (22:44 +0100)]
Updating doc
jede [Wed, 1 Feb 2017 23:11:11 +0000 (00:11 +0100)]
Last push for tonight :)
jede [Wed, 1 Feb 2017 23:05:50 +0000 (00:05 +0100)]
Correcting alignment
jede [Wed, 1 Feb 2017 23:00:21 +0000 (00:00 +0100)]
Correcting return line
jede [Wed, 1 Feb 2017 22:58:33 +0000 (23:58 +0100)]
Correcting some code from github comments
jede [Tue, 31 Jan 2017 21:33:19 +0000 (22:33 +0100)]
Correcting some spaces
jede [Tue, 31 Jan 2017 21:21:53 +0000 (22:21 +0100)]
correcting README.md to add telestrat target
jede [Tue, 31 Jan 2017 21:20:19 +0000 (22:20 +0100)]
Correcting comments alignment
Correcting an address error in telestrat.inc when cleaning files which broke read.s primitive
jede [Tue, 31 Jan 2017 21:09:14 +0000 (22:09 +0100)]
Merge telemon24 and telemon30 into telestrat target.
Cleaning, and replace tab to spaces
Converting hex lowercase value into uppercase char.
Changing := and = when it was needed
jede [Sun, 29 Jan 2017 22:18:32 +0000 (23:18 +0100)]
Correcting spaces
jede [Sun, 29 Jan 2017 22:05:18 +0000 (23:05 +0100)]
Fix
jede [Sun, 29 Jan 2017 22:03:01 +0000 (23:03 +0100)]
Fix
jede [Sun, 29 Jan 2017 21:59:53 +0000 (22:59 +0100)]
Fix
jede [Sun, 29 Jan 2017 21:55:35 +0000 (22:55 +0100)]
new pull fix
jede [Sun, 29 Jan 2017 21:53:50 +0000 (22:53 +0100)]
Fixing old pull request
jede [Sun, 29 Jan 2017 21:39:51 +0000 (22:39 +0100)]
Merge with current version
jede [Sun, 29 Jan 2017 21:28:54 +0000 (22:28 +0100)]
Revert
jede [Sun, 29 Jan 2017 21:14:56 +0000 (22:14 +0100)]
removing ch376.h
jede [Sun, 29 Jan 2017 20:18:49 +0000 (21:18 +0100)]
Adding telemon30 and telemon24 primitives
jede [Sun, 22 Jan 2017 20:41:49 +0000 (21:41 +0100)]
Correcting doc adding telemon 2.4 primitives
jede [Wed, 4 Jan 2017 19:03:19 +0000 (20:03 +0100)]
Correcting some bugs
jede [Wed, 14 Dec 2016 22:45:20 +0000 (23:45 +0100)]
Adding ch376.h header, correcting some bugs
jede [Wed, 14 Dec 2016 20:22:10 +0000 (21:22 +0100)]
Adding files for telemon30
Oliver Schmidt [Fri, 23 Sep 2016 09:34:50 +0000 (11:34 +0200)]
Merge pull request #354 from sur5r/master
Add missing tag and remove duplicate text
Jakob Haufe [Fri, 23 Sep 2016 08:39:47 +0000 (10:39 +0200)]
Add missing tag and remove duplicate text
Oliver Schmidt [Tue, 20 Sep 2016 14:19:45 +0000 (16:19 +0200)]
Merge pull request #348 from SvOlli/release
ca65: added .P4510 and .IFP4510 pseudo commands
Oliver Schmidt [Wed, 14 Sep 2016 08:23:44 +0000 (10:23 +0200)]
Merge pull request #341 from alexthissen/master
Update exehdr.s for Lynx target
Alex Thissen [Tue, 13 Sep 2016 20:02:37 +0000 (22:02 +0200)]
Fixed last linefeed and notation convention errors.
Sven Oliver Moll [Tue, 13 Sep 2016 09:54:56 +0000 (11:54 +0200)]
removed 'make clean' invoked from test/Makefile for test/assembler/Makefile, as all artifacts are now created in testwrk and will be cleaned up out of directory
Sven Oliver Moll [Tue, 13 Sep 2016 09:28:11 +0000 (11:28 +0200)]
re-adding WORKDIR to Makefile
- added workaround to remove *.o files after assembling
- also removed now obsolete clean target
Sven Oliver Moll [Tue, 13 Sep 2016 09:21:25 +0000 (11:21 +0200)]
Revert "test/assembler: removed WORKDIR variable, as remote assembling does only work partly"
This reverts commit
7a9a7c3188bf36b278922439f957af7dab4617c2 .
Oliver Schmidt [Tue, 13 Sep 2016 08:27:48 +0000 (10:27 +0200)]
Merge pull request #349 from groessler/something_to_pull
Atari: fix lookup of default device on XDOS.
Christian Groessler [Mon, 12 Sep 2016 21:34:10 +0000 (23:34 +0200)]
Atari: fix lookup of default device on XDOS.
Stefan Dorndorf, author of XDOS, pointed out that retrieving the
default device by looking at an undocumented memory location won't
work in future XDOS versions.
He also showed a way to get the default device in a compatible
manner.
This change implements his method and adds a version check (XDOS
versions below 2.4 don't support this -- for them the behaviour
will be the same as, for example, AtariDOS: no notion of a default
drive).
Sven Oliver Moll [Mon, 12 Sep 2016 16:38:10 +0000 (18:38 +0200)]
added missing ',' in documentation.
Alex Thissen [Sun, 11 Sep 2016 20:26:52 +0000 (22:26 +0200)]
Changed __BLOCKSIZE__ to __BANK0BLOCKSIZE__.
Added __BANK1BLOCKSIZE__ which defaults to 0.
Sven Oliver Moll [Wed, 7 Sep 2016 17:49:21 +0000 (19:49 +0200)]
added forgotten testcase for testing cpu based conditional assembling
Sven Oliver Moll [Wed, 7 Sep 2016 17:44:11 +0000 (19:44 +0200)]
added 4510 cpu detection to getcpu.s
Sven Oliver Moll [Wed, 7 Sep 2016 17:41:37 +0000 (19:41 +0200)]
test/assembler: removed WORKDIR variable, as remote assembling does only work partly
Sven Oliver Moll [Wed, 7 Sep 2016 17:21:24 +0000 (19:21 +0200)]
Added assembler pseudo commands .P4510 and .IFP4510 together with docs and testcase
Oliver Schmidt [Wed, 7 Sep 2016 08:11:47 +0000 (10:11 +0200)]
Merge pull request #345 from SvOlli/release
migrated opcodes tests for assembler from testcode to test...
Oliver Schmidt [Tue, 6 Sep 2016 15:59:12 +0000 (17:59 +0200)]
Merge pull request #347 from groessler/something_to_pull
Fix some typos.
Christian Groessler [Tue, 6 Sep 2016 13:13:44 +0000 (15:13 +0200)]
Fix some typos.
Sven Oliver Moll [Tue, 6 Sep 2016 12:54:21 +0000 (14:54 +0200)]
added README for test/assembler
Oliver Schmidt [Sun, 4 Sep 2016 10:25:28 +0000 (12:25 +0200)]
Merge pull request #344 from greg-king5/huc6280-disassembler
Fix some bugs in the da65 disassembler's HuC6280 section.
Oliver Schmidt [Sun, 4 Sep 2016 10:22:11 +0000 (12:22 +0200)]
Added comment about commented-out value.
Sven Oliver Moll [Sat, 3 Sep 2016 14:45:59 +0000 (16:45 +0200)]
migrated opcodes tests for assembler from testcode to test for inclusion on automated testing
greg-king5 [Fri, 2 Sep 2016 21:55:39 +0000 (17:55 -0400)]
Added commented placeholder for future Mitsubishi 740 CPU in "cpu.mac".
Greg King [Fri, 2 Sep 2016 18:24:29 +0000 (14:24 -0400)]
Fixed some bugs in da65's HuC6280 section.
Greg King [Thu, 1 Sep 2016 00:41:17 +0000 (20:41 -0400)]
Skipped the bit flag for the (not implemented) Mitsubishi 740 in "cpu.mac".
Oliver Schmidt [Wed, 31 Aug 2016 20:05:49 +0000 (22:05 +0200)]
Merge pull request #343 from SvOlli/release
Add 4510 support for C65/C64DX
Sven Oliver Moll [Wed, 31 Aug 2016 18:18:54 +0000 (20:18 +0200)]
4510 support: yet another round up little updates
Sven Oliver Moll [Tue, 30 Aug 2016 20:58:40 +0000 (22:58 +0200)]
4510 support: added some other small improvements:
- fixed typo in doc/ca65.sgml
- Greg found a way to get rid of one extra opcode handling in total
Sven Oliver Moll [Mon, 29 Aug 2016 21:29:31 +0000 (23:29 +0200)]
4510 support: fixed some cosmetical stuff and documentation
Sven Oliver Moll [Mon, 29 Aug 2016 08:45:18 +0000 (10:45 +0200)]
Add 4510 support for C65/C64DX
Oliver Schmidt [Sun, 28 Aug 2016 09:22:44 +0000 (11:22 +0200)]
Merge pull request #338 from IrgendwerA8/master
Allow use of different charmaps on Atari target
IrgendwerA8 [Sat, 27 Aug 2016 20:02:08 +0000 (22:02 +0200)]
Internal/screen character mapping: Supressed warnings for re-map and added documentation.
alexthissen [Sat, 27 Aug 2016 19:58:13 +0000 (21:58 +0200)]
Update exehdr.s
Fix for memory bank 1 which should be zero for almost all cartridges for emulators to work correctly.
Greg King [Fri, 26 Aug 2016 11:39:39 +0000 (07:39 -0400)]
Made cc65 not warn us when we change character code 0x00 back to itself.
Oliver Schmidt [Fri, 26 Aug 2016 09:06:58 +0000 (11:06 +0200)]
Added -Wc to the (pseudo) output dump.
Oliver Schmidt [Sun, 21 Aug 2016 13:07:42 +0000 (15:07 +0200)]
Merge pull request #336 from cacciatc/switch-error-fix
Switch error fix
Chris Cacciatore [Sat, 20 Aug 2016 16:42:29 +0000 (09:42 -0700)]
Updated comment regarding curly braces.
Chris Cacciatore [Sat, 20 Aug 2016 03:21:10 +0000 (20:21 -0700)]
Updated switch statement comments.
* Now comments represent the fact that there may not be curly braces.
IrgendwerA8 [Fri, 19 Aug 2016 15:27:41 +0000 (17:27 +0200)]
Allow use of different charmaps on Atari target
Oliver Schmidt [Tue, 16 Aug 2016 07:23:28 +0000 (09:23 +0200)]
Merge pull request #335 from IrgendwerA8/SMC_macro_fixes
SMC macro fixes for changed .paramcount and byte overflow behavior
Chris Cacciatore [Mon, 15 Aug 2016 18:36:50 +0000 (11:36 -0700)]
Now testing switch statements with empty bodies.
Chris Cacciatore [Mon, 15 Aug 2016 18:26:03 +0000 (11:26 -0700)]
Added Duff's Device to tests.
Chris Cacciatore [Mon, 15 Aug 2016 02:55:03 +0000 (19:55 -0700)]
Removed check for LCURLY in switch statements.
Oliver Schmidt [Sun, 14 Aug 2016 20:18:19 +0000 (22:18 +0200)]
Merge pull request #334 from cacciatc/standard-versioning
All programs print version and exit successfully.
Irgendwer [Sun, 14 Aug 2016 17:35:35 +0000 (19:35 +0200)]
Update smc.inc
IrgendwerA8 [Sun, 14 Aug 2016 17:33:09 +0000 (19:33 +0200)]
SMC macro fixes for changed .paramcount and byte overflow behavior
Chris Cacciatore [Thu, 11 Aug 2016 23:46:48 +0000 (16:46 -0700)]
All programs print version and exit successfully.
* All programs are now using the ProgName variable as well.
Oliver Schmidt [Thu, 11 Aug 2016 17:12:36 +0000 (19:12 +0200)]
Merge pull request #332 from greg-king5/interrupt-functions
Add C-code interfaces for the CBM Kernal functions SCNKEY and UDTIM.
Oliver Schmidt [Wed, 10 Aug 2016 09:38:11 +0000 (11:38 +0200)]
Minor style fix.
Chris Cacciatore [Tue, 9 Aug 2016 19:46:51 +0000 (12:46 -0700)]
Fixed test negation. (#329)
Fixed test negation.
Greg King [Sun, 7 Aug 2016 19:47:45 +0000 (15:47 -0400)]
Added C-code interfaces for the CBM Kernal functions SCNKEY and UDTIM.
Oliver Schmidt [Fri, 5 Aug 2016 11:31:34 +0000 (13:31 +0200)]
Merge pull request #328 from cacciatc/print-sym-name-incompatible-ptr-types
Reporting sym name for incompatible pointer types.
Greg King [Tue, 2 Aug 2016 20:38:39 +0000 (16:38 -0400)]
Added the WDC65c02S WAI and STP mnemonics to the disassembler.
Chris Cacciatore [Tue, 2 Aug 2016 18:31:09 +0000 (11:31 -0700)]
Reporting sym name for incompatible pointer types.
greg-king5 [Fri, 29 Jul 2016 17:09:15 +0000 (13:09 -0400)]
Merge pull request #326 from dmlloyd/master
Add missing WDC instructions
David M. Lloyd [Thu, 28 Jul 2016 16:43:52 +0000 (11:43 -0500)]
Add missing WDC instructions
Greg King [Tue, 19 Jul 2016 14:42:49 +0000 (10:42 -0400)]
Used more mundane addressing in some of the instructions in "zlib/inflatemem.s".
That avoids conflicts with ca65's future .setdp feature.
Oliver Schmidt [Thu, 14 Jul 2016 19:58:26 +0000 (21:58 +0200)]
Merge pull request #323 from bbbradsmith/rand_fix
Fix broken rand() implementation.
Brad Smith [Tue, 12 Jul 2016 00:48:47 +0000 (20:48 -0400)]
Fix broken rand() implementation. The high 8 bits were unused, reducing it to a 24-bit implementation (while still doing all the work for a 32-bit one). The best entropy is in the unused high byte, returning these bits in A instead of bits 8-15, which had considerably lower entropy (i.e. rand() & 255 was effectively a 16-bit LCG).
Oliver Schmidt [Sun, 10 Jul 2016 17:36:35 +0000 (19:36 +0200)]
Merge pull request #322 from greg-king5/inflatemem
Make inflatemem()'s source file use its enhanced instructions for 65SC02 CPUs, too.
Greg King [Sun, 10 Jul 2016 08:11:07 +0000 (04:11 -0400)]
Made the zlib's inflatemem()'s source file use enhanced instructions for all 65SC02-compatible CPUs (not only the 65C02).
Oliver Schmidt [Wed, 6 Jul 2016 07:12:54 +0000 (09:12 +0200)]
Merge pull request #320 from groessler/something_to_pull
sim65: add command line parameter to print number of CPU cycles at exit
Christian Groessler [Tue, 5 Jul 2016 15:10:10 +0000 (17:10 +0200)]
fix indentation
Christian Groessler [Tue, 5 Jul 2016 15:07:39 +0000 (17:07 +0200)]
sim65: add command line parameter to print number of CPU cycles at exit
Greg King [Sun, 3 Jul 2016 11:07:09 +0000 (07:07 -0400)]
Fixed how ca65 handles some debug info from cc65.
ca65 used to claim that an assembler error/warning was found on a C code line; and, that an Assembly line is only indirectly related to it.
Now, ca65 says that the Assembly line has the problem; and, that the Assembly line was produced from the C line.
Greg King [Sun, 3 Jul 2016 06:14:33 +0000 (02:14 -0400)]
Made the samples Makefile run cl65 only when we want a disk image.
That change avoids an error message when we "make clean" from the top-level make-file (it removes the tools before it cleans the samples).
Greg King [Sat, 2 Jul 2016 14:26:33 +0000 (10:26 -0400)]
Fixed some code that adjusts an index after a deletion from a collection.
Oliver Schmidt [Thu, 23 Jun 2016 12:57:21 +0000 (14:57 +0200)]
Merge pull request #315 from skry/fixes
Fix typo in samples makefile
Joni Lapilainen [Thu, 23 Jun 2016 12:41:03 +0000 (15:41 +0300)]
Fix typo in samples makefile
Greg King [Sun, 19 Jun 2016 21:38:37 +0000 (17:38 -0400)]
Made the overlay demo programs compile for CBM targets again.
<conio.h> includes target-specific headers; so, we didn't bother to include <cbm.h> where it is needed. But, '#include <conio.h>' was removed from some files; so now, we must include <cbm.h> explicitly.
Oliver Schmidt [Sun, 19 Jun 2016 16:55:00 +0000 (18:55 +0200)]
Improved doc and samples default target.
The 'all' target deliberately doesn't build the doc nor the samples. But that doesn't mean that the Makefiles in the 'doc' and 'samples' directories must default to the (empty) 'all' target.
Oliver Schmidt [Sun, 19 Jun 2016 13:03:20 +0000 (15:03 +0200)]
Added CONIO cursor support.
For quite some time I deliberately didn't add cursor support to the Apple II CONIO imöplementation. I consider it inappropriate to increase the size of cgetc() unduly for a rather seldom used feature.
There's no hardware cursor on the Apple II so displaying a cursor during keyboard input means reading the character stored at the cursor location, writing the cursor character, reading the keyboard and finally writing back the character read initially.
The naive approach is to reuse the part of cputc() that determines the memory location of the character at the cursor position in order to read the character stored there. However that means to add at least one additional JSR / RTS pair to cputc() adding 4 bytes and 12 cycles :-( Apart from that this approach means still a "too" large cgetc().
The approach implemented instead is to include all functionality required by cgetc() into cputc() - which is to read the current character before writing a new one. This may seem surprising at first glance but an LDA(),Y / TAX sequence adds only 3 bytes and 7 cycles so it cheaper than the JSR / RTS pair and allows to brings down the code increase in cgetc() down to a reasonable value.
However so far the internal cputc() code in question saved the X register. Now it uses the X register to return the old character present before writing the new character for cgetc(). This requires some rather small adjustments in other functions using that internal cputc() code.
Oliver Schmidt [Sat, 18 Jun 2016 23:39:27 +0000 (01:39 +0200)]
Adjusted to recent change.
Oliver Schmidt [Sat, 18 Jun 2016 23:22:59 +0000 (01:22 +0200)]
Made Makefile actually work.
Supported target systems:
* c64 (default)
* apple2
* apple2enh
* atari
* atarixl