|
Color Computer
|
The Tandy TRS-80 Color Computer was known to be called "coco" (Color Computer) by its users. It uses its own version of BASIC, "Tandy Color BASIC" instead of the world famous Microsoft BASIC.
It was followed by the TRS-80 Color Computer II in 1982.
The Welsh Dragon 32 was one of its many clones...
_____________________________
More information about the various Tandy Color BASIC versions from Lee Veal
:
In reality, the 'dialects' of BASIC on all versions of the TRS-80 Color Computer 1s & 2s were written by Microsoft for Tandy. That includes Color BASIC (CB), Extended Color BASIC (ECB) and Disk Extended Color BASIC (DECB).
In fact, with very few modifcations, BASIC programs from an IBM-PC or compatible using Microsoft BASIC could run on a CoCo and vice versa. (The way I know that is that I did it. Some were quite complex graphics oriented programs.)
Within one-half K of the beginning the Color BASIC ROM address, there's a character string that reads "COLOR BASIC 1.0(C) 1980 TANDYMICROSOFT". When you fire up a CoCo 1 that has only the Color BASIC ROM, you'll see on the screen
COLOR BASIC 1.0
(C) 1980 TANDY
The authors of Tandy's Color BASIC (Microsoft) left their name in the code, but they left it off the opening display.
Subsequent levels of CoCo BASIC (Extended CB and Disk Extended CB) had Microsoft prominently displayed in the opening display. Thus, Color BASIC was quite compatible for obvious reasons with the BASIC that Microsoft develped for the PC. Extended and Disk Extended versions of CoCo BASIC were even more compatible with Microsoft's BASIC for the PC.
On the other hand, the BASIC dialects contained in computers like the Commodore-64, TI-994A, etc were quite incompatible with any version of Microsoft BASIC.
The BASIC developed by Microware (the developers of the OS-9 operating system and originally Tandy's first choice of a BASIC developer), called BASIC09, was NOT compatible with Microsoft BASIC. BASIC09 is and was a powerful language that compiled to intermediate code but it is more akin to Pascal then BASIC.
|