Documentation updates
This commit is contained in:
parent
5827269c77
commit
437218df15
13 changed files with 86 additions and 15 deletions
|
|
@ -8,9 +8,7 @@ IBM PC Video Devices
|
|||
---
|
||||
|
||||
Video devices are added to machines by including a *[Video](/docs/pcjs/video/)* component in the machine XML
|
||||
configuration file. See one of the following video adapters for examples of how to do this.
|
||||
|
||||
PCjs supports the following IBM PC video adapters:
|
||||
configuration file. See the following [IBM PC Video Configurations](ibm/):
|
||||
|
||||
* Monochrome Display Adapter (MDA)
|
||||
* [Color Graphics Adapter (CGA)](ibm/cga/)
|
||||
|
|
|
|||
15
devices/pc/video/ibm/README.md
Normal file
15
devices/pc/video/ibm/README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
layout: page
|
||||
title: IBM PC Video Configurations
|
||||
permalink: /devices/pc/video/ibm/
|
||||
---
|
||||
|
||||
IBM PC Video Configurations
|
||||
---
|
||||
|
||||
Sample XML configurations are available for the following IBM PC Video Adapters:
|
||||
|
||||
* Monochrome Display Adapter (MDA)
|
||||
* [Color Graphics Adapter (CGA)](cga/)
|
||||
* [Enhanced Graphics Adapter (EGA)](ega/)
|
||||
* [Video Graphics Array (VGA)](vga/)
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM Color Graphics Adapter (CGA)"
|
||||
title: IBM Color Graphics Adapter (CGA)
|
||||
permalink: /devices/pc/video/ibm/cga/
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue