README update
This commit is contained in:
parent
4abdc4417e
commit
9a0cd2b81e
1 changed files with 12 additions and 10 deletions
|
|
@ -1,24 +1,26 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: IBM PC Video Devices
|
title: IBM PC Video Adapters
|
||||||
permalink: /devices/pc/video/
|
permalink: /devices/pc/video/
|
||||||
---
|
---
|
||||||
|
|
||||||
IBM PC Video Devices
|
IBM PC Video Adapters
|
||||||
---
|
---
|
||||||
|
|
||||||
Video devices are added to machines by including a *[Video](/docs/pcjs/video/)* component in the machine XML
|
Video adapters are added to machines by including a *[Video](/docs/pcjs/video/)* component in the machine XML
|
||||||
configuration file. See the following [IBM PC Video Configurations](ibm/):
|
configuration file.
|
||||||
|
|
||||||
|
See the following [IBM PC Video Configurations](ibm/):
|
||||||
|
|
||||||
* Monochrome Display Adapter (MDA)
|
* Monochrome Display Adapter (MDA)
|
||||||
* [Color Graphics Adapter (CGA)](ibm/cga/)
|
* [Color Graphics Adapter (CGA)](ibm/cga/)
|
||||||
* [Enhanced Graphics Adapter (EGA)](ibm/ega/)
|
* [Enhanced Graphics Adapter (EGA)](ibm/ega/)
|
||||||
* [Video Graphics Array (VGA)](ibm/vga/)
|
* [Video Graphics Array (VGA)](ibm/vga/)
|
||||||
|
|
||||||
More detailed information is available for the following IBM-compatible video adapters:
|
Information is also available for the following IBM-compatible video adapters:
|
||||||
|
|
||||||
* [CDP CGA](/devices/pc/video/cdp/cga/)
|
* [CDP CGA](cdp/cga/)
|
||||||
* [ATI VGA](/devices/pc/video/ati/vga/)
|
* [ATI VGA](ati/vga/)
|
||||||
* [COMPAQ EGA](/devices/pc/video/compaq/ega/)
|
* [COMPAQ EGA](compaq/ega/)
|
||||||
* [COMPAQ VGA](/devices/pc/video/compaq/vga/)
|
* [COMPAQ VGA](compaq/vga/)
|
||||||
* [Paradise VGA](/devices/pc/video/paradise/vga/)
|
* [Paradise VGA](paradise/vga/)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue