MediaWiki:Sitenotice:
2024-03-02: The wiki ran out of disk space, so things were not working. This has been resolved by adding another 5GB of quota ;-) Thanks to Tim Lindner for reporting the issues. 2020-05-17: If a page gives you an error about some revision not being found, just EDIT the page and the old page should appear in the editor. If it does, just SAVE that and the page should be restored. OS-9 Al (talk) 12:22, 17 May 2020 (CDT)

MMU RAMROM Mode

From CoCopedia - The Tandy/Radio Shack Color Computer Wiki
Revision as of 01:45, 2 May 2007 by Tlindner (talk | contribs) (Composing)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Color Computer 3 Memory Management Unit in ROM/RAM

The MMU in the CoCo 3 has access to 63 blocks of RAM each 8 kilobytes in size. In ROM/RAM mode the last four blocks don't access RAM. They access either internal or external ROM.

The ROM pages (3C-3F) can be written to any of the eight avaiable MMU slots. In all cases the last two bits the page page are ignored by the MMU and substituted by the last two bits of the slot number.

For example, writing $3D to slot 2 of the MMU does not map the second 8k page of ROM to addresses $4000-$5FFF. It maps page $3E (the third ROM page), because:

This essemtially means that Page $3C will only appear in slots 0 and 4; $3D in 1 and 5; $3E in 1 and 6; $3F in 1 and 7.