Color Graphics Adapter

Last updated
Color Graphics Adapter
IBM Color Graphics Adapter.jpg
IBM CGA graphics card
Release date1981;42 years ago (1981)
Architecture Motorola 6845, ATI CW16800
Cards
Entry-levelIBM Color Graphics Adapter, ATi Graphics Solution Rev 3, ATi Color Emulation Card, Tseng Labs ColorPAK,
Mid-rangeATi Graphics Solution plus, ATi Graphics Solution Plus SP, ATi Graphics Solution SR, Number Nine Graphics System
High-endATi Small Wonder Graphics Solution, Tseng Labs EVA/480
EnthusiastATi Small Wonder Graphics Solution with game port
History
Successor

The Color Graphics Adapter (CGA), originally also called the Color/Graphics Adapter or IBM Color/Graphics Monitor Adapter, [1] introduced in 1981, was IBM's first color graphics card for the IBM PC and established a de facto computer display standard.

Contents

Hardware design

The original IBM CGA graphics card was built around the Motorola 6845 display controller, [2] came with 16  kilobytes of video memory built in, and featured several graphics and text modes. The highest display resolution of any mode was 640 × 200, and the highest color depth supported was 4-bit (16 colors).

The CGA card could be connected either to a direct-drive CRT monitor using a 4-bit digital (TTL) RGBI interface, such as the IBM 5153 color display, or to an NTSC-compatible television or composite video monitor via an RCA connector. [3] The RCA connector provided only baseband video, so to connect the CGA card to a television set without a composite video input required a separate RF modulator. [1]

IBM produced the 5153 Personal Computer Color Display for use with the CGA, but this was not available at release [4] and would not be released until March 1983. [5]

Although IBM's own color display was not available, customers could either use the composite output (with an RF modulator if needed), or the direct-drive output with available third-party monitors that supported the RGBI format and scan rate. Some third-party displays lacked the intensity input, reducing the number of available colors to eight, [4] and many also lacked IBM's unique circuitry which rendered the dark-yellow color as brown, so any software which used brown would be displayed incorrectly.

Output capabilities

CGA offered several video modes. [6] [7]

Graphics modes:

Some software achieved greater color depth by utilizing artifact color when connected to a composite monitor.

Text modes:

IBM intended that CGA be compatible with a home television set. The 40 × 25 text and 320 × 200 graphics modes are usable with a television, and the 80 × 25 text and 640 × 200 graphics modes are intended for a monitor. [2]

Color palette

CGA uses a 4-bit RGBI 16-color gamut, but not all colors are available at all times, depending on which graphics mode is being used. In the medium- and high-resolution modes, colors are stored at a lower bit depth and selected by fixed palette indexes, not direct selection from the full 16-color palette.

When four bits are used (for low-resolution mode, or for programming color registers) they are arranged according to the RGBI color model: [8]

CGA palette internal bit arrangement (4-bit RGBI) [8]
ColorIRGBColorIRGB
Black0000Gray 21000
Blue0001Light Blue1001
Green0010Light Green1010
Cyan0011Light Cyan1011
Red0100Light Red1100
Magenta0101Light Magenta1101
Brown0110Light Yellow1110
Gray 10111White1111

These four colour bits are then interpreted internally by the monitor, or converted to NTSC colours (see below).

Full CGA 16-color palette
0black
#000000
8dark gray
#555555
1blue
#0000AA
9light blue
#5555FF
2green
#00AA00
10light green
#55FF55
3cyan
#00AAAA
11light cyan
#55FFFF
4red
#AA0000
12light red
#FF5555
5magenta
#AA00AA
13light magenta
#FF55FF
6brown
#AA5500
14yellow
#FFFF55
7light gray
#AAAAAA
15white
#FFFFFF
Note: Color hex values shown are 8-bit RGB
equivalents, internally CGA is 4-bit RGBI

With an RGBI monitor

When using a direct-drive monitor, the four color bits are output directly to the DE-9 connector at the back of the card.

Within the monitor, the four signals are interpreted to drive the red, green and blue color guns. With respect to the RGBI color model described above, the monitor would use approximately the following formula to process the digital four-bit color number to analog voltages ranging from 0.0 to 1.0:

red   := 2/3×(colorNumber & 4)/4 + 1/3×(colorNumber & 8)/8 green := 2/3×(colorNumber & 2)/2 + 1/3×(colorNumber & 8)/8 blue  := 2/3×(colorNumber & 1)/1 + 1/3×(colorNumber & 8)/8
dark yellow
6#AAAA00

