]> git.sur5r.net Git - cc65/log
cc65
7 years agoAdjusted to recent change.
Oliver Schmidt [Sat, 18 Jun 2016 23:39:27 +0000 (01:39 +0200)]
Adjusted to recent change.

7 years agoMade Makefile actually work.
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

7 years agoMinor simplification.
Oliver Schmidt [Sat, 18 Jun 2016 21:39:21 +0000 (23:39 +0200)]
Minor simplification.

7 years agoMake use of doesclrscrafterexit().
Oliver Schmidt [Sat, 18 Jun 2016 21:35:57 +0000 (23:35 +0200)]
Make use of doesclrscrafterexit().

7 years agoMerge pull request #313 from greg-king5/plus4-joy
Oliver Schmidt [Sat, 18 Jun 2016 21:23:55 +0000 (23:23 +0200)]
Merge pull request #313 from greg-king5/plus4-joy

Fix the Plus/4 (and C16) joystick driver.

7 years agoFixed the Plus/4 joystick driver. 313/head
Greg King [Sat, 18 Jun 2016 17:18:26 +0000 (13:18 -0400)]
Fixed the Plus/4 joystick driver.

It chooses a stick correctly.  And, it reads the fire button.

7 years agoMerge pull request #312 from groessler/atari-exec-devel
Oliver Schmidt [Thu, 16 Jun 2016 09:49:18 +0000 (11:49 +0200)]
Merge pull request #312 from groessler/atari-exec-devel

Fix exec() for atarixl target.

7 years agoA small rearrangement of instructions in Atari's exec() to let the comments 312/head
Christian Groessler [Wed, 15 Jun 2016 22:47:13 +0000 (00:47 +0200)]
A small rearrangement of instructions in Atari's exec() to let the comments
make sense again.

7 years agoFix exec() for atarixl target.
Christian Groessler [Wed, 15 Jun 2016 21:52:16 +0000 (23:52 +0200)]
Fix exec() for atarixl target.

The final part of exec() called 'excexit' and only then restored the
stack pointer to its value at program entry.  'excexit' does all
cleanup (the same as '_exit()'), which means that on the atarixl
target the ROM is banked in again.  On big programs the 'SP_save'
variable might reside at a high memory address which is no longer
accessible after the ROM has been banked in.
The change just moves the restoration of the stack pointer before
the call to 'excexit'.

Another change lets exec.s compile if UCASE_FILENAME is not defined.
And some other small cleanups, also in open.s.

7 years agoMerge pull request #311 from groessler/something_to_pull
Oliver Schmidt [Wed, 15 Jun 2016 06:59:50 +0000 (08:59 +0200)]
Merge pull request #311 from groessler/something_to_pull

Fix doesclrscrafterexit() function on atarixl target.

7 years agoMerge pull request #310 from groessler/atari-exec-devel
Oliver Schmidt [Wed, 15 Jun 2016 06:58:23 +0000 (08:58 +0200)]
Merge pull request #310 from groessler/atari-exec-devel

Implement exec() for Atari XDOS.

7 years agoSome improvements to Atari exec() after review. 310/head
Christian Groessler [Tue, 14 Jun 2016 18:44:57 +0000 (20:44 +0200)]
Some improvements to Atari exec() after review.

7 years agoFix doesclrscrafterexit() function on atarixl target. 311/head
Christian Groessler [Mon, 13 Jun 2016 19:16:27 +0000 (21:16 +0200)]
Fix doesclrscrafterexit() function on atarixl target.

On atarixl, the screen is always cleared, regardless of the running DOS.

7 years agoImplement exec() for Atari XDOS.
Christian Groessler [Mon, 13 Jun 2016 18:40:01 +0000 (20:40 +0200)]
Implement exec() for Atari XDOS.

- Adds new ENOEXEC error code, also used by Apple2 targets.
- Maximum command line length is 40, incl. program name. This is
  an XDOS restriction.
