List of 8-bit computer hardware graphics

Last updated

This is a list of notable 8-bit computer color palettes, and graphics, which were primarily manufactured from 1975 to 1985. Although some of them use RGB palettes, more commonly they have 4, 16 or more color palettes that are not bit nor level combinations of RGB primaries, but fixed ROM/circuitry colors selected by the manufacturer. Due to mixed-bit architectures, the n-bit distinction is not always a strict categorization. Another error is assuming that a computer's color palette represents what it can show all at once. Resolution is also a crucial aspect when criticizing an 8-bit computer, as many offer different modes with different amounts of colors on screen, and different resolutions, with the intent of trading off resolution for color, and vice versa.

Contents

Sample imageColor test chart3-bit, 8-color palette6-bit, 64-color palette
RGB 24bits palette sample image.jpg RGB 24bits palette color test chart.png 3-bit RGB Cube.gif 6-bit RGB Cube.gif

3-bit RGB palettes

Systems with a 3-bit RGB palette use 1 bit for each of the red, green and blue color components. That is, each component is either "on" or "off" with no intermediate states. This results in an 8-color palette ((21)3 == 23 == 8) that have black, white, the three RGB primary colors red, green and blue and their correspondent complementary colors cyan, magenta and yellow as follows:

Sample imagePalette coverageColor indexes
RGB 3bits palette sample image.png BbcMicro palette color test chart.png RGB 3bits palette.png

The color indices vary between implementations; therefore, index numbers are not given. A common selection has 3 bits (from LSB to MSB) directly representing the 'Red', 'Green' and 'Blue' (RGB) components in a number from 0 to 7. An alternate arrangement uses the bit order 'Blue', 'Red', 'Green' (BRG), such that the resultant palette - in numerical order - represents an increasing level of intensity on a monochrome display.

The 3-bit RGB palette is used by:

Specific details about implementation and actual graphical capabilities of specific systems, are listed on the next sub-sections.

World System Teletext Level 1

World System Teletext Level 1 (1976) uses a 3-bit RGB, 8-color palette. Teletext has 40×25 characters per page of which the first row is reserved for a page header. Every character cell has a background color and a text color. These attributes along with others are set through control codes which each occupy one character position. Graphics characters consisting of 2×3 cells can used following a graphics color attribute. Up to a maximum of 72×69 blocky pixels can be used on a page.

Simulated image

Level 1 teletext test.png

BBC Micro

BBC Micro has 8 display modes, with resolutions like 640×256 (max. 2 colors), 320×256 (max. 4 colors) and 160×256 (max. 16 logical colors). No display modes have cell attribute clashes. The palette available has only 8 physical colors, plus a further 8 flashing colors (each being one of the eight non-flashing colors alternating with its physical complement every second), and the display modes can have 16, 4 or 2 simultaneous colors.

Simulated image

BbcMicro palette sample image.png

BBC Micro display modes

Mode 0 (640 × 256, 2 colors)Mode 1 (320 × 256, 4 colors)Mode 2 (160 × 256, 8 colors)
Bbc 640x256 0.png Bbc 320x256 1.png Bbc 160x256 2.png
Mode 4 (320 × 256, 2 colors)Mode 5 (160 × 256, 4 colors)Mode 8 (80 × 256, 8 colors)
Bbc 320x256 4.png Bbc 160x256 5.png Bbc 80x256 8.png

Sinclair QL (Sinclair Quantum Leap)

On the Sinclair QL two video modes were available, 256×256 pixels with 8 RGB colors and per-pixel flashing, or 512×256 pixels with four colors: black, red, green and white. The supported colors could be stippled in 2×2 blocks to simulate up to 256 colors, an effect which did not copy reliably on a TV, especially over an RF connection. Pixel aspect ratio was not square, with resulting image proportions close to 4.4:3, making the image extend into the horizontal overscan area of a CRT TV.

256x256 mode512x256 mode
Sample image using eight colours from the Sinclair QL hardware palette.png Colour chart of Sinclair QL 256x256 hardware palette.png Sample image using four colours from the Sinclair QL hardware palette.png Colour chart of Sinclair QL 512x256 hardware palette.png
Simulated images (aspect ratio corrected)
Sinclair QL 256x256 mode example image AR corrected.png Sinclair QL 512x256 mode example image AR corrected.png
Simulated images (original pixel size)
Sinclair QL 256x256 mode example image.png Sinclair QL 512x256 example image.png
256×256512×256
blackblack
blue
redred
magenta
greengreen
cyan
yellowwhite
white

PC-8000 series

The NEC PC-8000 was capable of displaying graphics with a resolution of 160x100 pixels and 8 colors.

4-bit RGBI palettes

RGBI 4bits palette sample image.png RGBI 4bits palette color test chart.png

The 4-bit RGBI palette is similar to the 3-bit RGB palette but adds one bit for intensity. This allows each of the colors of the 3-bit palette to have a variant (on most machines dark or bright, but saturated or unsaturated was also possible) potentially giving a total of 23×2 == 16 colors. Some implementations had only 15 effective colors due to the "dark" and "bright" variations of black being displayed identically. Others generated a grey tone or a different color.

This 4-bit RGBI schema is used in several platforms with variations, so the table given below is a simple reference for the palette richness, and not an actual implemented palette. For this reason, no numbers are assigned to each color, and color order is arbitrary.

RGBI 4bits palette.png

Systems that used this palette scheme:

Specific details about implementation and actual graphical capabilities of specific systems, are listed on the next sub-sections.

ZX Spectrum

The ZX Spectrum (and compatible) computers use a variation of the 4-bit RGBI palette philosophy. This results in each of the colors of the 3-bit palette to have a basic and bright variant, with the exception of black. This was accomplished by having a maximum voltage level for the bright variant, and a lower voltage level for the basic variant. Due to this, black is the same in both variants.

The attribute byte associated with every 8×8 pixel cell comprises (from LSB to MSB): three bits for the background color; three bits for the foreground color; one bit for the bright variant for both, and one bit for the flashing effect (alternate foreground and background colors every 0.32 seconds). Thus the colors are not independently selectable as indices of a true palette (there are not color numbers 8 to 15, and the bright bit affects both colors within a cell). However, within a single set of 8 colors the BRG order of bits means that the colors appear in increasing order of brightness on a monochrome display. [4]

The color number (0 to 7) can be employed with the following BASIC statements to choose:

And a value of 0 or 1 with the following statements to choose:

Simulated imageSample image and palette
ZX Spectrum 256x192 example image Ara macao, Ara ararauna and Ara militaris.png ZXSpectrum palette sample image.png ZXSpectrum palette color test chart.png ZXSpectrum palette.png
ZX Spectrum Hardware Palette [4] [5]
Colour

number

Binary valueColour

name

Binary valueColour

name

GRBIGRBI
00000Black0001Black
10010Blue0011Bright Blue
20100Red0101Bright Red
30110Magenta0111Bright Magenta
41000Green1001Bright Green
51010Cyan1011Bright Cyan
61100Yellow1101Bright Yellow
71110White1111Bright White

IBM PC/XT and compatible systems

