Hardware design
The original IBM CGA graphics card was built around the Motorola 6845 display controller, came with 16 kilobytes of video memory built in, and featured several graphics and text modes. The highestOutput capabilities
CGA offered several video modes. Graphics modes: * 160×100 in 16 colors, chosen from a 16-color palette, utilizing a specific configuration of the 80x25 text mode. * 320×200 in 4 colors, chosen from 3 fixed palettes, with high- and low-intensity variants, with color 1 chosen from a 16-color palette. * 640×200 in 2 colors, one black, one chosen from a 16-color palette. Some software achieved greater color depth by utilizing artifact color when connected to a composite monitor. Text modes: * 40×25 with 8×8 pixel font (effective resolution of 320×200) * 80×25 with 8×8 pixel font (effective resolution of 640×200) 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.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: * The lower three bits represent red, green, and blue color components * The fourth "intensifier" bit, when set, increases the brightness of all three color components (red, green, and blue).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 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, 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, while the IBM 5154 Enhanced Color Display internally converts all 4-bit RGBI color numbers to 6-bit ECD color numbers, which amounts to halving the green signal's amplitude. The Tandy CM-2, CM-4 and CM-11 monitors provide a potentiomenter 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 asWith a composite color monitor/television set
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. 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. 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, and are different for later CGAs due to the addition of additional resistors.Standard text modes
CGA offers four BIOS text modes (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 by40×25 mode
40 columns by 25 rows, 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. BIOS Modes 0 & 1 are both 40 column text modes. 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.80x25 mode
80 columns by 25 rows, 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. BIOS Modes 2 & 3 select 80 column text modes. 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, theStandard 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.160x100
The low-resolution 160×100 mode is in fact 80×25 character mode. Because the built-in character ROM contains "graphics" elements, such as a character that has a foreground-colored upper half and a background-colored lower half, and because foreground and background colors can be chosen freely in textmode, a low-resolution but full-color graphical display can be achieved.320×200
In the medium-resolution 320×200 mode, 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. 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, 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. BIOS Mode 6 sets up the 640×200 graphics mode. 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. * In 320×200 graphics mode, the background color (which also affects the border color), which defaults to black on mode initialization, can be changed to any of the other 15 colors of the CGA palette. This allows for some variation, as well as flashing effects, as the background color can be changed without having to redraw the screen (i.e. without changing the contents of the video RAM). * In text mode, the border color (displayed outside the regular display area and including the overscan area) can be changed from the default black to any of the other 15 colors. * Through precision timing, it is possible to switch to another palette while the video is being output, allowing the use of any one of the six palettes per scanline. An example of this is '' California Games'', when run on a stock 4.77 MHz 8088. Running on a faster computer does not produce the effect, as the method the programmers used to switch palettes at predetermined locations is extremely sensitive to machine speed. The same can be done with the background color, as is used to create the river and road in ''160×100 16 color mode
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. 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. More detail can be achieved in this mode by using other characters, combiningComposite output
Using the composite output instead of an RGBI monitor produced lower-quality video, due to NTSC's inferior separation between luminance and chrominance. This is especially a problem with 80-column text: 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 in these pictures.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. In this mode, dithering was employed to simulate extra colors.High color depth
By taking advantage of the artifact colors, the NTSC color clock, and a method similar to that used in the 16-color 160×100 pseudo-graphics mode, it is possible to display over 16 colors in composite monitors. 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. This technique was used in the demo 8088 MPH.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. 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 forDual-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. Some programs like the earlySoftware support
CGA was widely supported in PC software up until the 1990s. Some of the software that supported the board was: * Visi On (an early GUI, used the 640x200 monochrome mode) * Windows 3.0 (and earlier versions, supported the 640x200 monochrome mode ) * OS/2 1.1 (and earlier versions) * Graphics Environment Manager (GEM)Competing adapters
''Specifications
Connector
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.Signal
See also
* RGB color model * Graphics card * Graphic display resolutions * Graphics processing unit * List of display interfaces * List of 8-bit computer hardware palettes – CGA section *References
;NotesExternal links