- testcode/lib/tinyshell.c has been extended to be able to run
  programs.

7 years agoAdded hint on how to quit program.
Oliver Schmidt [Sun, 12 Jun 2016 21:48:19 +0000 (23:48 +0200)]
Added hint on how to quit program.

7 years agoAvoid warnings on monochrom targets (and remove unnecessary code).
Oliver Schmidt [Sun, 12 Jun 2016 20:56:26 +0000 (22:56 +0200)]
Avoid warnings on monochrom targets (and remove unnecessary code).

7 years agoAllow to build samples from the main Makefile.
Oliver Schmidt [Sun, 12 Jun 2016 20:54:23 +0000 (22:54 +0200)]
Allow to build samples from the main Makefile.

7 years agoMerge pull request #309 from greg-king5/map-zero
Oliver Schmidt [Sat, 11 Jun 2016 14:13:24 +0000 (16:13 +0200)]
Merge pull request #309 from greg-king5/map-zero

Allow character code 0x00 to be remapped with other character codes.

7 years agoAllowed character code zero to be remapped with other character codes. 309/head
Greg King [Sat, 11 Jun 2016 10:43:19 +0000 (06:43 -0400)]
Allowed character code zero to be remapped with other character codes.

7 years agoMerge pull request #308 from greg-king5/funcref
Oliver Schmidt [Thu, 9 Jun 2016 06:57:03 +0000 (08:57 +0200)]
Merge pull request #308 from greg-king5/funcref

Update the function reference document.

7 years agoUpdated the function reference document. 308/head
Greg King [Thu, 9 Jun 2016 01:05:00 +0000 (21:05 -0400)]
Updated the function reference document.

* Added doesclrscrafterexit() to cc65.h's list.
* Added header-file function lists for some new target platforms.

7 years agoMerge pull request #307 from groessler/something_to_pull2
Oliver Schmidt [Tue, 7 Jun 2016 13:13:28 +0000 (15:13 +0200)]
Merge pull request #307 from groessler/something_to_pull2

Add Atari version of of doesclrscrafterexit().

7 years agoUse 'return0' for default 'doesclrscrafterexit()' implementation in libsrc/common. 307/head
Christian Groessler [Tue, 7 Jun 2016 13:05:00 +0000 (15:05 +0200)]
Use 'return0' for default 'doesclrscrafterexit()' implementation in libsrc/common.
Fix include/atari.h formatting.

7 years agofix wrong header reference in doesclrscrafterexit() description
Christian Groessler [Tue, 7 Jun 2016 10:22:25 +0000 (12:22 +0200)]
fix wrong header reference in doesclrscrafterexit() description

7 years agoAdd issues from pull request #307.
Christian Groessler [Tue, 7 Jun 2016 10:05:28 +0000 (12:05 +0200)]
Add issues from pull request #307.

7 years agoMerge pull request #306 from groessler/something_to_pull
Oliver Schmidt [Tue, 7 Jun 2016 08:21:59 +0000 (10:21 +0200)]
Merge pull request #306 from groessler/something_to_pull

Some Atari runtime library fixes.

7 years agoAdd Atari version of of doesclrscrafterexit().
Christian Groessler [Mon, 6 Jun 2016 22:42:51 +0000 (00:42 +0200)]
Add Atari version of of doesclrscrafterexit().

- Update documentation.
- Update atari.h and apple2.h header files.
- Adapt Atari test/target programs.
- Fix a typo in "div" entry in funcref.sgml.

7 years agoSome Atari runtime library fixes. 306/head
Christian Groessler [Mon, 6 Jun 2016 20:45:20 +0000 (22:45 +0200)]
Some Atari runtime library fixes.

* libsrc/atari/ucase_fn.s: Fix handling if input parameter 'tmp2' is 0.
* libsrc/atari/open.s: Set 'tmp2' parameter for 'ucase_fn' if DEFAULT_DEVICE
  is not defined.