The original IBM PC launched in 1981 features an Intel 8088 CPU which has 8-bit data bus technology, though internally the CPU has a fully 16-bit architecture. It was offered with a Monochrome Display Adapter (MDA) or a Color Graphics Adapter (CGA). The MDA is a text mode-only display adapter, without any graphic ability beyond using the built-in code page 437 character set (which includes half-block and line-drawing characters), and employed an original IBM green monochrome monitor; only black, green and intensified green could be seen on its screen.[ citation needed ] Then, only the CGA had true graphic modes.

The IBM PC XT model, which succeeded the original PC in 1983, has an identical architecture and CPU to its predecessor, only with more expansion slots and a hard disk equipped as standard. The same two video cards, the MDA and the CGA, remained available for the PC XT, and no upgraded video hardware was offered by IBM until the EGA, which followed the introduction of the IBM Personal Computer/AT, with its full 16-bit bus design, in 1984.

CGA

The Color Graphics Adapter (CGA) outputs what IBM called "digital RGB" [6] (that is, the R, G, B (and I) signals from the graphics card to the monitor can each only have two states: on or off).

CGA supports a maximum of 16 colors. However, its 320×200 graphics mode is restricted to fixed palettes containing only four colors, and the 640×200 graphic mode is only two colors. 16 simultaneous colors are only available in text mode or the "tweaked text" 160×100 mode.

A different set of 16 simultaneous colors is available using an NTSC TV or composite monitor by using artifact color techniques, with independent groups having demonstrated much larger color sets of over 256 colors See Color Graphics Adapter#High color depth.

The CGA RGBI palette is a variant of the 4-bit RGBI schema, arranged internally like this:.

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

Although the RGBI signals each have only two states, the CGA color monitor (usually mentioned as RGB monitor) decodes them as four level RGB signals. Darker colors are the basic RGB 2nd level signals except for brown, which is dark yellow with the level for the green component halved (1st level). Brighter colors are made by adding a uniform intensity one-level signal to every RGB signal of the dark ones, reaching the 3rd level (except dark gray which reaches only the 1st level), and in this case yellow is produced as if the brown were ordinary dark yellow.

The resulting displayed colors on RGB monitors are shown below:

CGA palette sample image.png Cga palette color test chart.png CGA palette.png
0 — black8 — high gray
1 — low blue9 — high blue
2 — low green10 — high green
3 — low cyan11 — high cyan
4 — low red12 — high red
5 — low magenta13 — high magenta
6 — low yellow (brown)14 — high yellow
7 — low gray15 — white

A few earlier non-IBM compatible CGA monitors lack the circuitry to decode color numbers as of four levels internally, and they cannot show brown and dark gray. The above palette is displayed in such monitors as follows:

0 — black8 — black*
1 — low blue9 — high blue
2 — low green10 — high green
3 — low cyan11 — high cyan
4 — low red12 — high red
5 — low magenta13 — high magenta
6 — low yellow* (brown)14 — high yellow
7 — light gray* (gray)15 — white
16-color palette modes

The only full 16-color BIOS modes of the CGA are the text mode 0 (40×25) and mode 2 (80×25). Disabling the flashing attribute effect and using the IBM 437 codepage block characters 220 (DCh) ▄ (bottom half) or 223 (DFh) ▀ (upper half), the mode 2 screen buffer provides an 80×50 quasi-graphic mode.

Also, a tweak mode can be set in the CGA to give an extra, non-standard 160×100 pixels 16-color graphic mode.

16-color, 80×50 mode16-color, 160×100 mode16-color comparison image
Screen color test CGA 16colors 80x50.png Screen color test CGA 16colors 160x100.png
Cga 150x100.png
4-color palette modes

In the 320×200 graphics mode, every pixel has two bits. A value of 0 is always a selectable background-plus-border color (with the same register and/or BIOS call used for the foreground color in the 640×200 graphic mode; black by default), and the three remaining values 1 to 3 are indices to one of the predefined color palette entries.

The selection of a palette is a bit complex. There are two BIOS 320×200 CGA graphics modes: modes 4 and 5. Mode 4 has the composite color burst output enabled (in the Mode Control Register at I/O address 3D8H, bit 2 is cleared), and mode 5 has it disabled (the same bit 2 is set). Mode 5 is intended mainly for a monochrome composite video monitor, but because of a specific intentional feature of the CGA hardware, it also has a different palette for an RGBI color monitor. For mode 4, two palettes can be chosen: green/red/brown and cyan/magenta/white; the difference is the absence or presence of the blue signal in all three colors. (The palette is selected with bit 5 of the Color-Select Register at I/O address 3D9h, where the bit value 1 selects the cyan/magenta/white palette [a/k/a "palette #1" because it is the BIOS default] and 0 selects the green/red/brown palette [a/k/a "palette #2"]. This bit can be set using BIOS INT 10h function 0Bh, subfunction 1.) The palette for BIOS video mode 5 is always cyan/red/white: blue is always on, and red and green each are controlled directly by one of the two bits of the pixel color value. For each of these three palette options, a low or high intensity palette can be chosen with bit 4 of the aforementioned Color-Select Register: a value of 0 means low intensity and 1 means high intensity. (No BIOS call exists to switch between the two intensity modes.) The selected intensity setting simply controls the "I" output signal to the RGBI monitor for all colors in the palette. As a result, the green-red-brown palette appears as bright-green/bright-red/yellow when high intensity is selected. The combination of color-burst enable/disable selection, palette selection, and intensity selection yields a total of 6 different possible palettes for CGA 320×200 graphics.

Screen color test CGA 4colors Mode4 Palette1 LowIntensity.png
Mode 4, palette #1, low intensity
0 — [user-defined]
1 — cyan
2 — magenta
3 — light grey
Cga p1 low.png
The sixteen combinations with the background color are:
01_01_01_01*01_01*01_01*
23_23_23_23_23_23_23_23_
01_01_01_01_01_01_01_01_
23_23_23_23_23_23_23_23_
(*) Useless due to the duplication of one of the colors.
Screen color test CGA 4colors Mode4 Palette1 HighIntensity.png
Cga p1.png
Mode 4, palette #1, high intensity
0 — [user-defined]
1 — bright cyan
2 — bright magenta
3 — bright white
The sixteen combinations with the background color are:
01_01_01_01_01_01_01_01_
23_23_23_23_23_23_23_23_
01_01_01_01*01_01*01_01*
23_23_23_23_23_23_23_23_
(*) Useless due to the duplication of one of the colors.
Screen color test CGA 4colors Mode4 Palette2 LowIntensity.png
Mode 4, palette #2, low intensity
0 — [user-defined]
1 — green
2 — red
3 — brown
Cga p0 low.png
The sixteen combinations with the background color are:
01_01_01*01_01*01_01*01_
23_23_23_23_23_23_23_23_
01_01_01_01_01_01_01_01_
23_23_23_23_23_23_23_23_
(*) Useless due to the duplication of one of the colors.
Screen color test CGA 4colors Mode4 Palette2 HighIntensity.png
Cga p0.png
Mode 4, palette #2, high intensity
0 — [user-defined]
1 — bright green
2 — bright red
3 — yellow
The sixteen combinations with the background color are:
01_01_01_01_01_01_01_01_
23_23_23_23_23_23_23_23_
01_01_01*01_01*01_01*01_
23_23_23_23_23_23_23_23_
(*) Useless due to the duplication of one of the colors.
Screen color test CGA 4colors Mode5 LowIntensity.png
Mode 5, low intensity
0 — [user-defined]
1 — cyan
2 — red
3 — light grey
Cga p3 low.png
The sixteen combinations with the background color are:
01_01_01_01*01*01_01_01*
23_23_23_23_23_23_23_23_
01_01_01_01_01_01_01_01_
23_23_23_23_23_23_23_23_
(*) Useless due to the duplication of one of the colors.
Screen color test CGA 4colors Mode5 HighIntensity.png
Cga p3.png
Mode 5, high intensity
0 — [user-defined]
1 — bright cyan
2 — bright red
3 — white
The sixteen combinations with the background color are:
01_01_01_01_01_01_01_01_
23_23_23_23_23_23_23_23_
01_01_01_01*01*01_01_01*
23_23_23_23_23_23_23_23_
(*) Useless due to the duplication of one of the colors.
When viewed in a monochrome composite monitor, the mode 5 palettes above are shown as a (more or less brighter) 2-bit grayscale palette:
Screen color test CGA 4colors mono.png
2-color palette mode

