-
It looks like ACK has a problem with multi-line macros ( macros that are in different lines connected by "\")
I get lots of:
"\ deleted"
messages.
Is there a way to make them work?
If this…
-
It took quite a while to narrow this down, but...
Phaeron (Altirra's lead developer) mentioned that when PLATOTerm starts, it chains itself through a deferred vertical blank interrupt, which crashe…
-
The C16 is basically the same as the Plus4, the Plus4 has more memory and a builtin ROM with (rather useless) applications. A C16 expanded to 64K RAM can run anything a Plus4 can. Most, if not all, li…
-
Hi
For my multi-system 8-bit game I am now trying to add redefined chars for all the Atari systems.
I am starting with the ATARIXL wit mode 1 enabled.
When redefining a character by writing f…
-
My cross-system and cross-kit game (more than different targets from CC65 and Z88DK)
https://github.com/Fabrizio-Caruso/ASCII-CHASE
works for all targets with a previous version of CC65 (which I dow…
-
Hi there - I have been looking for documentation on how to use the extended memory driver for Apple //e Enhanced (and other platforms.) Is there some sample code somewhere? I would like to be able t…
-
I am experiencing a weird problem with the Atari text mode 1 (and a somewhat similar problem with the Atmos target in text mode).
I don't know whether it is an emulator-related problem, something nor…
-
Hello. I am attempting to build atarixl target from MacOS X. I have prepared cc65 toolchain from master branch of their GitHub repository.
The build process stops with the following error:
```
make:…
-
Contiki's build environment nominally supports using WERROR=1 to turn on gcc -Werror checking. I find this feature helps reduce the number of bugs I introduce, but Contiki's source has several "error…