7 years agoIntroduced internal gotoxy that pops both parameters.
Oliver Schmidt [Sun, 5 Jun 2016 12:58:38 +0000 (14:58 +0200)]
Introduced internal gotoxy that pops both parameters.

About all CONIO functions offering a <...>xy variant call
  popa
  _gotoxy

By providing an internal gotoxy variant that starts with a popa all those CONIO function can be shortened by 3 bytes. As soon as program calls more than one CONIO function this means an overall code size reduction.

7 years agoAdded Apple II version of doesclrscrafterexit().
Oliver Schmidt [Sun, 5 Jun 2016 11:00:37 +0000 (13:00 +0200)]
Added Apple II version of doesclrscrafterexit().

The prototype and documentation is supposed to be provided together with the ATARI version.

7 years agoAdded full stop.
Oliver Schmidt [Fri, 3 Jun 2016 19:21:22 +0000 (21:21 +0200)]
Added full stop.

7 years agoAdded chrcvt65 to the Visual Studio project.
Oliver Schmidt [Fri, 3 Jun 2016 09:37:15 +0000 (11:37 +0200)]
Added chrcvt65 to the Visual Studio project.

7 years agoAdded --print-target-path option.
Oliver Schmidt [Fri, 3 Jun 2016 09:08:53 +0000 (11:08 +0200)]
Added --print-target-path option.

If cc65 is installed and used as designed there's no need whatsoever for CC65_HOME (both on *IX and Windows) from the perspective of the cc65 binaries. If the user however has to access files from the 'target' directory thenhe ends up with some assumption on the cc65 installation path nevertheless :-(

In order to avoid this I added the --print-target-path option. It "exports" the logic used by the cc65 binaries to locate their files to the user thus allowing him to leverage the same logic to locate the target files in his build scripts / Makefiles.

7 years agoWrite overlays to d64 image.
Oliver Schmidt [Thu, 2 Jun 2016 18:49:10 +0000 (20:49 +0200)]
Write overlays to d64 image.

7 years agoHarmonized goal name.
Oliver Schmidt [Wed, 1 Jun 2016 21:51:43 +0000 (23:51 +0200)]
Harmonized goal name.

7 years agoAllow usage of C1541 environment variable.
Oliver Schmidt [Wed, 1 Jun 2016 21:48:09 +0000 (23:48 +0200)]
Allow usage of C1541 environment variable.

7 years agoRemoved shell for-loop.
Oliver Schmidt [Wed, 1 Jun 2016 21:45:27 +0000 (23:45 +0200)]
Removed shell for-loop.

Just a few of the many reasons why shell for-loops have no place in (GNUmake) Makefiles:
* They don't conform to https://www.gnu.org/software/make/manual/html_node/Utilities-in-Makefiles.html
* They break Windows builds for sure
* They don't fit to make's approach of working with sets
* They break make parallelism

7 years agoDon't cleanup files "just in case".
Oliver Schmidt [Wed, 1 Jun 2016 21:04:46 +0000 (23:04 +0200)]
Don't cleanup files "just in case".

The build doesn't create *.lbl files so we're not deleting *.lbl files.

7 years agoDon't hide build commands.
Oliver Schmidt [Wed, 1 Jun 2016 21:00:37 +0000 (23:00 +0200)]
Don't hide build commands.

The samples Makefile serves educational purposes. From that perspective it's counterproductive to hide the actual build commands. Apart fom that it becomes visible if an installed cc65 is used to build the samples.

7 years agoCorrected cleanup semantics.
Oliver Schmidt [Wed, 1 Jun 2016 20:50:42 +0000 (22:50 +0200)]
Corrected cleanup semantics.

There's no zap goal in cc65 Makefiles.

7 years agoDon't ignore more than necessary.
Oliver Schmidt [Wed, 1 Jun 2016 20:36:38 +0000 (22:36 +0200)]
Don't ignore more than necessary.

We know that the one and only cc65.zip we want to ignore lives in the root directory.

