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.
Thanks for the memories (Rainbow 1981-08)
| WELCOME |
|---|
| Looking for CoCo help? If you are trying to do something with your old Color Computer, read this quick reference. Want to contribute to this wiki? Be sure to read this first. This CoCo wiki project was started on October 29, 2004. --OS-9 Al |
See Recent Changes. | About this site. | Join the E-Mail List or Facebook Group. | Contact me with updates/questions.
This page was last updated on 08/4/2019. Total Pages: 747. Total Files: 997.
Home / Publications / Rainbow / Rainbow 1981 / Rainbow 1981-08 - Thanks for the memories (Rainbow 1981-08)
Yes, we do love the Color Computer, but we get somewhat unhappy when we get right on the edge of usable memory and realize there is some 1.5K being "eaten" up by high-res graphic screens we're not ptanning to use.
There is a way. . .
Just POKE 25,6:NEW when you power up, and you will have an additional 1.5K of bona fide memory to use. We aren't exactly sure what this does, but it seems to remove the high-res graphic screen from memory. It stays gone so long as you don't PCLEAR the Color Computer.
You have to plan advance. The Poke doesn't work if you leave off the :NEW, and, if you have a program residig in memory, the :NEW will wipe.
One way to avoid this problem If you did not plan ahead would be to CSAVE the program, reset the memory and then CLOAD the program back in.
As Bob Hope said...
Transcriber's notes: To work properly it must be: POKE 25,6: POKE &h600,0: NEW
This is because the area for the basic must start with zero, and depending on the boot, the memory is initialized with 0 for the even bytes and $FF for the odd bytes, or vice versa, because it is sometimes there is a 0 in &h600 and sometimes not, only working sometimes, for more security erase &h600 to 0, (does not work for Disk)