From 6a72d53355707126d1e54803e836563feff8f0f8 Mon Sep 17 00:00:00 2001 From: "ol.sc" Date: Sat, 10 Oct 2009 11:11:25 +0000 Subject: [PATCH] Some fixes to the recent change. git-svn-id: svn://svn.cc65.org/cc65/trunk@4353 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/apple2.sgml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/doc/apple2.sgml b/doc/apple2.sgml index f70a6277a..575f4323c 100644 --- a/doc/apple2.sgml +++ b/doc/apple2.sgml @@ -44,9 +44,10 @@ that allows to put binary files with a DOS 3.3 header onto disk images containing DOS 3.3 as well as ProDOS 8. For ProDOS 8 system programs the load address is fixed to $2000 so there -is no need for a header. Therefore the linker configuration +is no need for a header. Thus the linker configuration for those programs -omits the DOS 3.3 header. +omits the DOS 3.3 header. The right AppleCommander option to put system files +without a header on a ProDOS 8 disk image is Memory layout

@@ -89,7 +90,7 @@ on the chosen . The ld65 linker comes with a builtin config file for the Apple ][, which is used via /. +are used via builtin config file

@@ -253,9 +254,9 @@ the memory from $800 to $2000 can be added to the heap by calling ProDOS 8 requires for every open file a page-aligned 1 KB I/O buffer. By default these buffers are allocated by the cc65 runtime system on the heap using -