From: uz Date: Sat, 12 Sep 2009 22:04:49 +0000 (+0000) Subject: Fixed a typo X-Git-Tag: V2.13.0rc1~95 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=effa1f4864882dd064b289675285de8532c4e182;p=cc65 Fixed a typo git-svn-id: svn://svn.cc65.org/cc65/trunk@4161 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/c128.sgml b/doc/c128.sgml index 174ffdcc0..7d853df1e 100644 --- a/doc/c128.sgml +++ b/doc/c128.sgml @@ -43,7 +43,7 @@ config. cc65 generated programs with the default setup run with the I/O area and the kernal ROM enabled. Note that this is a non standard memory layout, and that there is no "memory configuration index" for this layout. This means that -special case has to be taken when changing the configuration, or calling any +special care has to be taken when changing the configuration, or calling any code that does this. The memory configuration register at $FF00 should be saved and restored instead of relying on the memory configuration index stored in the zero page.