7 years agoFixed clean goal on Windows.
Oliver Schmidt [Wed, 1 Jun 2016 20:14:30 +0000 (22:14 +0200)]
Fixed clean goal on Windows.

Now that the clean goal of the samples Makefile is part of the global clean goal it should work on Windows!

BTW: Ideally the whole samples Makefile should work on Windows ;-))

7 years agoAdjusted to the cc65 Makefile style.
Oliver Schmidt [Wed, 1 Jun 2016 19:08:47 +0000 (21:08 +0200)]
Adjusted to the cc65 Makefile style.

The cc65 Makefiles have a single .PHONY target. It serves as an overview of the "interesting" goals supported by the Makfile.

7 years agoRemoved tab characters.
Oliver Schmidt [Wed, 1 Jun 2016 18:59:33 +0000 (20:59 +0200)]
Removed tab characters.

The cc65 code base uses tab character only for make recipes.

7 years agoDon'r presume that the C64 is the only target.
Oliver Schmidt [Wed, 1 Jun 2016 17:46:02 +0000 (19:46 +0200)]
Don'r presume that the C64 is the only target.

Other targets have disks too and if at some point some one is interested enough to add support for disk creation for other targets too then 'disk' is no good goal name for a C64 disk.

7 years agoDon't fiddle with foreign files.
Oliver Schmidt [Wed, 1 Jun 2016 17:41:51 +0000 (19:41 +0200)]
Don't fiddle with foreign files.

No cc65 tool creates *~ files so we don't cleanup *~ files. If some other tool (like an editor) creates *~ files it's up to the user - and only him - to decide when those files are to be deleted !

7 years agoMerge pull request #305 from silverdr/target_goodies
Oliver Schmidt [Wed, 1 Jun 2016 14:44:57 +0000 (16:44 +0200)]
Merge pull request #305 from silverdr/target_goodies

corrected samples and samples.d64 targets

7 years agocorrected all samples and samples.d64 targets 305/head
Patrycjusz R. Łogiewa [Wed, 1 Jun 2016 14:37:05 +0000 (16:37 +0200)]
corrected all samples and samples.d64 targets

7 years agoMerge pull request #287 from silverdr/target_goodies
Oliver Schmidt [Wed, 1 Jun 2016 09:01:56 +0000 (11:01 +0200)]
Merge pull request #287 from silverdr/target_goodies

moved output of target utils and drivers to separate directory

7 years agoMerge pull request #303 from groessler/something_to_pull
Oliver Schmidt [Tue, 31 May 2016 10:47:11 +0000 (12:47 +0200)]
Merge pull request #303 from groessler/something_to_pull

Atari: get current drive on XDOS

7 years agoAtari, getdefdev.s: use mnemonics for 'crvec'. 303/head
Christian Groessler [Tue, 31 May 2016 10:24:21 +0000 (12:24 +0200)]
Atari, getdefdev.s: use mnemonics for 'crvec'.

7 years agoMerge pull request #304 from groessler/something_to_pull2
Oliver Schmidt [Tue, 31 May 2016 09:45:40 +0000 (11:45 +0200)]
Merge pull request #304 from groessler/something_to_pull2

w2cas: use atexit() to wait for key press at program ternination.

7 years agoUse atexit() to wait for key press at program ternination. 304/head
Christian Groessler [Tue, 31 May 2016 08:38:02 +0000 (10:38 +0200)]
Use atexit() to wait for key press at program ternination.

Idea by polluks.

7 years agoAtari: make __getdefdev function ROM-friendly
Christian Groessler [Tue, 31 May 2016 07:28:53 +0000 (09:28 +0200)]
Atari: make __getdefdev function ROM-friendly

7 years agoAtari: get current drive on XDOS
Christian Groessler [Tue, 31 May 2016 05:37:58 +0000 (07:37 +0200)]
Atari: get current drive on XDOS

