]> git.sur5r.net Git - cc65/commitdiff
document 'atari-cassette.cfg'
authorChristian Groessler <chris@groessler.org>
Fri, 21 Feb 2014 21:42:54 +0000 (22:42 +0100)
committerChristian Groessler <chris@groessler.org>
Fri, 21 Feb 2014 21:42:54 +0000 (22:42 +0100)
doc/atari.sgml

index 9f7a3fbc45c5c58cab24b03805416628620a93d5..908763a3f79146223f910e14648b1c669deb28b2 100644 (file)
@@ -221,6 +221,16 @@ that the cartridge doesn't prevent the booting of DOS.
 The option byte will be located at address &dollar;BFFD. For more information
 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&sol;atari&sol;w2cas.c/).
 
 <sect1><tt/atarixl/ config files<p>