In the 640×200 graphic mode (BIOS mode number 6), every pixel has only a single bit. The foreground color can be set, with the default being white.

2-color2-color comparison image
Screen color test CGA 2colors.png Cga 640x200.png
0 — black
1 — [user-defined]
The sixteen combinations are:
01_01_01_01_01_01_01_01_
01_01_01_01_01_01_01_01_

PCjr and Tandy 1000 series

The IBM PCjr features a "CGA Plus" video subsystem, consisting mainly of a 6845 CRTC and an LSI video chip known as the "Video Gate Array", that can show all 16 CGA colors simultaneously on screen in the extended low-res graphic modes. The near-compatible Tandy 1000 series features almost 100% PCjr-compatible video hardware implemented in a Tandy proprietary chip. This graphics adapter is better known by the name Tandy Graphics Adapter , because the PCjr was short-lived but the Tandy 1000 line was quite popular for many years. The video mode capabilities of early-model Tandy 1000 computers are exactly the same as the PCjr's. (Later Tandy 1000 models featured "Tandy Video II" hardware which added a 640x200 16-color mode but surrendered PCjr hardware register-compatibility for CGA register-compatibility.)

The PCjr adds three video modes to the CGA mode set: 160×200 16-color "low-resolution" graphics, 320×200 16-color "medium-resolution" graphics, and 640×200 4-color "high-resolution" graphics. All PCjr/Tandy 1000 graphics modes can reassign any color index to any palette entry, allowing free selection of all palette colors in modes with fewer than 16 colors (including the plain CGA modes) and enabling color cycling effects in all modes. The PCjr also offers a graphics blink function which causes 8 colors to alternate between the low and high halves of the 16-color palette at the text blink rate. (A PCjr must be upgraded with a PCjr-specific internal 64 KB memory expansion card in order to use the latter two of these modes or any 80-column text mode. Tandy 1000 base models can use all video modes.)

Screen color test PCjr 16colors 160x200.png
01234567
89101112131415

Thomson

For Thomson computers, a popular brand in France, the most common display modes are 320×200, with 8×1 attribute cells with 2 colors. Here the intensity byte affects saturation and not only brightness variations.

Thomson MO5

The Thomson MO5 generated graphics based on a EFGJ03L (or MA4Q-1200) gate array [8] capable of 40×25 text display and a resolution of 320 x 200 pixels with 16 colours (subject to proximity constraints - only two colors for a 8x1 pixel area). [9]

The colour palette has 8 basic RGB colours with an intensity bit (called P for "Pastel") that controlled saturation ("saturated" or "pastel"). [10] [11] In memory, the bit order was PBGR. The desaturated colours were obtained by mixing of the original RGB components within the video hardware. This is done by a PROM circuit, where a two bit mask controls colour mixing ratios of 0%, 33%, 66% and 100% of the saturated hue. [10] This approach allows the display of Orange instead of "desaturated white", and Gray instead of "desaturated black".

According to the values specified on the computer's technical manual (“Manuel Technique du MO5”, [10] pg. 11 & 19), the hardware palette was: [11]

Thomson MO5 Hardware Palette [11]
Memory bits

PBGR

PROM bit mask

B2B1 G2G1 R2R1

NameMemory bits

PBGR

PROM bit mask

B2B1 G2G1 R2R1

Name
000000 00 00Black100010 10 10Gray
000101 01 11Red100110 10 11Rose
001000 11 00Green101010 11 10Light Green
001100 11 11Yellow101110 11 11Light Yellow
010011 01 01Blue110011 10 01Light Blue
010111 00 11Magenta110111 10 11Parma Pink
011011 11 01Cyan111011 11 10Light Cyan
011111 11 11White111101 10 11Orange

Displayed colors are only approximate due to different transfer and color spaces used on web pages (sRGB) and analog video (BT.601)

Actual colour on emulators and later models seems to have been tweaked, with normal Blue and Red being fully saturated. [12]

Simulated imageColor test chart
Screen color test Thomson MO5.png Tomson p1.png

Thomson TO7/70

The Thomson TO7/70 graphics were similar to the Thomson MO5 [13] and generated by a Motorola MCA1300 gate array. [14] capable of 40×25 text display and a resolution of 320 x 200 pixels with 16 colours (limited by 8x1 pixel colour attribute areas). [15] [16] The colour palette is 4-bit RGBI, with 8 basic RGB colours and a intensity bit (called P for "Pastel") that controlled saturation ("saturated" or "pastel"). [10] [11]

Fixed color palette 1 (similar to MO5)

Sample imageColor test chart
Sample tomson p1.png Tomson p1.png
0x0 K0x1 B0x2 R0x3 M0x4 G0x5 C0x6 Y0x7 W
0x80x90xA0xB0xC0xD0xE0xF

Fixed color palette 2

Sample tomson p2.png Tomson p2.png
0x00x10x20x30x40x50x60x7
0x80x90xA0xB0xC0xD0xE0xF

Fixed color palette 3

Sample tomson p3.png Tomson p3.png
Example of 16 fixed color palette 3
0x00x10x20x30x40x50x60x7
0x80x90xA0xB0xC0xD0xE0xF

Mattel Aquarius

The Mattel Aquarius computer has a text mode with 40×24 characters, that can be used as a semigraphic 80×72 low resolution graphics mode. There are spatial constraints ("attribute" areas) for different colors, consisting of 2x3 pixel groups.

The machine uses a TEA1002 graphic chip, and there are three bits for the RGB components (generating 8 primary colors at full saturation but 75% luminance - similar to the EBU colour bars) and an intensity bit that controls a variation of the base color (a 75% luminance decrease for white, creating gray; a 50% chroma saturation decrease for the RGB primary colors). [17] [18] [19]