7 years agosamples zip and install targets moved into samples/Makefile as agreed 287/head
Patrycjusz R. Łogiewa [Mon, 30 May 2016 15:42:01 +0000 (17:42 +0200)]
samples zip and install targets moved into samples/Makefile as agreed

7 years agoMinor adjustment to recent change.
Oliver Schmidt [Mon, 30 May 2016 12:31:53 +0000 (14:31 +0200)]
Minor adjustment to recent change.

7 years agoMerge pull request #302 from groessler/something_to_pull
Oliver Schmidt [Mon, 30 May 2016 12:29:56 +0000 (14:29 +0200)]
Merge pull request #302 from groessler/something_to_pull

Small optimization in apple2 exec.s.

7 years agoSmall optimization in apple2 exec.s. 302/head
Christian Groessler [Mon, 30 May 2016 12:16:37 +0000 (14:16 +0200)]
Small optimization in apple2 exec.s.

7 years agoIndenting optimised
Patrycjusz R. Łogiewa [Sun, 29 May 2016 14:34:22 +0000 (16:34 +0200)]
Indenting optimised

7 years agoPost-review changes
Patrycjusz R. Łogiewa [Sun, 29 May 2016 14:19:03 +0000 (16:19 +0200)]
Post-review changes

7 years agoMerge pull request #300 from clbr/ld65
Oliver Schmidt [Sat, 28 May 2016 10:02:22 +0000 (12:02 +0200)]
Merge pull request #300 from clbr/ld65

ld65: Be more verbose in token errors

7 years agold65: Be more verbose in token errors 300/head
Lauri Kasanen [Fri, 27 May 2016 17:03:58 +0000 (20:03 +0300)]
ld65: Be more verbose in token errors

7 years agoMerge pull request #297 from groessler/something_to_pull
Oliver Schmidt [Thu, 26 May 2016 21:36:22 +0000 (23:36 +0200)]
Merge pull request #297 from groessler/something_to_pull

Atari: add new function '_is_cmdline_dos()' and some other small changes

7 years agoMerge pull request #294 from greg-king5/standard-functions
Oliver Schmidt [Wed, 25 May 2016 08:36:57 +0000 (10:36 +0200)]
Merge pull request #294 from greg-king5/standard-functions

Make a small optimization to some library functions' inlined versions.

7 years agoMerge pull request #298 from groessler/something_to_pull2
Oliver Schmidt [Wed, 25 May 2016 08:31:41 +0000 (10:31 +0200)]
Merge pull request #298 from groessler/something_to_pull2

make BSS segment optional in atari-cassette.cfg

7 years agomake BSS segment optional in atari-cassette.cfg 298/head
Christian Groessler [Tue, 24 May 2016 23:29:00 +0000 (01:29 +0200)]
make BSS segment optional in atari-cassette.cfg

7 years agoforgot to add the new file atari/is_cmdline_dos.s in my last commit... 297/head
Christian Groessler [Tue, 24 May 2016 23:06:53 +0000 (01:06 +0200)]
forgot to add the new file atari/is_cmdline_dos.s in my last commit...

7 years agoAtari: add new function '_is_cmdline_dos()' and some other small changes.
Christian Groessler [Tue, 24 May 2016 22:51:40 +0000 (00:51 +0200)]
Atari: add new function '_is_cmdline_dos()' and some other small changes.

- use this function instead of directly looking at _dos_type in the included
  targetutil and test programs
- fixes/improvements to the Atari runtime library regarding the recently
  changed _dos_type values
- libsrc/atari/targetutil/w2cas.c: exit if no filename was entered
- add documentation for the new function

7 years agoSmall optimization of some cc65-generated loops. 294/head
Greg King [Tue, 24 May 2016 19:52:12 +0000 (15:52 -0400)]
Small optimization of some cc65-generated loops.

"bne" means also branch-on-not-zero.  Therefore, this optimization doesn't put a compare-to-zero between an increment and a "bne".

