LisaFAQ | sunder.net |
To enter Service Mode:
The amount of memory is at location 2A8, so type this to see it:
12a8[return] 1[return]The first two words of the data are the memory size in bytes, as shown below. Note that unlike intel chips, the 68K is big-endian; the high byte comes first.
512K | 0008 0000 |
1M | 0010 0000 |
1.5M | 0018 0000 |
2M | 0020 0000 |
4M | 0040 0000 |
More than 2MB is only possible with revision 3A ROMs, and CPU and memory board modifications.
Source: James MacPhail / LisaList 2006.06.26
[LisaFAQ] > [Hardware] > [Memory] (Comment on this answer)