Aquarius palette and resolution.png Mattel Aquarius palette color test chart.png
Mattel Aquarius hardware palette (TEA1002) [18] [19]
ColorLuminance (%)Chroma (º)Chroma (%)
Black0.0--
Red22.510348
Green44.024144
Yellow66.516733
Blue8.534733
Magenta31.06144
Cyan52.528348
White100.0--
Grey75.0--
Cyan52.528324
Magenta31.06122
Blue8.534717
Yellow66.516717
Green44.024122
Red22.510324
Black0.0--

 An alternate configuration of the chip allows it to output 95% luminance color bars - similar to BBC colour bars, more suited for usage in teletext decoders. [19]

3 level RGB palettes

Amstrad CPC series

The Amstrad CPC 464/664/6128 series of computers generates the available palette with 3 levels (not bits) for every RGB primary. Thus, there are 27 different RGB combinations, from which 16 can be simultaneously displayed in low resolution mode, four in medium resolution mode and two in high resolution mode. [20]

AmstradCPC palette sample image.png AmstradCPC palette color test chart.png 3-Level-RGB-Colors.svg

Simulations of actual images on the Amstrad's color monitor in each of the modes (160×200x16 colors; 320×200x4 colors and 640×200x2 colors) follows. A cheaper green monochrome display was also available from the manufacturer; in this case, the colors are viewed as a 16-tone green scale, as shown in the last simulated image, as it interprets the overall brightness of the full color signal, instead of only considering the green intensity as might, e.g., the Philips CM8833 line.

2 colors4 colors16 colors16-tone green scale
Screen color test AmstradCPC 2colors.png Screen color test AmstradCPC 4colors.png Screen color test AmstradCPC 16colors.png Screen color test AmstradCPC 16colors mono.png
0 – Black (5)1 – Dark blue (0,14)2 – Blue (6)3 – Dark red4 – Dark magenta5 – Violet6 – Red (3)7 – Magenta-red8 – Magenta (7)
9 – Dark green10 – Dark cyan (8)11 – Cyan-blue (15)12 – Dark yellow (brown) (9)13 – Grey14 – Light blue (10)15 – Orange16 – Pink (11, 15)17 – Light magenta
18 – Green (12)19 – Cyan-green20 – Cyan (2)21 – Yellow-green22 – Light green (13)23 – Light cyan24 – Yellow (1, 14)25 – Light yellow26 – White (4)

