-
I compiled for C64:
$ cl65 -t c64 targettest/ser-test.c -o ser-test.prg
this file, present in the repo (`./targettest/ser-test.c`):
#include
#include
#include
#inclu…
-
Hi Thomas and crew,
I am implementing Fujinet in 8bit-Unity, and got the HTTP mode working. However, I am struggling with the TCP/UDP modes: I can connect to my Linux box and exchange packets, but …
-
For applications that do not use Text mode, I reclaim the $400 of memory used by Chargen by modifying atari xl config files as follows:
```
# address of relocated character generator (same addess …
-
This one is for Chris again.
I am implementing a charmap mode in 8bit-Unity (Graphics 12/ANTIC 4), and using a DLI to swap between CharSets.
But I have an issue with the atarixl_largehimem confi…
-
The parallel option does not seem to work. Are our makefiles not smart enough?
-
It scans fine but when i try to start it thru the playlist it doesnt "autostart"
I have to choose a core manual "Atari 8-bit computer systems and 5200 (Atari800)" shows up.
When i choose that cor…
-
In https://github.com/Fabrizio-Caruso/C64_Multiplexer_C_LIB/blob/master/cfg/c128_multiplexer_sid_at_2400_gfx_at_3000.cfg
I have defined the two code segments CODE and CODE2
Code memory is split in
…
-
The current code in system-check tries to detect old SpartaDOS versions:
```
; check for SpartaDOS and its usage of RAM below ROM
; return CF 0/1 for ok/bad
sdcheck:lda DOS
cmp …
-
The include simply defines the C16 labels but ignores the plus4 kernel wrappers.
-
Hi to all,
I have a rookie question.
When I am compiling for the Commodore 128, how much memory can I use in a C program for (code+data)?
I had a peek at the cfg file:
https://github.com/cc6…