mirror of
https://github.com/cc65/cc65.git
synced 2025-03-03 09:32:33 +00:00
Fixed a typo
git-svn-id: svn://svn.cc65.org/cc65/trunk@4161 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
4ee6bf6f2c
commit
effa1f4864
@ -43,7 +43,7 @@ config.
|
|||||||
cc65 generated programs with the default setup run with the I/O area and the
|
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
|
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
|
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
|
code that does this. The memory configuration register at $FF00 should
|
||||||
be saved and restored instead of relying on the memory configuration index
|
be saved and restored instead of relying on the memory configuration index
|
||||||
stored in the zero page.
|
stored in the zero page.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user