7 years agoMerge pull request #295 from groessler/something_to_pull
Oliver Schmidt [Tue, 24 May 2016 14:18:36 +0000 (16:18 +0200)]
Merge pull request #295 from groessler/something_to_pull

Atari: add command line support for XDOS

7 years agoFix style issue. 295/head
Christian Groessler [Tue, 24 May 2016 13:47:34 +0000 (15:47 +0200)]
Fix style issue.

7 years agoatari.h: update _dos_type values
Christian Groessler [Tue, 24 May 2016 02:37:35 +0000 (04:37 +0200)]
atari.h: update _dos_type values

7 years agoadd support for XDOS command lines
Christian Groessler [Tue, 24 May 2016 00:57:21 +0000 (02:57 +0200)]
add support for XDOS command lines

7 years agoatari.inc: add XDOS defines and remove trailing whitespace
Christian Groessler [Mon, 23 May 2016 22:10:47 +0000 (00:10 +0200)]
atari.inc: add XDOS defines and remove trailing whitespace

8 years agodocs for targets with target utilities adjusted
Patrycjusz R. Łogiewa [Wed, 18 May 2016 14:42:51 +0000 (16:42 +0200)]
docs for targets with target utilities adjusted

8 years agoremoved variable usage
Patrycjusz R. Łogiewa [Mon, 16 May 2016 20:35:24 +0000 (22:35 +0200)]
removed variable usage

8 years agoignoring zip target output
Patrycjusz R. Łogiewa [Mon, 16 May 2016 20:34:43 +0000 (22:34 +0200)]
ignoring zip target output

8 years agoadapted for zip/install targets
Patrycjusz R. Łogiewa [Mon, 16 May 2016 20:14:05 +0000 (22:14 +0200)]
adapted for zip/install targets

8 years agoIgnores adjusted
Patrycjusz R. Łogiewa [Mon, 16 May 2016 17:50:02 +0000 (19:50 +0200)]
Ignores adjusted

8 years agodirectory structure changed from driver-centric to target-centric
Patrycjusz R. Łogiewa [Mon, 16 May 2016 17:49:43 +0000 (19:49 +0200)]
directory structure changed from driver-centric to target-centric

8 years agoMerge pull request #289 from OzHawk/patch-1
greg-king5 [Mon, 16 May 2016 02:48:03 +0000 (22:48 -0400)]
Merge pull request #289 from OzHawk/patch-1

Update the missing entries in the kernel jump table for the Vic20 wit…

8 years agoUpdate kernal.s 289/head
OzHawk [Sun, 15 May 2016 23:11:13 +0000 (08:41 +0930)]
Update kernal.s

8 years agomoved output of target utils and drivers to separate directory
Patrycjusz R. Łogiewa [Fri, 13 May 2016 12:28:58 +0000 (14:28 +0200)]
moved output of target utils and drivers to separate directory

8 years agoUpdate the missing entries in the kernel jump table for the Vic20 with the actual...
OzHawk [Wed, 11 May 2016 09:54:16 +0000 (19:24 +0930)]
Update the missing entries in the kernel jump table for the Vic20 with the actual function addresses.

The Vic20 does not have kernal table entries for the following functions.

;-----------------------------------------------------------------------------
; Functions which are not in the kernal jump table for VIC-20 but are for C64

CINT        := $E518
IOINIT      := $FDF9
RAMTAS      := $FD8D

All other kernal entries are the same as the C64, however, without this change, the startup code fails.

Without this change the vic20.lib builds incorrectly.

8 years agoMerge pull request #285 from greg-king5/asm-volatile
Oliver Schmidt [Sun, 24 Apr 2016 19:40:46 +0000 (21:40 +0200)]
Merge pull request #285 from greg-king5/asm-volatile

Add the C keyword "volatile" to the __asm__ statement grammar.

8 years agoAdded the optional C keyword "volatile" to the __asm__ statement grammar. 285/head
Greg King [Fri, 22 Apr 2016 15:33:52 +0000 (11:33 -0400)]
Added the optional C keyword "volatile" to the __asm__ statement grammar.

