]> git.sur5r.net Git - cc65/commitdiff
Fixed an error (Oliver Schmidt).
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 12 Dec 2007 19:16:52 +0000 (19:16 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 12 Dec 2007 19:16:52 +0000 (19:16 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3808 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/c128.sgml

index fdbba63a71362ed0a219b97b33d2645b818439a2..37c428d12b4cd8567e51b46878315b7b9c3d0cca 100644 (file)
@@ -48,7 +48,7 @@ code that does this. The memory configuration register at &dollar;FF00 should
 be saved and restored instead of relying on the memory configuration index
 stored in the zero page.
 
-The setup gives a usable memory range of &dollar;1C00 - &dollar;CFFF. Having
+The setup gives a usable memory range of &dollar;1C00 - &dollar;BFFF. Having
 just the kernal ROM mapped in means, that kernal entry points may be called
 directly, but using the BASIC ROM is not possible without additional code.
 
@@ -57,7 +57,7 @@ Special locations:
 <descrip>
   <tag/Text screen/
   The text screen is located at &dollar;400 (as in the standard setup).
-
+                                                                 
   <tag/Stack/
   The C runtime stack is located at &dollar;CFFF and growing downwards.