]> git.sur5r.net Git - cc65/commitdiff
removed apple2 specific note 213/head
authormrdudz <mrdudz@users.noreply.github.com>
Thu, 22 Oct 2015 15:33:01 +0000 (17:33 +0200)
committermrdudz <mrdudz@users.noreply.github.com>
Thu, 22 Oct 2015 15:33:01 +0000 (17:33 +0200)
doc/c64.sgml

index 80f0334d086e22612bdff36d456c3a95532f6b77..a3e9e12910cb0e4270080e22e0aad0ecaa270e1d 100644 (file)
@@ -127,8 +127,7 @@ and &dollar;ffff.
 In memory constrained situations the memory from &dollar;400 to &dollar;7FF
 can be made available to a program by calling <tt/_heapadd ((void *) 0x400, 0x400);/
 at the beginning of <tt/main()/. Doing so is beneficial even if the program
-doesn't use the the heap explicitly because loading a driver (and in fact
-already opening a driver file) uses the heap implicitly.
+doesn't use the the heap explicitly because loading a driver uses the heap implicitly.
 
 Using <tt/c64-soft80.o/ is as simple as placing it on the linker command
 line like this: