diff --git a/doc/creativision.sgml b/doc/creativision.sgml index 64623b3b2..29653ce0f 100644 --- a/doc/creativision.sgml +++ b/doc/creativision.sgml @@ -4,7 +4,7 @@
The standard binary output format generated by the linker for the Creativision target
-is a 4 kbyte machine language program. It is of course possible to change
-this behaviour by using one of the different linker configs.
+is a 4 KB ROM image. To create an 8 KB ROM a custom linker script has
+to be used.
-cc65 generated programs with the default setup run with the I/O area enabled,
-which gives a usable memory range of $B000 - $BEFF.
-More ROM may need additional bankswitching code.
+cc65 generated programs with the default setup are 4 KB in size,
+occupying $B000 - $BFFF. Usable memory space for the
+user program is $B000 - $BEFF. $BF00 -
+$BFFF is reserved for the runtime and cartridge configuration
+area.
Special locations:
@@ -47,11 +49,15 @@ Special locations:
The text screen is located at VRAM $1000.