The only difference between models 7360 and 8360 is the manufacturing technology used; model 8360 is more common.[1]
Video capabilities
The video capabilities provided by the TED were largely a subset of those in the VIC-II. The TED supported five video modes:[2]
Text mode of 40 × 25 characters with 8 × 8 pixels
Multicolor text (4 × 8 pixels per character, double pixel width in the x-direction)
Extended background color mode (8 × 8 pixels per character)
Multicolor Graphics 160 × 200 pixels
Hi-Res Graphics 320 × 200 pixels
46 μs of the 52 μs long visible part of the scan lines is filled with pixels
These modes were largely unchanged from the corresponding VIC-II modes aside from different register and memory mappings (see the article on the VIC-II for information on graphics modes). However, the TED lacked the sprite capabilities of the VIC-II, and so game animation had to be done exclusively with custom character sets like on the VIC-20. This restricted the graphics of C16/Plus 4 games versus the C64. On the VIC-II, sprites used two thirds of the die area pushing the transistor count over that of the CPU. In contrast, the TED caches the color attributes on-chip, increasing the SRAM from 40 to 75 bytes and does away with the external color RAM.
The TED did include two features that the VIC-II lacked: luminance control and blinking text.
It generated 16 base colors by variations of Pb and Prchroma signals (with 8 possible steps, ranging from 0, +-0.3826834, +-0.7071068 to +-1.0). Fifteen of these 16 colors (black being the exception) could be assigned one of 8 Yluma values (0.125, 0.25, 0.375, 0.5, 0.625, 0.75, 0.875, 1.0), thus making the TED capable of displaying a far wider array of colors than the VIC-II. The full palette of 121 YPbPr colors is shown below.[3]
The TED featured a simple tone generator that produced two channels of audio. The first channel produced a square wave, and the second could produce either a square wave or white noise. Between the two channels you could hear either two tones or one tone plus noise. This tone generator was designed for business applications, and did not provide the extensive sound features found in the SID chip.
Other features
The TED includes three 16-bit interval timers, which consist of down counters operating at the master clock frequency. They can generate IRQs on underflow as can a raster register on equality with the current scan line. The chip also contains an I/O port, which is used on the Plus/4 and 16 to control the IEC bus (for connecting Floppy Disk Drives) and the Datassette (Tape Recorder).
TED has a higher priority on DRAM access than the CPU. Thus in the borders the CPU is able to run at full speed, but in the active display area it is throttled down to half the clock rate. An undesirable feature of the chip is its well-known tendency to destroy itself through overheating. To preserve a computer which employs this chip in working order, it is recommended to improve its cooling.[4]
As TED chips are not produced anymore, its internal architecture has been investigated and replicated by Hungarian developer Istvan Hegedus using verilog HDL in a project called FPGATED.[5] The source code of this project has been made open source which lead to a C16 implementation on the MisTer platform and a working prototype drop-in chip replacement by the original code developer.
There was another TED replacement in development based on the original source code by the "ThED project", but this has been put on hold because of difficulties with component supplies.[6]