]>
git.sur5r.net Git - cc65/log
Christian Groessler [Fri, 24 Feb 2017 18:06:32 +0000 (19:06 +0100)]
atari_antic.inc: use "or" instead of "plus" in the usage example
Oliver Schmidt [Wed, 22 Feb 2017 13:28:32 +0000 (14:28 +0100)]
Merge pull request #385 from groessler/something_to_pull
README.md: PC-Engine is a console
Christian Groessler [Wed, 22 Feb 2017 13:25:10 +0000 (14:25 +0100)]
README.md: PC-Engine is a console
Oliver Schmidt [Wed, 15 Feb 2017 22:26:50 +0000 (23:26 +0100)]
Merge pull request #383 from greg-king5/index-update
Add the Telestrat doc. to the index.
Greg King [Wed, 15 Feb 2017 21:09:21 +0000 (16:09 -0500)]
Added "telestrat.html" to index. Sorted "gamate.html".
Oliver Schmidt [Wed, 15 Feb 2017 15:03:43 +0000 (16:03 +0100)]
Merge pull request #374 from groessler/something_to_pull2
creativision target
Christian Groessler [Wed, 15 Feb 2017 14:53:57 +0000 (15:53 +0100)]
remove old joystick code
Christian Groessler [Wed, 15 Feb 2017 14:45:49 +0000 (15:45 +0100)]
Fix joystick driver. Add interruptor support.
Note that the joystick driver doesn't support combined movements (like
left/up or right/down). This should be fixed.
Christian Groessler [Wed, 15 Feb 2017 14:43:34 +0000 (15:43 +0100)]
Merge remote-tracking branch 'upstream/master' into something_to_pull2
Christian Groessler [Wed, 15 Feb 2017 14:37:06 +0000 (15:37 +0100)]
Add joystick driver to documentation.
Oliver Schmidt [Wed, 15 Feb 2017 08:50:29 +0000 (09:50 +0100)]
Merge pull request #382 from groessler/something_to_pull
Add testcode/lib/mouse-test.c. Rename samples/mousetest.c to mousedemo.c
Christian Groessler [Tue, 14 Feb 2017 22:52:44 +0000 (23:52 +0100)]
fix indentation
Christian Groessler [Mon, 13 Feb 2017 21:43:26 +0000 (22:43 +0100)]
Add testcode/lib/mouse-test.c. Rename samples/mousetest.c to mousedemo.c.
mouse-test.c can be use to test all available mouse drivers for a given target.
Currently supported targets are Atari, C64, and C128.
To avoid confusion, rename samples/mousetest.c to mousedemo.c.
Christian Groessler [Mon, 13 Feb 2017 20:38:38 +0000 (21:38 +0100)]
Merge remote-tracking branch 'upstream/master' into something_to_pull2
Oliver Schmidt [Mon, 13 Feb 2017 11:39:47 +0000 (12:39 +0100)]
Merge pull request #380 from greg-king5/ca65-816
Fix ca65's BRK instruction for the 65816.
Oliver Schmidt [Mon, 13 Feb 2017 11:34:16 +0000 (12:34 +0100)]
Merge pull request #379 from pfusik/zlib-update
Optimize inflatemem.
Greg King [Sun, 12 Feb 2017 19:54:57 +0000 (14:54 -0500)]
Fixed ca65's BRK instruction encoding for the 65816.
BRK is two bytes on all 6502 variants; but, the 65816's maker declared officially that assemblers should support an optional operand.
Piotr Fusik [Sun, 12 Feb 2017 10:41:11 +0000 (11:41 +0100)]
Optimize inflatemem.
The new version is 30% shorter and 10% faster.
It also avoids the indirect-X addressing mode, which was a problem for PC-Engine.
Oliver Schmidt [Fri, 10 Feb 2017 22:47:13 +0000 (23:47 +0100)]
Merge pull request #371 from jedeoric/master
Create an Oric Telestrat target library
jede [Thu, 9 Feb 2017 17:46:56 +0000 (18:46 +0100)]
Rollback for *.vcxproj, telestrat.sgml modified for "don't" instead of "did not" for telemon2.4
Christian Groessler [Wed, 8 Feb 2017 13:34:35 +0000 (14:34 +0100)]
intermediate check-in -- creativision joystick driver
Greg King [Tue, 7 Feb 2017 12:33:27 +0000 (07:33 -0500)]
Reverted 'Used more mundane addressing in some of the instructions in "zlib/inflatemem.s".'
This reverted some of commit
e7e65044e607f15b7d5b4e55abf7cdcb123993a8 .
Christian Groessler [Mon, 6 Feb 2017 20:06:08 +0000 (21:06 +0100)]
Add Creativision to README.md and html index
Christian Groessler [Mon, 6 Feb 2017 19:59:52 +0000 (20:59 +0100)]
Add initial creativision.sgml, contributed by Stefan Haubenthal.
Christian Groessler [Mon, 6 Feb 2017 18:32:00 +0000 (19:32 +0100)]
Merge remote-tracking branch 'upstream/master' into something_to_pull2
Oliver Schmidt [Mon, 6 Feb 2017 18:29:46 +0000 (19:29 +0100)]
Merge pull request #376 from groessler/something_to_pull
gamate, lynx, nes, pce: remove joy_stddrv.s
Christian Groessler [Mon, 6 Feb 2017 18:26:12 +0000 (19:26 +0100)]
gamate, lynx, nes, pce: remove joy_stddrv.s
These targets don't support dynamically loaded joystick drivers.
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
Christian Groessler [Wed, 1 Feb 2017 18:46:04 +0000 (19:46 +0100)]
Cleanups for Creativision.
Christian Groessler [Wed, 1 Feb 2017 17:49:31 +0000 (18:49 +0100)]
Merge remote-tracking branch 'upstream/master' into creativision-neu
Oliver Schmidt [Wed, 1 Feb 2017 17:29:42 +0000 (18:29 +0100)]
Merge pull request #373 from groessler/something_to_pull
pce/memcpy.s: remove superfluous comma in comment
Christian Groessler [Wed, 1 Feb 2017 17:15:05 +0000 (18:15 +0100)]
Merge remote-tracking branch 'upstream/master' into creativision
Christian Groessler [Wed, 1 Feb 2017 16:52:30 +0000 (17:52 +0100)]
pce/memcpy.s: remove superfluous comma in comment
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
Oliver Schmidt [Thu, 26 Jan 2017 16:07:13 +0000 (17:07 +0100)]
Merge pull request #370 from groessler/something_to_pull
libsrc/c16/get_tv.s: remove code duplication
Christian Groessler [Thu, 26 Jan 2017 15:43:47 +0000 (16:43 +0100)]
libsrc/c16/get_tv.s: remove code duplication
Use the plus4 version of get_tv.s.
Oliver Schmidt [Wed, 25 Jan 2017 10:04:49 +0000 (11:04 +0100)]
Merge pull request #369 from groessler/something_to_pull
Small space optimization in libsrc/atari/is_cmdline_dos.s.
Christian Groessler [Tue, 24 Jan 2017 20:01:42 +0000 (21:01 +0100)]
More optimization in libsrc/atari/is_cmdline_dos.s.
Suggestion by Spiro Trikaliotis.
Christian Groessler [Tue, 24 Jan 2017 19:21:56 +0000 (20:21 +0100)]
Small space optimization in libsrc/atari/is_cmdline_dos.s.
jede [Sun, 22 Jan 2017 20:41:49 +0000 (21:41 +0100)]
Correcting doc adding telemon 2.4 primitives
Oliver Schmidt [Sun, 22 Jan 2017 11:04:21 +0000 (12:04 +0100)]
Fixed typo.
Oliver Schmidt [Fri, 20 Jan 2017 10:21:09 +0000 (11:21 +0100)]
Merge pull request #368 from greg-king5/tgi-mouse
Add a way to show the default mouse pointer on C64 TGI screens.
Greg King [Wed, 18 Jan 2017 21:05:47 +0000 (16:05 -0500)]
Added a way to show the default mouse pointer on C64 TGI (graphics) screens.
Oliver Schmidt [Mon, 16 Jan 2017 15:26:48 +0000 (16:26 +0100)]
Merge pull request #365 from FlorentFlament/master
Add C support for Atari 2600 (VCS)
Florent Flament [Wed, 11 Jan 2017 22:12:30 +0000 (23:12 +0100)]
Add Atari 2600 documentation
Florent Flament [Fri, 13 Jan 2017 20:11:44 +0000 (21:11 +0100)]
Add Atari2600 ASM header (.inc) files
Florent Flament [Sun, 8 Jan 2017 18:12:55 +0000 (19:12 +0100)]
Add C support for Atari 2600 (VCS)
jede [Wed, 4 Jan 2017 19:03:19 +0000 (20:03 +0100)]
Correcting some bugs
Oliver Schmidt [Tue, 27 Dec 2016 21:27:00 +0000 (22:27 +0100)]
Merge pull request #363 from kylophone/master
doc/ca65: fix typo
Kyle Swanson [Tue, 27 Dec 2016 17:45:40 +0000 (11:45 -0600)]
doc/ca65: fix typo
Oliver Schmidt [Sun, 25 Dec 2016 11:42:56 +0000 (12:42 +0100)]
Merge pull request #361 from marshallward/master
NES memory map amend (16k prg, 8k chr default)
Marshall Ward [Tue, 20 Dec 2016 11:12:08 +0000 (22:12 +1100)]
NES memory map amend (16k prg, 8k chr default)
The configuration file and runtime (crt0.s) provided for the default NES
ROM layout (2x16k PRG, 8k CHR) incorrectly added interrupts (IRQ1, IRQ2,
TIMERIRQ) which are not supported by the NES hardware. For example, see
the NESdev wiki, which makes no reference to these interrupts.
https://wiki.nesdev.com/w/index.php/CPU_memory_map
The VECTORS region was also incorrectly set to 0xFFF6, which would have
left the 0xFFF4 normally unspecified. This did not result in any error,
however, since cc65 simply placed ROMV directly after ROM0 regardless of
start address.
(This layout may be due to a copy-and-paste from the PC-Engine
configuration, whose interrupt registers start at 0xFFF6, begins with
the three interrupts listed above, followed by NMI and START, and does
not end with a final IRQ interrupt.)
Despite the absence of any actual error, since START is still placed at
0xFFFC, this patch removes the nonexistent interrupts and also correctly
aligns the ROM0 and ROMV regions. It also has the (admittedly very
minor) benefit of freeing up 6 additional bytes for ROM0.
Oliver Schmidt [Thu, 15 Dec 2016 21:53:08 +0000 (22:53 +0100)]
Merge pull request #360 from cacciatc/master
Added 'any' to --list-opt-steps.
Chris Cacciatore [Thu, 15 Dec 2016 00:53:55 +0000 (16:53 -0800)]
Added 'any' to --list-opt-steps.
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 [Sun, 4 Dec 2016 12:12:49 +0000 (13:12 +0100)]
Merge pull request #359 from peterferrie/master
fix build break on da65
Peter Ferrie [Sun, 4 Dec 2016 04:54:14 +0000 (20:54 -0800)]
fix build break on da65
greg-king5 [Sat, 26 Nov 2016 22:30:38 +0000 (17:30 -0500)]
Merge pull request #358 from EtchedPixels/master
* scanner: Correct handling of \0101
The C language has this oddity that octal constants are 3 bytes so the sequence
"\0101" is two bytes and well defined by the langage. cc65 currently misparses
this as a 1 byte octal code. Add a count to fix this.
Signed-off-by: Alan Cox <etchedpixels@gmail.com>
* cc65: remove un-needed logic from octal parsing
We no longer need the extra error handling logic for octal parsing so simplify
it as requested by Greg King.
Signed-off-by: Alan Cox <etchedpixels@gmail.com>
Alan Cox [Sun, 20 Nov 2016 18:02:45 +0000 (18:02 +0000)]
cc65: remove un-needed logic from octal parsing
We no longer need the extra error handling logic for octal parsing so simplify
it as requested by Greg King.
Signed-off-by: Alan Cox <etchedpixels@gmail.com>
Alan Cox [Sat, 19 Nov 2016 13:02:19 +0000 (13:02 +0000)]
scanner: Correct handling of \0101
The C language has this oddity that octal constants are 3 bytes so the sequence
"\0101" is two bytes and well defined by the langage. cc65 currently misparses
this as a 1 byte octal code. Add a count to fix this.
Signed-off-by: Alan Cox <etchedpixels@gmail.com>
Oliver Schmidt [Sun, 16 Oct 2016 11:47:31 +0000 (13:47 +0200)]
Removed DEL as suggested by Greg.
Oliver Schmidt [Sat, 15 Oct 2016 13:45:17 +0000 (15:45 +0200)]
Make use of doesclrscrafterexit().
greg-king5 [Fri, 30 Sep 2016 00:00:09 +0000 (20:00 -0400)]
Shorten a URL.
Oliver Schmidt [Tue, 27 Sep 2016 12:56:28 +0000 (14:56 +0200)]
Merge pull request #353 from SvOlli/da65
da65: adding support for 4510 cpu of c65
Sven Oliver Moll [Tue, 27 Sep 2016 10:02:57 +0000 (12:02 +0200)]
4510 support for da65: fixed docs and Makefile for testcase.
Sven Oliver Moll [Fri, 23 Sep 2016 11:10:38 +0000 (13:10 +0200)]
da65: 4510 support
- cleaned up unnecessary static function
- adjusted table formatting
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
Sven Oliver Moll [Tue, 20 Sep 2016 15:37:10 +0000 (17:37 +0200)]
da65: adding support for 4510 cpu of c65
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