HOME

TheInfoList



OR:

The 7360/8360 Text Editing Device (TED) was an integrated circuit made by MOS Technology, Inc. It was a
video chip A video display controller or VDC (also called a display engine or display interface) is an integrated circuit which is the main component in a video-signal generator, a device responsible for the production of a TV video signal in a computin ...
that also contained sound generation hardware, DRAM refresh circuitry, interval timers, and
keyboard Keyboard may refer to: Text input * Keyboard, part of a typewriter * Computer keyboard ** Keyboard layout, the software control of computer keyboards and their mapping ** Keyboard technology, computer keyboard hardware and firmware Music * Musi ...
input handling. It was designed for the
Commodore Commodore may refer to: Ranks * Commodore (rank), a naval rank ** Commodore (Royal Navy), in the United Kingdom ** Commodore (United States) ** Commodore (Canada) ** Commodore (Finland) ** Commodore (Germany) or ''Kommodore'' * Air commodore ...
Plus/4 and 16. Packaging consisted of a
JEDEC The JEDEC Solid State Technology Association is an independent semiconductor engineering trade organization and standardization body headquartered in Arlington County, Virginia, United States. JEDEC has over 300 members, including some of the w ...
-standard 48-pin DIP. The only difference between models 7360 and 8360 is the manufacturing technology used; model 8360 is more common.


Video capabilities

The video capabilities provided by the TED were largely a subset of those in the
VIC-II The VIC-II (Video Interface Chip II), specifically known as the MOS Technology 6567/8562/8564 (NTSC versions), 6569/8565/8566 ( PAL), is the microchip tasked with generating Y/C video signals (combined to composite video in the RF modulator) and ...
. The TED supported five video modes: * 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 * of the 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 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 and does away with the external color RAM. The TED did include two features that the VIC-II lacked: luminance control and blinking text. Fifteen of its 16 colors (black being the exception) could be assigned one of 8 luminance values, thus making the TED capable of displaying a far wider array of colors than the VIC-II. The full palette of 121 colors is shown below. :


Sound capabilities

The TED featured a simple
tone generator A signal generator is one of a class of electronic devices that generates electrical signals with set properties of amplitude, frequency, and wave shape. These generated signals are used as a stimulus for electronic measurements, typically used i ...
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 In signal processing, white noise is a random signal having equal intensity at different frequencies, giving it a constant power spectral density. The term is used, with this or similar meanings, in many scientific and technical disciplines ...
. 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 Memory-mapped I/O (MMIO) and port-mapped I/O (PMIO) are two complementary methods of performing input/output (I/O) between the central processing unit (CPU) and peripheral devices in a computer. An alternative approach is using dedicated I/O pro ...
, which is used on the Plus/4 and 16 to scan the keyboard and joystick. In addition, it handles
bank switching Bank switching is a technique used in computer design to increase the amount of usable memory beyond the amount directly addressable by the processor instructions. It can be used to configure a system differently at different times; for example ...
, used by the operating system to maximize the amount of
RAM Ram, ram, or RAM may refer to: Animals * A male sheep * Ram cichlid, a freshwater tropical fish People * Ram (given name) * Ram (surname) * Ram (director) (Ramsubramaniam), an Indian Tamil film director * RAM (musician) (born 1974), Dutch * ...
available to
Commodore BASIC Commodore BASIC, also known as PET BASIC or CBM-BASIC, is the dialect of the BASIC programming language used in Commodore International's 8-bit home computer line, stretching from the PET of 1977 to the C128 of 1985. The core is based on 6502 ...
. 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. 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. 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 is another TED replacement in development based on the original source code by the "ThED project".


Notes


External links


Talking to TED: The MOS 7360/8360 Text Display ICs
{{DEFAULTSORT:Mos Technology Ted MOS Technology integrated circuits Graphics chips Sound chips Input/output integrated circuits