Fixed Plus/4 info. This is a test commit by uz using the ol.sc account.

git-svn-id: svn://svn.cc65.org/cc65/trunk@3892 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc 2008-08-25 17:41:16 +00:00
parent cc36f8a93a
commit 8f59614438

View file

@ -131,10 +131,8 @@ C128: The startup code will reprogram the MMU, so that only the kernal ROM
is enabled. This means, there are 41K of memory available to the is enabled. This means, there are 41K of memory available to the
program. program.
Plus/4: Unfortunately, the Plus/4 is not able to disable only part of it's Plus/4: Works with bank switching so 59K of memory are available to the
ROM, it's an all or nothing approach. So, on the Plus/4, the program program.
has only 28K available (16K machines are detected and the amount of
free memory is reduced to 12K).
CBM 500: CBM 500:
The C program runs in bank #0 and has a total of 48K memory available. The C program runs in bank #0 and has a total of 48K memory available.