It prevents the statement's Assembly code from being optimized (e.g., moved or removed).  Optimization is disabled for that statement's entire function (other functions aren't affected).

8 years agoMerge pull request #283 from polluks/sp65
Oliver Schmidt [Thu, 14 Apr 2016 09:28:25 +0000 (11:28 +0200)]
Merge pull request #283 from polluks/sp65

Fixed CPU definition of Lynx.

8 years agoFixed CPU definition of Lynx. Removed nonsense target vc20. 283/head
Polluks [Tue, 12 Apr 2016 21:58:30 +0000 (23:58 +0200)]
Fixed CPU definition of Lynx. Removed nonsense target vc20.

8 years agoMerge pull request #281 from polluks/sp65
Oliver Schmidt [Sun, 10 Apr 2016 19:13:02 +0000 (21:13 +0200)]
Merge pull request #281 from polluks/sp65

sp65: A forgotten option. Empty arguments are not silent anymore.

8 years agoA forgotten option. Empty arguments are not silent anymore. 281/head
KORISNIK [Sun, 10 Apr 2016 00:21:36 +0000 (02:21 +0200)]
A forgotten option. Empty arguments are not silent anymore.

8 years agoMerge pull request #280 from greg-king5/misaligned
Oliver Schmidt [Tue, 29 Mar 2016 10:19:24 +0000 (12:19 +0200)]
Merge pull request #280 from greg-king5/misaligned

Show a warning message about misaligned segments, for all badly-aligned segments.

8 years agoMoved a warning message, about misaligned segments, to a configuration function. 280/head
Greg King [Tue, 29 Mar 2016 09:40:12 +0000 (05:40 -0400)]
Moved a warning message, about misaligned segments, to a configuration function.

It used to be shown only if the segment was written into a binary file.  Now, it's shown for all badly-aligned segments.

8 years agoRenamed chrcvt to chrcvt65 and added it to the build.
Oliver Schmidt [Sun, 27 Mar 2016 17:09:00 +0000 (19:09 +0200)]
Renamed chrcvt to chrcvt65 and added it to the build.

The /Makefile presumes that all binaries are are named *65 so chrcvt had to be renamed in order to be added to the build.

8 years agoUpdated Protovision Shop URL.
Oliver Schmidt [Sun, 27 Mar 2016 16:50:54 +0000 (18:50 +0200)]
Updated Protovision Shop URL.

8 years agoUse .macpack to include macro package.
Oliver Schmidt [Sun, 27 Mar 2016 16:29:45 +0000 (18:29 +0200)]
Use .macpack to include macro package.

8 years agoMade use of recently added Apple scrcode macro.
Oliver Schmidt [Sun, 27 Mar 2016 16:27:53 +0000 (18:27 +0200)]
Made use of recently added Apple scrcode macro.

8 years agoAdded scrcode macro for the Apple II.
Oliver Schmidt [Sun, 27 Mar 2016 16:26:46 +0000 (18:26 +0200)]
Added scrcode macro for the Apple II.

Although the Apple II generally works with plain ASCII (i.e. in the ProDOS 8 MLI) the actual screen codes differ. This fixes #260.

8 years agoMerge pull request #279 from greg-king5/atmos-reconfig
Oliver Schmidt [Sat, 26 Mar 2016 23:36:05 +0000 (00:36 +0100)]
Merge pull request #279 from greg-king5/atmos-reconfig

Convert the Atmos configuration to the new constructor segment model.

8 years agoAllow _sys() to call ROM routines.
Oliver Schmidt [Fri, 25 Mar 2016 20:57:06 +0000 (21:57 +0100)]
Allow _sys() to call ROM routines.

_sys() is supposed to be (primarily) intended to call ROM routines. Leveraging the "file overlay" mechanism of the cc65 build system allows to provide a Apple II specific _sys() implementation that temporarily switches in the ROM.