Author: Allen Huffman
NOTE: If what I describe in this article applies to other implementations of BASICs that use reserved string space, please leave a comment and let me know. I was in junior high school when I started learning to program BASIC. Initially, this was done by reading a book a classmate had and then writing programs out on paper. We’d then…
The most famous Tandy/Radio Shack Color Computer (“CoCo”) easter egg has to be the hidden photo of the CoCo 3 programmers that shows up if you hold down CTRL-ALT while turning the machine on. (Alternatively, you can hold down CTRL-ALT and hit the reset button on the back of the machine to also display it.) I had the pleasure of…
Although I started out my home computer life with a Commodore VIC-20, I ended up moving to a 64K Radio Shack TRS-80 Color Computer (“CoCo”) mostly because of its Microsoft Extended BASIC. Having built-in commands like PLAY, DRAW, PAINT, LINE and CIRCLE let me do graphics that anyone with an Extended BASIC CoCo could run. On my VIC-20, I had…
Previously, I shared my discovery that the new ChatGPT artificial intelligence program had some understanding of programming languages such as C, BASIC and even COBOL. In the days since that discovery, I have continued to experiment with this technology and have found it to be quite useful. It has already helped me with my day job. It was able to…
OpenAI is the entity behind the trendy DALL-E art generator that creates images using artificial intelligence. That’s the thing that’s been creating nightmare fuel images like this one of “a robot using a 1980s home computer inside a Radio Shack.” Recently, they opened up their ChatGPT chat bot and the world may never be the same. When I first tested…
Updates: 2002-7-9 – Corrected information on the company that originally released NitrOS9 (thanks to L. Curtis Boyle, one of the developers). TL:DNR Put six files in a directory: 68IDE.ide bas11.rom coco3.rom hdblba.rom xroar.conf (which you will make, below) xroar.exe (or xroar.app for Mac) Where “xroar.conf” contains the following text: machine coco3 tv-input rgb machine-cart ide cart-rom hdblba.rom load-hd0 68IDE.ide kbd-translate…
It has only been a week since Roger Taylor announced his project to reverse engineer the custom ASIC Radio Shack used in their Color Computer 3 and we have already learned a few interesting things. He sent two versions of the “GIME” chip off to be opened up and photographed under a microscope. These images revealed some messages etched in…
When Radio Shack released their third and final version of the Color Computer, the Tandy Color Computer 3, it included a custom ASIC chip. This chip, called the GIME (Graphics Interrupt Memory Enhancement), replicated most features of the Motorola 6847 video display generator chip used in earlier models. It also added new features such as higher resolution graphics with more…
Well, this is getting a bit silly. Awhile back I posted an article discussing the alternate color set available in the 32 column text mode on a Radio Shack Color Computer. It was (mostly) available from Extended Color BASIC via the SCREEN command. This allowed having a screen that was either “nuclear green” or “whatever color the other is”. Then,…
In a previous article I discussed the Radio Shack Color Computer’s lesser known text mode screen colors. Below you can see the normal, normal reversed, alternate and alternate reversed color modes: During a recent discussion with CoCo FPGA programmer Roger Taylor, he mentioned something I was unaware of. He has spent years working on an FPGA recreation of the various…