Color 6 is treated differently; when using the formula above, color 6 would become dark yellow, as seen to the left, but in order to achieve a more pleasing brown tone, special circuitry in most RGBI monitors, starting with the IBM 5153 color display, [10] makes an exception for color 6 and changes its hue from dark yellow to brown by reducing the analogue green signal's amplitude. The exact amount of reduction differed between monitor models: the original IBM 5153 Personal Computer Color Display reduces the green signal's amplitude by about one third, [11] while the IBM 5154 Enhanced Color Display internally converts all 4-bit RGBI color numbers to 6-bit ECD color numbers, [8] which amounts to halving the green signal's amplitude. The Tandy CM-2, [12] CM-4 [13] and CM-11 [14] monitors provide a potentiometer labelled "BROWN ADJ." to adjust the amount of green signal reduction.

This "RGBI with tweaked brown" palette was retained as the default palette of later PC graphics standards such as EGA and VGA, which can select colors from much larger gamuts, but default to these until reprogrammed.

With a composite color monitor/television set

CGA's 16 colors when using the NTSC output (post-1983 card revision) CGA-NTSC-colors.png
CGA's 16 colors when using the NTSC output (post-1983 card revision)

For the composite output, these four-bit color numbers are encoded by the CGA's onboard hardware into an NTSC-compatible signal fed to the card's RCA output jack. For cost reasons, this is not done using an RGB-to-YIQ converter as called for by the NTSC standard, but by a series of flip-flops and delay lines. [15] [16]

Consequently, the hues seen are lacking in purity; notably, both cyan and yellow have a greenish tint, and color 6 again looks dark yellow instead of brown. [17]

The relative luminances of the colors produced by the composite color-generating circuit differ between CGA revisions: they are identical for colors 1-6 and 9-14 with early CGAs produced until 1983, [18] and are different for later CGAs due to the addition of additional resistors. [19]

Standard text modes

