mirror of
https://github.com/cc65/cc65.git
synced 2025-01-03 16:33:19 +00:00
document 'atari-cassette.cfg'
This commit is contained in:
parent
09f7eb72c2
commit
8b876b2ce5
@ -221,6 +221,16 @@ that the cartridge doesn't prevent the booting of DOS.
|
|||||||
The option byte will be located at address $BFFD. For more information
|
The option byte will be located at address $BFFD. For more information
|
||||||
about its use, see e.g. "Mapping the Atari".
|
about its use, see e.g. "Mapping the Atari".
|
||||||
|
|
||||||
|
<sect2><tt/atari-cassette.cfg/<p>
|
||||||
|
|
||||||
|
This config file can be used to create cassette boot files. It's suited both
|
||||||
|
for C and assembly language programs.
|
||||||
|
|
||||||
|
The size of a cassette boot file is restricted to 32K. Larger programs
|
||||||
|
would need to be split in more parts and the parts to be loaded manually.
|
||||||
|
|
||||||
|
To write the generated file to a cassette, an utility program to run
|
||||||
|
on an Atari is provided (<tt/util/atari/w2cas.c/).
|
||||||
|
|
||||||
<sect1><tt/atarixl/ config files<p>
|
<sect1><tt/atarixl/ config files<p>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user