mirror of
https://github.com/cc65/cc65.git
synced 2025-08-13 23:25:29 +00:00
Fixed an error (Oliver Schmidt).
git-svn-id: svn://svn.cc65.org/cc65/trunk@3808 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -48,7 +48,7 @@ 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.
|
||||||
|
|
||||||
The setup gives a usable memory range of $1C00 - $CFFF. Having
|
The setup gives a usable memory range of $1C00 - $BFFF. Having
|
||||||
just the kernal ROM mapped in means, that kernal entry points may be called
|
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.
|
directly, but using the BASIC ROM is not possible without additional code.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user