The number in parentheses means the primary ink number for the Locomotive BASIC PEN, PAPER and INK statements (that is, "(1)" means ink #1 defaults to this color). Inks can also have a secondary color number, meaning they flash between two colors. By default, ink #14 alternates between colors 1 and 24 (blue and bright yellow) and ink #15 alternates between colors 11 and 16 (cyan-blue and pink). In addition, the paper defaults to ink #0 and the pen to ink #1, meaning yellow text on a dark blue background.

8-bit RGB palettes

MSX2 Screen8 palette sample image.png MSX2 Screen8 palette color test chart.png

The 8-bit RGB palettes (also known as 3-3-2 bit RGB) use 3 bits for each of the red and green color components, and 2 bits for the blue component, due to the lesser sensitivity of the common human eye to this primary color. This results in an 8×8×4 = 256-color palette as follows:

MSX2 Screen8 palette.png
Red#000000#240000#490000#6D0000#920000#B60000#DB0000#FF0000
Green#000000#002400#004900#006D00#009200#00B600#00DB00#00FF00
Blue#000000#000055#0000AA#0000FF

Tiki 100

The Tiki 100 uses an 8-bit RGB palette (also described as 3-3-2 bit RGB), with 3 bits for each of the red and green color components, and 2 bits for the blue component. It supports 3 different resolutions with 256, 512 or 1024 by 256 pixels and 16, 4, or 2 colors respectively (freely selectable from the full 256-color palette).

Enterprise

The Enterprise computer has five graphics modes: 40- and 80-column text modes, Lo-Res and Hi-Res bit mapped graphics, and attribute graphics. Bit mapped graphics modes allow selection between displays of 2, 4,16 or 256 colors (from a 3-3-2 bit RGB palette), but horizontal resolution decreases as color depth increases.

Interlaced and non-interlaced modes are available. The maximum resolution is 640×512 pixels interlaced, or 640×256 pixels non-interlaced. These resolutions permit only a 2-colour display.

A 256-colour display has a maximum resolution of 80×256. The attribute graphics mode provides a 320×256 pixel resolution with 16 colors, selectable from a palette of 256.

Multiple pages can be displayed simultaneously on the screen, even if their graphics modes are different. Each page has its own palette, which allows more colors to be displayed onscreen simultaneously. The page height can be larger than the screen or the window it is displayed on. Each page is connected to a channel of the EXOS operating system, so it is possible to write on a hidden page.

MSX2

On the MSX2 screen mode 8 is a high-resolution 256×212-pixel mode with an 8-bit color depth, giving a palette of 256 colors (Fixed RGB mode of the Yamaha V9938 video chip). [21] From the MSB to LSB, there are three green bits, three red bits, and two blue bits. This mode uses half of the available colors overall, and can be considered a palette in its own right.

Screen color test MSX2 Screen8.png

9-bit RGB palettes

The MSX2 series features a Yamaha V9938 video chip, which manages a 9-bit RGB palette (512 colors in Paletted RGB mode) and has some extended graphic modes. Although its graphical capabilities are similar, or even better than of those of 16-bit personal computers, MSX2 and MSX2+ (see below) are pure 8-bit machines.

MSX2 Screen8 palette sample image.png MSX2 Screen8 palette color test chart.png

Screen mode 6 is a 512×212-pixel mode with a 4-color palette chosen from the available 512 colors. Screen modes 5 and 7 are high-resolution 256×212-pixel and 512×212-pixel modes, respectively, with a 16-color palette chosen from the available 512 colors. Each pixel can be any of the 16 selected colors.

4-color screen mode 616-color screen mode 5
Screen color test MSX2 Screen6.png Screen color test MSX2 Screen5.png

15-bit RGB palettes

MSX2+

The MSX2+ series (released in 1988) features a Yamaha V9958 video chip which manages a 15-bit RGB palette internally encoded in YJK (up to 19,268 different colors from the 32,768 theoretically possible) [22] and has additional screen modes. Although its graphical capabilities are similar, or even better than of those of 16-bit personal computers, MSX2 (see above) and MSX2+ are pure 8-bit machines. YJK color encoding can be viewed as a lossy compression technique; in the RGB to YJK conversion, the average red and green levels are preserved, but blue is subsampled. As a result of every four pixels sharing a chroma value, in mode 12 it is not possible to have vertical lines of a single color. This is only possible in modes 10 and 11 due to the additional 16-color direct palette. This can be used to mix 16 indexed colors with a rich colorful background, in what can be considered a primitive video overlay technique.

MSX2plus YJK&YAE palette sample image.png MSX2plus YJK&YAE palette color test chart.png MSX2plus YJK&YAE palette.png

Screen modes 10 & 11 – 12,499 YJK colors plus a 16-color palette. In this mode, the YJK technique encodes 16 levels of luminance into the four LSBs of each pixel and 64 levels of chroma, from −32 to +31, shared across every four consecutive pixels and stored in the three higher bits of the four pixels. If the fifth bit of the pixel is set, then the lower four bits of the pixel points to an index in the 16-color palette; otherwise, they specify the YJK luminance level of the pixel.

Screen mode 12 is similar to modes 10 and 11, but uses five bits to encode 32 levels of luminance for every pixel, thus it does not use an additional palette and, with YJK encoding, 19,268 different colors can be displayed simultaneously with 8-bit color depth.

Screen mode 10 & 11Screen mode 12
Screen color test MSX2plus Screen10&11.png Screen color test MSX2plus Screen12.png

18-bit RGB palettes

FM-77 AV 40

Fujitsu's FM-77 AV 40, released in 1986, uses an 18-bit RGB palette. Any 64,000 out of 262,144 colors can be displayed simultaneously at the 320×200 resolution, or 8 out of 262,144 colors at the 640×400 resolution.

RGB 18bits palette sample image.png RGB 18bits palette color test chart.png

Composite video palettes

This section covers systems that generate color directly as composite video, closely related with display on analog CRT TVs. Many of the colors are non-standard and outside of RGB gamut, and would only display properly on NTSC hardware. Due to the varying ways of converting a composite signal to sRGB (the standard for internet images), images in this section will be inconsistent with each other in color until further notice.

Atari 400/800/XL/XE

The early Atari 400 and 800 computers use a palette of 128 colors (a bit similar to the one used on the Atari 2600 console, and the Commodore 16 and Plus/4), using 4 bits for chrominance, and 3 for luminance. Screen modes may vary from 320×192 (384x240 with overscan) to 40×24, using 2 or 4 simultaneous colors, or 80×192 (96x240 with overscan) using 16 colors. After 2 years (late 1981) the CTIA graphics chip was replaced with the GTIA chip thus increasing the palette to 256 colors (CTIA and GTIA).

The ANTIC chip in the Atari 8-bit family computers (400, 800, XL and XE models) has an instruction set to run programs (called display list) which permits many more colors on the screen at once. There are a number of possible software-driven graphics modes.

CTIA palette

Atari 8-bit Parrot mode 15 w MCS & color interrupts.png Atari800CTIA palette color test chart.png
luminance
hue
02468101214
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

GTIA palette

luminance
hue
0123456789101112131415
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

Apple II series

The Apple II series features a 16-color composite video palette, based on the YIQ color space used by the NTSC color TV system. [23] [24]

Low-res mode palette

The 40x48 pixel lo-res mode allowed 15 different colors plus a duplicate gray. [25]

AppleII palette lores sample image.png AppleII palette sample image.png AppleII palette color test chart.png AppleII palette.png
Number — nameYIQNumber — nameYIQ
0 — black0008 — brown*0.250.5-0.5
1 — red0.250.50.59 — orange0.510
2 — dark blue0.25-0.50.510 — gray0.500
3 — purple0.50111 — pink0.750.50.5
4 — dark green0.25-0.5-0.512 — bright green0.50-1
5 — gray0.50013 — yellow0.750.5-0.5
6 — blue-cyan0.5-1014 — cyan0.75-0.50.5
7 — light blue0.75-0.50.515 — white100

High-res mode palette

The majority of Apple graphic applications used the hi-res mode, which had 280×192 pixels (effectively 140x192 on a color monitor). The hi-res mode allowed six colors: black, white, blue, orange, green and purple.
Apple II High Res Parrot.png AppleII HR.png AppleII HR palette color test chart.png
High bitPixel pairNumber — NameYIQ
0000 — black000
0011 — purple0.511
0102 — green0.5−1−1
0113 — white100
1004 — black000
1015 — blue0.51−1
1106 — orange0.5−11
1117 — white100

Systems based on MOS Technology chips

For all the following computers from Commodore, the U and V coordinates for the composite video colors are always the cosine and the sine, respectively, of angles multiple of 22.5 degrees (i.e. a quarter of 90°), as the engineers were inspired by the NTSC color wheel, a radial way to figure out the U and V coordinates of points equidistant from the center of the chroma plane, the gray. Consumers in Europe (which uses PAL) considered the Commodore colors to be more "washed out" and less vivid than those provided by computers such as the ZX Spectrum. [26] [27] [28]

VIC-20

The VIC-20 uses a MOS Technology VIC chip which produces a 16-color YPbPr composite video palette. [29] The palette lacks any intermediate shade of gray, and it has 5 or 9 levels of luminance.

The VIC-20 lacks any true graphic mode, but a 22×11 text mode with 200 definable characters of 8×16 bits each arranged as a matrix of 20×10 characters is usually used instead, giving a 3:2(NTSC)/5:3(PAL) pixel aspect ratio, 160×160 pixels, 8-color "high-res mode" or a 3:1(NTSC)/10:3(PAL) pixel aspect ratio, 80×160 pixels, 10-color "multicolor mode".

VIC-20 palette
CommodoreVIC20 palette sample image.png CommodoreVIC20 palette color test chart.png CommodoreVIC20 palette.png

In the 8-color high-res mode, every 8×8 pixels can have the background color (shared for the entire screen) or a free foreground color, both selectable among the first eight colors of the palette. In the 10-color multicolor mode, a single pixel of every 4×8 block (a character cell) may have any of four colors: the background color, the auxiliary color (both shared for the entire screen and selectable among the entire palette), the same color as the overscan border (also a shared color) or a free foreground color, both selectable among the first eight colors of the palette.

Simulated images

Multicolor modeHigh-res mode
Screen color test CommodoreVIC20 Multicolor.png Screen color test CommodoreVIC20 HighRes.png

On some models of the system, there are nine levels of luminance:

Number — name Y Pb (rel.) Pr (rel.)Number — name Y Pb (rel.) Pr (rel.)
0 — black0008 — orange0.375−0.70710680.7071068
1 — white1009 — light orange0.625−0.70710680.7071068
2 — red0.3125−0.38268340.923879510 — light red0.5−0.38268340.9238795
3 — cyan0.68750.3826834−0.923879511 — light cyan0.750.3826834−0.9238795
4 — purple0.31250.70710680.707106812 — light purple0.50.70710680.7071068
5 — green0.5−0.7071068−0.707106813 — light green0.75−0.7071068−0.7071068
6 — blue0.251014 — light blue0.510
7 — yellow0.6875−1015 — light yellow1−10

But on other models, there are only five levels of luminance:

Number — name Y Pb (rel.) Pr (rel.)Number — name Y Pb (rel.) Pr (rel.)
0 — black0008 — orange0.5−0.70710680.7071068
1 — white1009 — light orange0.75−0.70710680.7071068
2 — red0.25−0.38268340.923879510 — light red0.5−0.38268340.9238795
3 — cyan0.750.3826834−0.923879511 — light cyan10.3826834−0.9238795
4 — purple0.50.70710680.707106812 — light purple0.750.70710680.7071068
5 — green0.5−0.7071068−0.707106813 — light green0.75−0.7071068−0.7071068
6 — blue0.251014 — light blue0.510
7 — yellow0.75−1015 — light yellow1−10

Commodore 64

The MOS Technology VIC-II is used in the Commodore 64 (and Commodore 128 in 40-column mode), and features a 16-color YPbPr composite video palette. [30] This palette is largely based on that of the VIC, but it substitutes three colors by three levels of gray. When displayed over an analog NTSC composite video output, the actual resulting colors are more vivid.

Sample imageColor test chartColor paletteC64 palette on NTSC (Sony CXA2025 decoder matrix)
Commodore64 palette sample image.png Commodore64 palette color test chart.png Commodore64 palette.png C64 ntsc cxa2025.bmp.png [31]

The Commodore 64 has two graphic modes: Multicolor and High Resolution.

In the Multicolor 160×200, 16-color mode, every cell of 4×8, 2:1 aspect ratio pixels can have one of four colors: one shared with the entire screen, the two background and foreground colors of the corresponding text mode character, and one more color also stored in the color RAM area, all of them freely selectable among the entire palette.

In the High Resolution 320×200, 16-color mode, every cell of 8×8 pixels can have one of the two background and foreground colors of the correspondent text mode character, both freely selectable among the entire palette.

Simulated images

16-color multicolor mode16-color High-res mode
Screen color test Commodore64 Multicolor.png Screen color test Commodore64 HighRes.png

On most models of the Commodore 64, there are nine levels of luminance:

Number — name Y Pb (rel.) Pr (rel.)Number — name Y Pb (rel.) Pr (rel.)
0 — black0008 — orange0.375−0.70710680.7071068
1 — white1009 — brown0.25−0.92387950.3826834
2 — red0.3125−0.38268340.923879510 — light red0.5−0.38268340.9238795
3 — cyan0.6250.3826834−0.923879511 — dark grey0.312500
4 — purple0.3750.70710680.707106812 — grey0.4687500
5 — green0.5−0.7071068−0.707106813 — light green0.75−0.7071068−0.7071068
6 — blue0.251014 — light blue0.4687510
7 — yellow0.75−1015 — light grey0.62500

Commodore 16 and Plus/4

The MOS Technology TED was used in the Commodore 16 and Commodore Plus/4. It has a palette of 121 YPbPr composite video colors [32] consisting of sixteen hues (including black and white) at eight luminance levels. Black is the same color at every luminance level, so there are not 128 different colors. On the Commodore Plus/4, twelve colors formed a "default" palette of sorts accessible through keyboard shortcuts; [33] these colors are underlined in the table below (RGB converted colors at a saturation level of 34%).

CommodorePlus4 palette sample image.png CommodorePlus4 palette color test chart.png CommodorePlus4 palette.png

The Commodore 16 and Commodore Plus/4 have two graphic modes very similar to those of the Commodore 64: Multicolor and High Resolution.

In the Multicolor 160×200, 121-color mode, every cell of 4×8, 2:1 aspect ratio pixels can have one of four colors: two shared with the entire screen and the two background and foreground colors of the correspondent text mode character, all of them freely selectable among the entire 121-color palette (hue 0 to 15 and luminance 0 to 7 are set individually for any of them).

In the High Resolution 320×200, 121-color mode, every cell of 8×8 pixels can have one of the two background and foreground colors of the corresponding text mode character, both freely selectable among the entire 121-color palette (again setting both the hue and the luminance).

Simulated images

121-color Multicolor mode121-color High-res mode
Screen color test CommodorePlus4 Multicolor.png Screen color test CommodorePlus4 HighRes.png
MOS Technology TED YPbPr composite palette
hue # Pb (rel.) Pr (rel.) Y
0.1250.250.3750.50.6250.750.8751
0 — black000,00,10,20,30,40,50,60,7
1 — white001,01,11,21,31,41,51,61,7
2 — red−0.38268340.92387952,02,12,22,32,42,52,6*2,7*
3 — cyan0.3826834−0.92387953,0*3,13,23,33,43,53,63,7*
4 — purple0.70710680.70710684,0*4,14,24,34,44,54,6*4,7*
5 — green−0.7071068−0.70710685,0*5,15,25,35,45,55,6*5,7*
6 — blue106,06,16,26,36,46,5*6,6*6,7*
7 — yellow−107,0*7,1*7,27,37,47,57,67,7*
8 — orange−0.70710680.70710688,0*8,18,28,38,48,58,6*8,7*
9 — brown−0.92387950.38268349,0*9,1*9,29,39,49,59,69,7*
10 — yellow-green−0.9238795−0.382683410,0*10,1*10,210,310,410,510,610,7*
11 — pink0111,011,111,211,311,411,511,6*11,7*
12 — blue-green0−112,0*12,112,212,312,412,512,612,7*
13 — light blue0.7071068−0.707106813,0*13,113,213,313,413,513,6*13,7*
14 — dark blue0.92387950.382683414,014,114,214,314,414,5*14,6*14,7*
15 — light green−0.3826834−0.923879515,0*15,115,215,315,415,515,6*15,7*

Notes:

Systems based on the Texas Instruments TMS9918 chip

The TMS9918 is a Video Display Controller (VDC) manufactured by Texas Instruments and introduced in 1979. The TMS9918 and its variants were used in the Memotech MTX, MSX, Sord M5, Tatung Einstein and Tomy Tutor.

The TMS9918 chip which uses a proprietary 15-color YUV composite video palette encoded palette [34] plus a transparent color, intended to be used by the hardware sprites and simple video overlay. When used as an ordinary background color, it is rendered using the same color as the screen border.

MSX palette sample image.png MSX palette color test chart.png MSX palette.png
TMS9918 YUV composite video palette
Number — nameYUV
0 — transparentN/AN/AN/A
1 — black0.000.0000.000
2 — medium green0.53−0.509−0.755
3 — light green0.67−0.377−0.566
4 — dark blue0.401.000−0.132
5 — light blue0.530.868−0.075
6 — dark red0.47−0.3210.679
7 — cyan0.730.434−0.887
8 — medium red0.53−0.3770.868
9 — (light red)0.67−0.3770.868
10 — dark yellow0.73−0.7550.189
11 — light yellow0.80−0.5660.189
12 — dark green0.47−0.453−0.642
13 — magenta0.530.3770.491
14 — gray0.800.0000.000
15 — white1.000.000.000
Note: The colors inside the parentheses are out of RGB gamut.

MSX

The MSX series has two graphic modes. The MSX BASIC Screen 3 mode is a low-resolution mode with 15 colors, in which every pixel can be any of the 15 available colors. Screen mode 2 is a 256×192 high-resolution mode with 15 colors, in which each of every eight consecutive pixels can only use 2 colors.

15-color screen mode 315-color screen mode 2
Screen color test MSX Screen3.png Screen color test MSX Screen2.png

Systems based on the Motorola 6847 chip

The Motorola 6847 is a video display generator (VDG) first introduced by Motorola and used in the TRS-80 Color Computer, Dragon 32/64, Laser 200, TRS-80 MC-10, NEC PC-6000 series, Acorn Atom, and the APF Imagination Machine, among others.

Sample trs80.png Trs-80.png

Color is generated by the combination of three signals, (luminance) with 6 possible levels, and (chroma) with 3 possible levels, based on the YPbPr colorspace, and then converted for output into a NTSC analog signal.

The following table shows the signal values used: [35]

Color
Green0.541.01.0
Yellow0.421.01.5
Blue0.722.01.5
Red0.721.52.0
Buff0.421.51.5
Cyan0.541.51.5
Magenta0.542.02.0
Orange0.541.02.0
Black0.721.51.5
Dark Green0.721.01.0
Dark Orange0.721.02.0

TRS-80 Color Computer

The TRS-80 Color Computer is capable of displaying text and graphics contained within a roughly square display matrix 256 pixels wide by 192 lines high. The hardware palette has 9 colors: black, green, yellow, blue, red, buff (almost-but-not-quite white), cyan, magenta, and orange. [36]

All colors are available in text modes. In color modes (64×64, 128×64, 128×96, and 128×192) two four color palettes are available: a green border with the colors green, yellow, red, and blue; a white border with the colors white, cyan, magenta, and orange.

Text Mode (9 colors)Color mode (4 colors)Color mode (alternate palette)
Trs-80 dither.png Trs80a dither.png Trs80b dither.png

NEC PC-6000 series

Similar to other computers using the same video chip, the NEC PC-6000 series had four screen modes:

  • 32x16 characters with 4 colors
  • 64x48 pixel graphics with 9 colors
  • 128x192 graphics with 4 colors
  • 256x192 graphics with 2 colors (green, white)

Other palettes

Tandy Color Computer 3

The Tandy Color Computer 3 could display all of the modes of the Tandy Color Computer 1 and 2 / TRS-80 Color Computer, except the Semigraphics modes. Taking the place of the graphics and memory hardware of the previous machines is an application-specific integrated circuit called (officially) the Advanced Color Video Chip (ACVC) or (unofficially) the Graphics Interrupt Memory Enhancer (GIME).

This chip allowed resolutions of 320x192x4, 320x192x16, 640x192x2, and 640x192x4 from a palette of 64 colors. [37]

There are two palette modes - RGB (3 levels of intensity plus white, black and two grays) and Composite (total of 64 colors; 16 distinct chroma values with 4 levels of luminance). [38] [39]

Tandy Color Computer 3 composite palette examples
TandyCoCo3 Mode320x192x16 palette sample image.jpg TandyCoCo3 Mode320x192x16 palette color test chart.png

SAM Coupé

The 128 color master palette used by the SAM Coupé is produced via a unique method — it effectively contains 2 groups of 64 "RGB" colors of mildly different intensity, and ultimately derived from a 512 color space. [40] The closest equivalent in more popular and well-known machines would be the Commodore Amiga's 64-color "Extra Half-Brite" mode (with 32 explicitly set colors using 5 bitplanes, which are displayed with full or half brightness depending on the bit setting of a 6th plane).

Two bits are used for each of Red, Green and Blue and give a similar result to a normal 6-bit RGB palette (as seen with the IBM EGA or Sega Master System); the seventh bit encodes for "brightness", which has a similar but more subtle effect to the Spectrum, increasing the output of all three channels by half the intensity of the lower bits of the main six (in this way, it does make a genuine 128 colors — rather than 127 colors with "two blacks" and only a 7-level grayscale).

The layout of the byte that encodes each color is complicated and appears like a Spectrum color nybble transferred to a full byte's width, and an extra RGB bit-triplet then prefixed to it, with the MSB left unused.

SAM Coupé color palette value bits
Bit 7Bit 6Bit 5Bit 4Bit 3Bit 2Bit 1Bit 0
-Green 1Red 1Blue 1Half-BrightGreen 0Red 0Blue 0

Resulting color palette:

SAM Coupé color palette example images
Sample image with SAM Coupe palette.png Colour chart of SAM Coupe hardware palette.png Hardware palette of SAM Coupe.png
SAM Coupé color palette and bitmask
0x000x010x020x030x040x050x060x070x080x090x0A0x0B0x0C0x0D0x0E0x0F
0x100x110x120x130x140x150x160x170x180x190x1A0x1B0x1C0x1D0x1E0x1F
0x200x210x220x230x240x250x260x270x280x290x2A0x2B0x2C0x2D0x2E0x2F
0x300x310x320x330x340x350x360x370x380x390x3A0x3B0x3C0x3D0x3E0x3F
0x400x410x420x430x440x450x460x470x480x490x4A0x4B0x4C0x4D0x4E0x4F
0x500x510x520x530x540x550x560x570x580x590x5A0x5B0x5C0x5D0x5E0x5F
0x600x610x620x630x640x650x660x670x680x690x6A0x6B0x6C0x6D0x6E0x6F
0x700x710x720x730x740x750x760x770x780x790x7A0x7B0x7C0x7D0x7E0x7F

These colors can be used on the four available display modes: [41]

SAM Coupé video modes example images
Sam mode 1.png Sam mode 2.png Sam mode 3.png Sam mode4.png
SAM Coupé mode 1 example imageSAM Coupé mode 2 example imageSAM Coupé mode 3 example imageSAM Coupé mode 4 example image

Side-by-side comparison

Since there are many 8-bit computers to compare, a comparison table has been compiled to make comparing the systems easier.

8-bit computer color palettes
Computer(s)Picture sample(s)Entire palette(s)Number of colors on screenResolution(s)
Apple IIHi-res:
Apple II High Res Parrot.png

Lo-res:

AppleII palette sample image.png
Hi-res: Apple II High Res Palette.png

Lo-res: AppleII palette color test chart.png

6 (high resolution mode), or 16 (low resolution mode)280x192 in high resolution or 40x48 in low resolution
Atari 8-bit lineMode 15 (with color interrupts and MCS):
Atari 8-bit Parrot mode 15 w MCS & color interrupts.png
Atari800CTIA palette color test chart.png 9 colors per scanline on mode 15 via masking the 4 sprites for colors, and interrupts.Ranges from 320x192, with 1 color, to 80x192 with 9 colors.
Mattel Aquarius Mattel Aquarius palette sample image.png Mattel Aquarius palette color test chart.png 16 colors40x24 characters
BBC Micro
BbcMicro palette sample image.png
BbcMicro palette color test chart.png
Ranges from 2 to 8 colorsRanges from 640x256 to 160x256
Commodore 64High res mode:
Screen color test Commodore64 HighRes.png

Multicolor mode:

Screen color test Commodore64 Multicolor.png
Commodore64 palette color test chart.png All 16 colors can be present in one screen. However, 4 can be present in one 4 x 8 cell in multicolor mode, and three of those colors must be shared. 2 colors can be present in every 8 x 8 cell in high resolution mode.320 x 200 in high resolution mode

160 x 200 in multicolor mode

CGA16 color mode:
Cga 150x100.png

4 color modes:

Cga p0.png Cga p1.png Cga p3.png

2 color mode:

Cga 640x200.png
CGA palette color test chart.png 320×200 graphics mode is restricted to fixed palettes containing only four colors; 640×200 graphic mode is only two colors160 x 200, 320 x 200, 640 x 200

See also

Related Research Articles

<span class="mw-page-title-main">RGB color model</span> Color model based on red, green, and blue

The RGB color model is an additive color model in which the red, green and blue primary colors of light are added together in various ways to reproduce a broad array of colors. The name of the model comes from the initials of the three additive primary colors, red, green, and blue.

<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">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.

Color depth or colour depth, also known as bit depth, is either the number of bits used to indicate the color of a single pixel, or the number of bits used for each color component of a single pixel. When referring to a pixel, the concept can be defined as bits per pixel (bpp). When referring to a color component, the concept can be defined as bits per component, bits per channel, bits per color, and also bits per pixel component, bits per color channel or bits per sample (bps). Modern standards tend to use bits per component, but historical lower-depth systems used bits per pixel more often.

<span class="mw-page-title-main">Mode 13h</span> Standard 256-color mode on VGA graphics hardware

Mode 13h is the standard 256-color mode on VGA graphics hardware introduced in 1987 with the IBM PS/2. It has a resolution of 320×200 pixels. It was used extensively in computer games and art/animation software of the late 1980s and early to mid-1990s. "13h" refers to the number of the mode in the VGA BIOS. The "h" stands for hexadecimal.

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

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

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">Hold-And-Modify</span> Display mode used in Commodore Amiga computers

Hold-And-Modify, usually abbreviated as HAM, is a display mode of the Commodore Amiga computer. It uses a highly unusual technique to express the color of pixels, allowing many more colors to appear on screen than would otherwise be possible. HAM mode was commonly used to display digitized photographs or video frames, bitmap art and occasionally animation. At the time of the Amiga's launch in 1985, this near-photorealistic display was unprecedented for a home computer and it was widely used to demonstrate the Amiga's graphical capability. However, HAM has significant technical limitations which prevent it from being used as a general purpose display mode.

<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.

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">ZX Spectrum graphic modes</span> Graphic modes of the ZX Spectrum computer

The original ZX Spectrum computer produces a one bit per pixel, bitmapped colour graphics video output. A composite video signal is generated through an RF modulator, and was designed for use with contemporary 1980s television sets.

<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.

References

  1. "MATRA HACHETTE > ALICE". Archived from the original on 2021-10-03. Retrieved 2021-10-03.
  2. "MATRA HACHETTE > ALICE 90". Archived from the original on 2021-10-03. Retrieved 2021-10-03.
  3. "le VG5000μ". Archived from the original on 2021-08-21. Retrieved 2021-10-03.
  4. 1 2 "Colours - Sinclair ZX Spectrum Introduction Manual [Page 27]| ManualsLib". www.manualslib.com.
  5. 1 2 "Spectrum Clone Design Blog". www.zxdesign.info.
  6. Richard Wilton, Programmer's Guide to PC & PS/2 VIDEO SYSTEMS, 1987, Microsoft Press.
  7. IBM Personal Computer Hardware Reference Library: IBM Enhanced Color Display (PDF). p. 4.
  8. Schema dcmoto.free.fr
  9. "Guidemo5.djvu".
  10. 1 2 3 4 Oury, Michel (1985). "Manuel Technique du MO5" (PDF).
  11. 1 2 3 4 "documentations:devices:gate.arrays [DON'T PANIC]". pulkomandy.tk.
  12. "Image of MO5NR boot screen, showing the full palette" . Retrieved 25 November 2023.
  13. Micro Tom 85 boitasite.com
  14. "TO7-70 Circuit Diagram". dcmoto.free.fr.
  15. "OLD-COMPUTERS.COM : The Museum". www.old-computers.com.
  16. "documentations:hardware:mo5 [DON'T PANIC]". pulkomandy.tk.
  17. Image atariage.com
  18. 1 2 "TEA1002 Datasheet | Mullard - Datasheetspdf.com". datasheetspdf.com.
  19. 1 2 3 TEA1002 PAL Colour Encoder and Video Summer. Mullard. 1982.
  20. ""The Amstrad CPC Firmware Guide"" (PDF). Retrieved 25 November 2023.
  21. Bits M1-M5 of VDP register 0 and 1: Video Screen modes, Screen 8 from "Portar MSX Tech Doc" Archived 2007-11-30 at the Wayback Machine
  22. "The MSX Plaza". msx-plaza.eu.
  23. "The Laboratorium : Why Did the Apple II Have Six Colors?". laboratorium.net.
  24. "Archived copy" (PDF). Archived from the original (PDF) on 2014-08-14. Retrieved 2014-07-15.{{cite web}}: CS1 maint: archived copy as title (link)
  25. BB Front image Apple
  26. "Spectrum vs C64" match, Italy, 1985 "The blue was simply stunning. The red made the room warm. The magenta was like an exotic icecream. The green was something like freshly rained grass. The cyan was like the ocean's water. The yellow seemed got off from a fluorescent pen. And the white was clean and soft ... The C64 screen first became black (but not too much), then became white (an exaggerated white), then orange, then something like bluish, then a vaguely magenta, then a poor water-greenish, then a bright bluish, then a faded yellow, then a weird brown, and then a light gray... well, all "pastel-like" colours"
  27. ZX Spectrum vs Commodore 64 – the playground argument settled "you will remember the playground taunts regarding washed out colours, peeks and pokes and the relative lack of software in your local WH Smith"
  28. ZX Spectrum vs Commodore 64 "the C64 had muddy colours...but whack up the colour saturation of your TV and most of that was alleviated"
  29. "The 6561 VIC chip". Archived from the original on 2010-04-01. 090420 fpgaarcade.com
  30. Philip 'Pepto' Timmermann (12 March 2001). "All you ever wanted to know about the colors of the commodore 64". pepto.de.
  31. "C64 Emulator Palette from my NTSC 1702 - Page 2 - Commodore 64 (C64) Forum". lemon64.com.
  32. "Commodore Hacking #12 : Talking to TED". Archived from the original on 5 January 2009.
  33. "Color codes". Archived from the original on 27 September 2007.
  34. VDP Registers 00h-07h: Basic MSX1/MSX2 Video Registers from "Portar MSX Tech Doc" Archived 2007-11-30 at the Wayback Machine
  35. "MC6847* datasheet & applicatoin notes - Datasheet Archive". www.datasheetarchive.com. Archived from the original on 2022-07-10. Retrieved 2021-05-15.
  36. Computer Operation Manual colorcomputerarchive.com
  37. "Color Computer FAQ - CoCopedia - The Tandy/Radio Shack Color Computer Wiki". www.cocopedia.com. Retrieved 25 November 2023.
  38. Lomont, Chris (July 2006). "Chris Lomont's Color Computer 1/2/3 Hardware Programming" (PDF). www.lomont.org. Archived from the original (PDF) on 2022-06-05. Retrieved 5 May 2020.
  39. "Coco 3 Graphics". aaronwolfe.com. Retrieved 25 November 2023.
  40. Cooke, Simon; et al. (1994). "The Graphics Hardware" (PDF). The Unofficial SAM Coupé Technical Manual (sampler edition). Σntropy. pp. 16–20. Retrieved 5 February 2013.
  41. "Basically". Crash. No. 74. March 1990. p. 13.