CGA offers four BIOS text modes (Modes 0 to 3, called alphanumeric or A/N modes in IBM's documentation). In these modes, individual pixels on the screen cannot be addressed directly. Instead, the screen is divided into a grid of character cells, each displaying a character defined in one of two bitmap fonts, "normal" and "thin," included in the card's ROM. The fonts are fixed and cannot be modified or selected from software, only by a jumper on the board itself.

Fonts are stored as bitmaps at a color depth of 1-bit, with a "1" representing the character and a "0" representing the background. These colors can be chosen independently, for each character on the screen, from the full 16-color CGA palette. The character set is defined by hardware code page 437.

The font bitmap data is only available to the card itself, it cannot be read by the CPU. In graphics modes, text output by the BIOS operates by copying text from the font ROM bit-by-bit to video memory.

40 × 25 mode

BIOS Modes 0 and 1 are both 40 columns by 25 rows text modes, with each character a pattern of 8×8 dots. The effective screen resolution in this mode is 320 × 200 pixels (a pixel aspect ratio of 1:1.2.) The card has sufficient video RAM for eight different text pages in this mode.

The difference between these two modes can only be seen on a composite monitor, where mode 0 disables the color burst, making all text appear in grayscale. Mode 1 enables the color burst, allowing for color. Mode 0 and Mode 1 are functionally identical on RGB monitors and on later adapters that emulate CGA without supporting composite color output.

80 × 25 mode

BIOS Modes 2 and 3 select 80 columns by 25 rows text modes, with each character still an 8×8 dot pattern, but displayed at a higher scan rate. The effective screen resolution of this mode is 640 × 200 pixels. In this mode, the card has enough video RAM for four different text pages.

As with the 40-column text modes, Mode 2 disables the color burst in the composite signal and Mode 3 enables it.

Textmode color

Each character cell stored four bits for foreground and background color. However, in the cards default configuration, the fourth bit of the background color does not set intensity, but sets the blink attribute for the cell. All characters on the screen with this bit set will periodically blink, meaning their foreground color will be changed to their background color so the character becomes invisible. All characters blink in unison.

By setting a hardware register, the blink feature can be disabled, restoring access to high-intensity background colors.

All blinking characters on the screen blink in sync. The blinking attribute effect is enabled by default and the high-intensity background effect is disabled; disabling blinking is the only way to freely choose the latter eight-color indexes (8-15) for the background color.

Notably, the GW-BASIC and Microsoft QBASIC programming languages included with MS-DOS supported all the text modes of the CGA with full color control, but did not provide a normal means through the BASIC language to switch the CGA from blink mode to 16-background-color mode. This was still possible however by directly programming the hardware registers using the OUT statement of the BASIC language.

Standard graphics modes

CGA offers graphics modes at three resolutions: 160 × 100, 320 × 200 and 640 × 200. In all modes every pixel on the screen can be set directly, but the color depth for the higher modes does not permit selecting freely from the full 16-color palette.

160 × 100

Title screen of PakuPaku, a Pac-Man clone that uses 160 x 100 mode Paku Paku.png
Title screen of PakuPaku, a Pac-Man clone that uses 160 × 100 mode

The low-resolution 160 × 100 mode uses a 16-color palette and is set up as 80 × 25 character mode (Mode 3) but uses memory-mapped graphics on 16000 bytes of memory. [20]

320 × 200

In the medium-resolution 320 × 200 modes (Modes 4 and 5), each pixel is two bits, which select colors from a four-color palette. In mode 4, there are two palettes, and in mode 5 there is a single palette.

CGA hardware palettes on a RGBI monitor
#Mode 4Mode 5
Palette 0Palette 1low intensityhigh intensity
low intensityhigh intensitylow intensityhigh intensity
00 – background0 – background0 – background0 – background0 – background0 – background
12 – green10 – light green3 – cyan11 – light cyan3 – cyan11 – light cyan
24 – red12 – light red5 – magenta13 – light magenta4 – red12 – light red
36 – brown14 – yellow7 – light gray15 – white7 – light gray15 – white

Several choices can be made by programming hardware registers. First, the selected palette. Second, the intensity – which is defined for the entire screen, not on a per-pixel basis. Third, color 0 (the "background" color) can be set to any of the 16 colors.

The specific BIOS graphics mode influences which palettes are available. BIOS Mode 4 offers two palettes: green/red/brown and cyan/magenta/white.

As with the text modes 0 and 2, Mode 5 disables the color burst to allow colors to appear in grayscale on composite monitor. However, unlike the text modes, this also affects the colors displayed on an RGBI monitor, altering them to the cyan/red/white palette seen above. This palette is not documented by IBM, but was used in some software.

640 × 200

In the high-resolution 640 × 200 mode (Mode 6), each pixel is one bit, providing two colors which can be chosen from the 16-color palette by programming hardware registers.

In this mode, the video picture is stored as a simple bitmap, with one bit per pixel setting the color to "foreground" or "background". By default the colors are black and bright white, but the foreground color can be changed to any entry in the 16-color CGA palette. The background color cannot be changed from black on an original IBM CGA card.

This mode disables the composite color burst signal by default. The BIOS does not provide an option to turn the color burst on in 640 × 200 mode, and the user must write directly to the mode control register to enable it.

Further graphics modes and tweaks

A number of official and unofficial features exist that can be exploited to achieve special effects.

Some of these above tweaks can be combined. Examples can be found in several games. [23]

160 × 100 16 color mode

A single big "pixel" in 160 x 100 mode. This is the two top rows of half of character 221. Note the eight constituent non-square pixels and the overall 1:1.2 aspect ratio. Single pixel in CGA 160x100 mode.svg
A single big "pixel" in 160 × 100 mode. This is the two top rows of half of character 221. Note the eight constituent non-square pixels and the overall 1:1.2 aspect ratio.

Technically, this mode is not a graphics mode, but a tweak of the 80 × 25 text mode. The character cell height register is changed to display only two lines per character cell instead of the normal eight lines. This quadruples the number of text rows displayed from 25 to 100. These "tightly squeezed" text characters are not full characters. The system only displays their top two lines of pixels (eight each) before moving on to the next row.

ASCII.221.character.svg Character 221
Half-block.character.blue.red.svg 221 with blue text and red background color
Half-block.character.red.blue.svg 221 with red text and blue background color.
ASCII.222.character.svg Character 222

Character 221 of the CGA character set consists of a box occupying the entire left half of the character matrix. (Character 222 consists of a box occupying the entire right half.)

Because each character can be assigned different foreground and background colors, it can be colored (for example) blue on the left (foreground color) and bright red on the right (background color). This can be reversed by swapping the foreground and background colors.

Using either character 221 or 222, each half of each truncated character cell can thus be treated as an individual pixel—making 160 horizontal pixels available per line. Thus, 160 × 100 pixels at 16 colors, with an aspect ratio of 1:1.2, are possible.

Although a roundabout way of achieving a 16-color graphics display, this works quite well and the mode is even mentioned (although not explained) in IBM's official hardware documentation. [24] This mode was used as early as 1983 on the game Moon Bugs. [25] [26] [27] [28]

More detail can be achieved in this mode by using other characters, combining ASCII art with the aforesaid technique. This was explored by Macrocom, Inc on two games: Icon: Quest for the Ring (released in 1984) and The Seven Spirits of Ra (released in 1987). [28] [29] [30] [31] [32]

The same text cell height reduction technique can also be used with the 40 × 25 text mode, yielding a resolution of 80 × 100.

Composite output

Using the composite output instead of an RGBI monitor produced lower-quality video, due to NTSC's inferior separation between luminance and chrominance. [33] This is especially a problem with 80-column text: [34]

80-column text on RGB (left) vs. composite monitor (right) CGA CompVsRGB Text.png
80-column text on RGB (left) vs. composite monitor (right)

For this reason, each of the text and graphics modes has a duplicate mode which disables the composite colorburst, resulting in a black-and-white picture, but also eliminating color bleeding to produce a sharper picture. On RGBI monitors, the two versions of each mode are usually identical, with the exception of the 320 × 200 graphics mode, where the "monochrome" version produces a third palette.

Extended artifact colors

Programmers discovered that this flaw could be turned into an asset, as distinct patterns of high-resolution dots would turn into consistent areas of solid colors, thus allowing the display of completely new artifact colors. Both the standard 320 × 200 four-color and the 640 × 200 color-on-black graphics modes could be used with this technique.

Internal operation

Direct colors are the normal 16 colors as described above under "The CGA color palette".

Artifact colors are seen because the composite monitor's NTSC chroma decoder misinterprets some of the luminance information as color. By carefully placing pixels in appropriate patterns, a programmer can produce specific cross-color artifacts yielding a desired new color; either from purely black-and-white pixels in 640 × 200 mode, or resulting from a combination of direct and artifact colors in 320 × 200 mode, as seen on the following pictures:

Thus, with the choice between 320 × 200 vs. 640 × 200 mode, the choice between the two palettes, and one freely-selectable color (the background in 320 × 200 modes and the foreground in 640 × 200 mode), it is possible to use many different sets of artifact colors, making for a total gamut of over 100 colors.

1024 colors in composite mode CGA-1024-color-mode.png
1024 colors in composite mode

Later demonstrations by enthusiasts have increased the maximum number of colors the CGA can display at the same time to 1024. [35] [36] This technique involves a text mode tweak which quadruples the number of text rows. Certain ASCII characters such as U and ‼ are then used to produce the necessary patterns, which result in non-dithered images with an effective resolution of 80 × 100 on a composite monitor. [37]

160 cycles of the NTSC color clock occur during each line's output, so in 40 column mode each pixel occupies half a cycle and in 80 column mode each pixel uses a quarter of a cycle. Limiting the character display to the upper one or two scanlines, and taking advantage of the pixel arrangement in certain characters of the codepage 437, it is possible to display up to 1024 colors. [35] This technique was used in the demo 8088 MPH. [36]

Availability and caveats

The 320 × 200 variant of this technique (see above) is how the standard BIOS-supported graphics mode looks on a composite color monitor. The 640 × 200 variant, however, requires modifying a bit (color burst disable) directly in the CGA's hardware registers. As a result, it is usually referred to as a separate "mode."

Being completely dependent on the NTSC encoding/decoding process, composite color artifacting is not available on an RGBI monitor, nor is it emulated by EGA, VGA or contemporary graphics adapters.

The modern, games-centric PC emulator DOSBox supports a CGA mode, which can emulate a composite monitor's color artifacting. Both 640 × 200 composite mode and the more complex 320 × 200 variant are supported.

Resolution and usage

Composite artifacting, whether used intentionally or as an unwanted artifact, reduces the effective horizontal resolution to a maximum of 160 pixels, more for black-on-white or white-on-black text, without changing the vertical resolution. The resulting composite video display with "artifacted" colors is sometimes described as a 160 × 200 / 16-color "mode", though technically it was a technique using a standard mode.

The low resolution of this composite color artifacting method led to it being used almost exclusively in games. Many high-profile titles offered graphics optimized for composite color monitors. Ultima II , the first game in the game series to be ported to IBM PC, used CGA composite graphics. King's Quest I also offered 16-color graphics on the PC, PCjr and Tandy 1000, but provided a 'RGB mode' at the title screen which would utilize only the ordinary CGA graphics mode, limited to 4 colors.

Limitations, bugs and errata

Video timing on the CGA is provided by the Motorola 6845 video controller. This integrated circuit was originally designed only for character-based alphanumeric (text) displays and can address a maximum of 128 character rows.

To realize graphics modes with 200 scanlines on the CGA, the MC6845 is programmed with 100 character rows per picture and two scanlines per character row. Because the video memory address output by the MC6845 is identical for each scanline within a character row, the CGA must use the MC6845's "row address" output (i.e. the scanline within the character row) as an additional address bit to fetch raster data from video memory. [38]

This implies that unless the size of a single scanline's raster data is a power of two, raster data cannot be laid out continuously in video memory. Instead, graphics modes on the CGA store the even-numbered scanlines contiguously in memory, followed by a second block of odd-numbered scanlines starting at video memory position 8,192. This arrangement results in additional overhead in graphics modes for software that manipulates video memory.

Even though the MC6845 video controller can provide the timing for interlaced video, the CGA's circuitry aligns the synchronization signals in such a way that scanning is always progressive. Consequently, it is impossible to double the vertical resolution to 400 scanlines using a standard 15 kHz monitor.

The higher bandwidth used by 80-column text mode results in random short horizontal lines appearing onscreen (known as "snow") if a program writes directly to video memory during screen drawing. The BIOS avoids the problem by only accessing the memory during horizontal retrace, or by temporarily turning off the output during scrolling. While this causes the display to flicker, IBM decided that doing so was better than snow. [2] The "snow" problem does not occur on any other video adapter, or on most CGA clones.

In the 80-column text mode, the pixel clock frequency is doubled, and all synchronization signals are output for twice the number of clock cycles in order to last for their proper duration. The composite output's color burst signal circuit is an exception: because it still outputs the same number of cycles, now at the doubled clock rate, the color burst signal produced is too short for most monitors, yielding no or unstable color. Hence, IBM documentation lists the 80-column text mode as a "feature" only for RGBI and black-and-white composite monitors. [39] Stable color can still be achieved by setting the border color to brown, which happens to produce a phase identical to the correct color burst signal and serves as a substitute for it.

Dual-head support

The CGA was released alongside the IBM MDA, and in fact could be installed alongside the MDA in the same computer. A command included with PC DOS permitted switching the display output between the CGA and MDA cards. [40] Some programs like the early MS-DOS versions of AutoCAD supported using both displays concurrently.

Software support

CGA was widely supported in PC software up until the 1990s. Some of the software that supported the board was:

Competing adapters

BYTE in January 1982 described the output from CGA as "very good—slightly better than color graphics on existing microcomputers". [4] PC Magazine disagreed, reporting in June 1983 that "the IBM monochrome display is absolutely beautiful for text and wonderfully easy on the eyes, but is limited to simple character graphics. Text quality on displays connected to the color/graphics adapter ... is at best of medium quality and is conducive to eyestrain over the long haul". [42]

In a retrospective commentary, Next Generation also took a negative view on the CGA, stating, "Even for the time (early 1980s), these graphics were terrible, paling in comparison to other color machines available on the market." [43]

CGA had several competitors:

Other alternatives:

The CGA card was succeeded in the consumer space by IBM's Enhanced Graphics Adapter (EGA) card, which supports most of CGA's modes and adds an additional resolution (640 × 350) as well as a software-selectable palette of 16 colors out of 64 in both text and graphics modes.

Specifications

DE-9 connector for RGBI monitor

DE-9 connector seen when looking at the back of a PC Numbered DE9 female Diagram.svg
DE-9 connector seen when looking at the back of a PC

The Color Graphics Adapter uses a standard DE-9 connector for direct-drive video (to an RGBI monitor). The connector on the card is female and the one on the monitor cable is male.

CGA DE-9 connector pin assignments
PinFunction
1Ground
2Ground
3Red
4Green
5Blue
6Intensity
7Reserved
8Horizontal Sync
9Vertical Sync
CGA TTL signal
TypeDigital, TTL
Resolution640h × 200v, 320h × 200v
H-freq15699.8 Hz (14.318181 MHz/8/114)
V-freq59.923 Hz (H-freq/262)
Colors16

RCA connector for composite monitor or television

Back of a CGA Video Adapter board, with the RCA composite output connector visible on the right Back panel of CGA Video Adapter 1501981 (PCB number 1501982) (15808883229).jpg
Back of a CGA Video Adapter board, with the RCA composite output connector visible on the right

The Color Graphics Adapter uses a standard RCA connector for connection to an NTSC-compatible television or composite video monitor. [3] The connector on the card is female and the one on the monitor cable is male.

CGA analog signal
TypeAnalog composite NTSC compatible
Resolution640h × 200v, 320h × 200v
H-freq15699.8 Hz (14.318181 MHz/8/114)
V-freq59.923 Hz (H-freq/262)
Colors16, hundreds of artifact colors

See also

Related Research Articles

<span class="mw-page-title-main">Video Graphics Array</span> Computer display standard and resolution

Video Graphics Array (VGA) is a video display controller and accompanying de facto graphics standard, first introduced with the IBM PS/2 line of computers in 1987, which became ubiquitous in the IBM PC compatible industry within three years. The term can now refer to the computer display standard, the 15-pin D-subminiature VGA connector, or the 640 × 480 resolution characteristic of the VGA hardware.

<span class="mw-page-title-main">Hercules Graphics Card</span> IBM PC graphic adapter and display standard

The Hercules Graphics Card (HGC) is a computer graphics controller formerly made by Hercules Computer Technology, Inc. that combines IBM's text-only MDA display standard with a bitmapped graphics mode, also offering a parallel printer port. This allows the HGC to offer both high-quality text and graphics from a single card.

<span class="mw-page-title-main">Enhanced Graphics Adapter</span> IBM PC graphic adapter and display standard

The Enhanced Graphics Adapter (EGA) is an IBM PC graphics adapter and de facto computer display standard from 1984 that superseded the CGA standard introduced with the original IBM PC, and was itself superseded by the VGA standard in 1987. In addition to the original EGA card manufactured by IBM, many compatible third-party cards were manufactured, and EGA graphics modes continued to be supported by VGA and later standards.

<span class="mw-page-title-main">Apple IIGS</span> Apple II series 16-bit computer

The Apple IIGS is a 16-bit personal computer produced by Apple Computer. It is the fifth and most powerful of the Apple II family. It is compatible with earlier Apple II models but has a Macintosh look and feel, and resolution and color similar to the Amiga and Atari ST. The "GS" in the name stands for "Graphics and Sound", referring to its enhanced multimedia hardware, especially its state-of-the-art audio.

The Multi-Color Graphics Array or MCGA is a video subsystem built into the motherboard of the IBM PS/2 Model 30, introduced on September 2, 1986, and Model 25, introduced later on August 11, 1987; no standalone MCGA cards were ever made.

<span class="mw-page-title-main">IBM Monochrome Display Adapter</span> IBM PC graphic adapter and display standard

The Monochrome Display Adapter is IBM's standard video display card and computer display standard for the IBM PC introduced in 1981. The MDA does not have any pixel-addressable graphics modes, only a single monochrome text mode which can display 80 columns by 25 lines of high-resolution text characters or symbols useful for drawing forms.

<span class="mw-page-title-main">MOS Technology 8563</span>

The 8563 Video Display Controller (VDC) was an integrated circuit produced by MOS Technology. It was used in the Commodore 128 (C128) computer to generate an 80-column RGB video display, running alongside a VIC-II which supported Commodore 64-compatible graphics. The DCR models of the C128 used the later and more technically advanced 8568 [D]VDC controller.

<span class="mw-page-title-main">Professional Graphics Controller</span> Graphics adapter and display standard for early IBM PCs

Professional Graphics Controller is a graphics card manufactured by IBM for PCs. It consists of three interconnected PCBs, and contains its own processor and memory. The PGC was, at the time of its release, the most advanced graphics card for the IBM XT and aimed for tasks such as CAD.

<span class="mw-page-title-main">Plantronics Colorplus</span> Graphics card for IBM PC computers

The Plantronics Colorplus is a graphics card for IBM PC computers, first sold in 1982. It implements a superset of the then-current CGA standard, using the same monitor standard and providing the same pixel resolutions. It was produced by Frederick Electronics, a subsidiary of Plantronics since 1968, and sold by Plantronics' Enhanced Graphics Products division.

In computing, indexed color is a technique to manage digital images' colors in a limited fashion, in order to save computer memory and file storage, while speeding up display refresh and file transfers. It is a form of vector quantization compression.

<span class="mw-page-title-main">Monochrome monitor</span> Type of CRT computer monitor

A monochrome monitor is a type of computer monitor in which computer text and images are displayed in varying tones of only one color, as opposed to a color monitor that can display text and images in multiple colors. They were very common in the early days of computing, from the 1960s through the 1980s, before color monitors became widely commercially available. They are still widely used in applications such as computerized cash register systems, owing to the age of many registers. Green screen was the common name for a monochrome monitor using a green "P1" phosphor screen; the term is often misused to refer to any block mode display terminal, regardless of color, e.g., IBM 3279, 3290.

Apple II graphics debuted on the Apple II in 1977 and were used throughout the Apple II line. They consist of a 16 color low resolution mode and a high resolution mode where visuals are dependent on artifact color. The Apple IIe added "double" versions of each of these, most prominently "double high resolution" with twice the horizontal resolution in 16 colors. Internally, Apple II graphics modes are idiosyncratic and do not simply use a linear frame buffer.

<span class="mw-page-title-main">VGA text mode</span> Computer graphics standard from 1987

VGA text mode was introduced in 1987 by IBM as part of the VGA standard for its IBM PS/2 computers. Its use on IBM PC compatibles was widespread through the 1990s and persists today for some applications on modern computers. The main features of VGA text mode are colored characters and their background, blinking, various shapes of the cursor, and loadable fonts. The Linux console traditionally uses hardware VGA text modes, and the Win32 console environment has an ability to switch the screen to text mode for some text window sizes.

<span class="mw-page-title-main">Tandy Graphics Adapter</span> Computer display standard for the Tandy 1000 series

Tandy Graphics Adapter is a computer display standard for the Tandy 1000 series of IBM PC compatibles, which has compatibility with the video subsystem of the IBM PCjr but became a standard in its own right.

Composite artifact colors is a designation commonly used to address several graphic modes of some 1970s and 1980s home computers. With some machines, when connected to an NTSC TV or monitor over composite video outputs, the video signal encoding allowed for extra colors to be displayed, by manipulating the pixel position on screen, not being limited by each machine's hardware color palette.

<span class="mw-page-title-main">Quadram Quadcolor</span> An early CGA-compatible graphics adapter with additional features

The Quadram Quadcolor is a graphics card for IBM PC computers by Quadram Corporation, first sold in 1983. It is a superset of the then-current CGA standard, using the same monitor standard and providing the same pixel resolutions.

References

  1. 1 2 IBM CGA manual (PDF). p. 1.
  2. 1 2 3 Bradley, David J. (September 1990). "The Creation of the IBM PC". BYTE. pp. 414–420. Retrieved 2 April 2016.
  3. 1 2 A. Kumar (2002). Encyclopaedia of Management of Computer Hardware. Anmol Publications. p. 1050. ISBN   978-81-261-1030-8.[ permanent dead link ]
  4. 1 2 3 Williams, Gregg (January 1982). "A Closer Look at the IBM Personal Computer". BYTE. p. 36. Retrieved 19 October 2013.
  5. International Business Machines Corporation (February 4, 1983). Announcement Letter Number 183-002 - IBM COLOR DISPLAY, 5153.
  6. IBM CGA manual (PDF). p. 2.
  7. Leonard, Jim. "CGA Compatibility Tester reference video" . Retrieved 2020-10-14.
  8. 1 2 3 IBM Personal Computer Hardware Reference Library: IBM Enhanced Color Display (PDF). p. 4.
  9. The color brown, represented by R=1, G=1, B=0, I=0, is an exception; whereas a straight interpretation of these bit values would resolve this color as dark yellow, the intensity of the green component is reduced, to produce brown, for only this one 4-bit value. See this page for details. This special RGBI interpretation for brown is performed in the monitor; the IBM 5153 monitor designed for the CGA performs it, but some early third-party monitors did not.
  10. International Business Machines Corporation (1983): IBM Personal Computer XT Technical Reference Manual, pages D-42 to D-43.
  11. "Representing IBM 5153 color output more accurately | Vintage Computer Federation Forums". Forum.vcfed.org. December 2021. Retrieved 2022-03-21.
  12. Tandy CM-2 Color Monitor Service Manual. p. 48.
  13. Tandy CM-4 Color Monitor Service Manual. p. 41.
  14. Sams&Company ComputerFacts Technical Service Data: Magnavox® Model 7BM613074G - Radio Shack® Model CM11 Monitor. 1988. p. 11.
  15. Dean et al. (1984): Composite video color signal generation from digital color signals. U.S. Patent #4,442,428
  16. International Business Machines Corporation (1983): IBM Personal Computer XT Technical Reference Manual, page D-40.
  17. VileR (Apr 15, 2015). "CGA in 1024 Colors - a New Mode: the Illustrated Guide" . Retrieved 2020-10-17. ... CGA palette, as rendered by an early ('old-style') card's composite output
  18. IBM Personal Computer (PDF) (Technical Reference). IBM Personal Computer Hardware Reference Library (revised ed.). April 1983. p. D-50.
  19. IBM Color/Graphics Monitor Adapter (PDF) (Technical Reference). IBM Options and Adapters. p. 32.
  20. IBM Color/Graphics Monitor Adapter (PDF). 6361509. IBM. pp. 9, 20 via IBM Personal Computer Hardware Reference Library.
  21. "California Games Screenshots for DOS". MobyGames. Archived from the original on 2022-08-11.
  22. "Frogger (1983) screenshots". MobyGames.
  23. "Video Modes Supported : CGA (Tweaked)". MobyGames.
  24. "ibm :: pc :: cards :: Technical Reference Options and Adapters Volume 2 Apr84". The Internet Archive . April 1984. p. 50. Retrieved 2020-01-09.
  25. "Moon Bugs (1983) screenshots". MobyGames. Retrieved 2023-01-06.
  26. Windmill Software (1983), Moon Bugs , retrieved 2023-01-06
  27. "Moon Bugs". My Abandonware. Retrieved 2023-01-06.
  28. 1 2 "CGA in 1024 Colors - a New Mode: the Illustrated Guide". int10h.org. Retrieved 2023-01-06.
  29. "Icon: Quest for the Ring for DOS (1984)". MobyGames. Retrieved 2023-01-06.
  30. "The Seven Spirits of Ra for DOS (1987)". MobyGames. Retrieved 2023-01-06.
  31. "ICON: Quest for The Ring". My Abandonware. Retrieved 2023-01-06.
  32. "The Seven Spirits of Ra". My Abandonware. Retrieved 2023-01-06.
  33. Analog Devices. "Low Cost RGB to NTSC/PAL Encoder with Luma Trap Port" (PDF). p. 14. Retrieved 2020-10-18. A basic problem arises when the luma signal ... contains frequency components that fall within the chroma band.
  34. Analog Devices. "Low Cost RGB to NTSC/PAL Encoder with Luma Trap Port" (PDF). p. 15. Retrieved 2020-10-18. The sharp transitions from black to white ... contain frequency components ..., and those in the chroma band create cross chrominance.
  35. 1 2 VileR (2015-04-15). "8088 MPH: CGA in 1024 Colors - a New Mode: the Illustrated Guide". int10h.org. Retrieved 2022-10-15.
  36. 1 2 "1K colours on CGA: How it's done". Reenigne Blog. 2015-04-08. Retrieved 2018-04-27.
  37. "CGA in 1024 Colors - a New Mode: the Illustrated Guide". A blog entry by the creators of the demo "8088 MPH" explaining this technique.
  38. IBM Enhanced Graphics Adapter (PDF) (Technical Reference). IBM Options and Adapters. August 2, 1984. p. 41.
  39. IBM Color/Graphics Monitor Adapter (PDF) (Technical Reference). IBM Options and Adapters. p. 7.
  40. "Dual-Head operation on vintage PCs". www.seasip.info. Retrieved 2020-08-16.
  41. "Manually Installing the CGA Display Driver".
  42. Fastie, Will (June 1983). "The Graphical PC". PC Magazine.
  43. "The Next Generation 1996 Lexicon A to Z". Next Generation . No. 15. Imagine Media. March 1996. p. 31.
  44. Curran, Lawrence J.; Shuford, Richard S. (November 1983). "IBM's Estridge". BYTE. pp. 88–97. Retrieved 19 March 2016.
  45. Stark, Craig L. (1984-10-02). "Paradise Graphics Card: It's Easier Being Green". PC Magazine. p. 59. Retrieved 25 October 2013.
Notes