Hercules Graphics Card

From Wikipedia, the free encyclopedia

Original Hercules Graphics Card (1984) with an additional printer connector. The ruler (for scale) is in cm.
Original Hercules Graphics Card (1984) with an additional printer connector. The ruler (for scale) is in cm.

The Hercules Graphics Card (HGC) was a computer graphics controller which, through its popularity, became a widely supported display standard. It was common on IBM PC compatibles connected to a monochrome monitor (green, amber, or page white). It supported one high resolution text mode and a single graphics mode. In 1984 its list price was USD 499 although it was often sold for less than the manufacturer's suggested price. [1]

Its provision of an MDA compatible high quality text mode in combination with a (for its time) high resolution graphics mode (as well as aggressive pricing) made the Hercules card extraordinarily popular in the early days of the PC. The existence of CGA emulation drivers/TSRs, which allowed Hercules users to run programs written for the CGA card's standard graphics modes (albeit only in monochrome, without actual colour), may also have been a contributing factor to its success, especially so because programming for the Hercules card's native graphics mode was somewhat hindered by the fact that there was neither any BIOS support nor standardization from IBM — after all, the HGC was a competing technology. Popular IBM PC programs at the time (such as Lotus 1-2-3 spreadsheet and Autocad computer-aided drafting) came with their own drivers to allow use of the Hercules graphics mode.

Long after its prime, the Hercules card continued to be popular for specialist applications, such as some debuggers and CAD programs, because it could be used to connect a secondary monitor alongside another (colour) graphic adapter. Certain software detected the HGC and used the monochrome display for extra data display while running the application on the other screen — for example a CAD work area would be displayed on the main (non-Hercules driven) screen and a list of drawing commands would be shown on the HGC driven monochrome screen.

Contents

[edit] History

The Hercules was developed in 1982 by Van Suwannukul, founder of Hercules Computer Technology. The system was created by Suwannukul initially so that he could work on his doctoral thesis on an IBM PC using the Thai alphabet (his native language).

[edit] Connector

DE9F connector. Using 5V TTL electrical signaling. [2] [3]

Horizontal frequency 18.425 +/-0.500 kHz, Vertical frequency 50 Hz. [4]

[edit] Technical specifications

Its monochrome text mode could display 80×25 text characters and was MDA compatible. As such, it rendered characters in a box of 9×14 pixels, of which 7×11 made out the character itself (the other pixels being used for space between character columns and lines). This amounted to markedly clearer text display than the competing CGA adapter could offer. The total theoretical resolution of this text mode was 720×350 pixels. This number is arrived at through multiplying the character width of 9 pixels by the number of text columns possible on screen (80) as well as multiplying the character height of 14 pixels by the number of text lines (25). In the MDA compatible text mode, however, these pixels were not individually addressable.

The Hercules card's single monochrome graphics mode simply made all pixels directly addressable. This translated to a resolution of not 720×350, but only 720×348 pixels (at 1 bit per pixel) because, for technical reasons, the screen height had to be a multiple of four.

The Hercules card supported two graphic pages, one at address B0000h and one at address B8000h. The second page could be enabled or disabled by software. When it was disabled, the addresses used by the card did not overlap with those used by color adapters such as CGA or VGA. This made dual screen operation possible simply through installation of a Hercules card next to, for instance, a VGA adapter.

Hercules also made a CGA-compatible card, the Hercules Color Card, which could coexist with a monochrome HGC and still allow both graphics pages to be used. It would detect when the second graphics page was selected and disable access to its own memory, which would otherwise have been at the same addresses.

[edit] Programming

In text modes, the memory appears just like an MDA card. The screen has 80×25 chars, so there are 80 ASCII code/attribute pairs per line (160 bytes per line).The address of a given screen location in memory is given by the formula:

address = (0xb0000) + ( row * 160 ) + column

In graphics mode, the lines are interleaved so it is a bit harder. There are 8 pixels per byte, 90 bytes per line. Consecutive lines on the screen are interleaved by 4 lines in memory, so in memory it looks like this:

Screen Line #0 starts at B000:0000

Screen Line #1 starts at B000:2000

Screen Line #2 starts at B000:4000

Screen Line #3 starts at B000:6000

Screen Line #4 starts at B000:005A ...

The memory address that contains a given pixel is given by:

mem = (0xb8000) + ((y&3)<<13)+(y>>2)*90+(x>>3)

This code would set the correct pixel in that byte:

or contents with (128>> (x& 7 ) )

[edit] Later cards

The HGC standard was extended by two later cards:

  • The Hercules Graphics Card Plus (June 1986) allowed user-defined fonts to be used in 80×25 text mode.
  • The Hercules InColor Card (April 1987) included colour capabilities similar to the EGA, with 16 colours from a palette of 64. It retained the same two modes - 80×25 text and 720×348 graphics.

[edit] See also

[edit] References

  1. ^ PC Magazine March 6, 1984 page 5 advertisement
  2. ^ IBM PC-Compatible EGA Video Reference. 070822 nemesis.lonestar.org
  3. ^ Monitor Ports. 071105 whitefiles.org
  4. ^ Industrial monochrome monitors 7” - 14”. 070822 adm-electronic.de