MediaWiki:Sitenotice:
2025-12-29: I have restored the wiki to a backup from the end of November. Starting in September 2025, accesses went form the 800MB-1.2GB range per month to 26GB in September, 42GB in October, and 70GB in November with most accesses originating from China. As soon as I realized what was causing all the access problems in November, I shut it down (it had reached 36GB by then) behind a password/login screen. The database had gotten corrupted, and I tried a restore from just before the spike in access but that didn't work. Thus, end of November. I still have the other daily backups so if there were any important additions in December, let me know and maybe they can be recovered. - Allen H.
MMU RAMROM Mode
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.