-
Line 94 is shouting
`echo "Please copy the ATARIXL.ROM firmware to ../fireware directory"`
but is meaning **firmware** instead ;-)
-
the atarii800 request for official bios :(
-
```
What steps will reproduce the problem?
1. Start Droid800
2. OS: AtariXL File : any
3. Touch top left on-screen control
What is the expected output? What do you see instead?
I expect to see labels…
-
```
What steps will reproduce the problem?
1. Start Droid800
2. OS: AtariXL File : any
3. Touch top left on-screen control
What is the expected output? What do you see instead?
I expect to see labels…
-
Merge both targets like atari and atarixl
````
Tm Sz Pr Fn Del Name
-- -- -- -- --- -------
x x break.s
x x cgetc.s
x x clrscr.s
x x crt0.s
…
-
Hello.
I don´t have any issue with other functions in conio. but it seems neither cpeekc or cpeeks
```
int block_at(x,y) {
char chr1;
char chr2;
gotoxy(x,y+1);
chr1=cpeekc()…
-
## Description
[hello-getchar.c](https://github.com/llvm-mos/llvm-mos-sdk/blob/v20.2.0/examples/hello-getchar.c) example compiled for Atari 8-bit works incorrectly (unless I'm doing something wrong…
-
This one is for Chris Groessler I think...
By default, cc65 generate a Text DLIST in page 9 (starting @ $0920).
When switching to bitmap mode, I use the same start address for my DLIST (writing…
-
It would be interesting to integrate the ATARI (`atari`,`atarixl`) hardware sprites directly into ugBASIC.
-
It is required to implement the PUT IMAGE with the use of memory in banks under the atarixl target. This implementation will not be prompted immediately but only after enabling virtual segments, which…