Added CGA information

This commit is contained in:
Jeff Parsons 2016-03-21 15:50:39 -07:00
commit 496f9ce31a
5 changed files with 133 additions and 12 deletions

View file

@ -13,12 +13,13 @@ configuration file. See one of the following video adapters for examples of ho
PCjs supports the following IBM PC video adapters:
* Monochrome Display Adapter (MDA)
* Color Graphics Adapter (CGA)
* [Color Graphics Adapter (CGA)](ibm/cga/)
* [Enhanced Graphics Adapter (EGA)](ibm/ega/)
* [Video Graphics Array (VGA)](ibm/vga/)
More detailed information is available for the following IBM-compatible video adapters:
* [CDP CGA](/devices/pc/video/cdp/cga/)
* [ATI VGA](/devices/pc/video/ati/vga/)
* [COMPAQ EGA](/devices/pc/video/compaq/ega/)
* [COMPAQ VGA](/devices/pc/video/compaq/vga/)