Link updates
This commit is contained in:
parent
a54d5564a7
commit
d29ef36ea1
30 changed files with 84 additions and 66 deletions
|
|
@ -17,7 +17,7 @@ Our COMPAQ [EGA ROM BIOS](000412-001B/compaq-ega.json) comes from
|
|||
|
||||
### Font Information
|
||||
|
||||
As noted in [Video.onROMLoad()](/modules/pcjs/lib/video.js), the Video component needs to know where the card's
|
||||
As noted in [Video.onROMLoad()](/modules/pcx86/lib/video.js), the Video component needs to know where the card's
|
||||
font data is located:
|
||||
|
||||
For EGA cards, in the absence of any parameters, we assume that we're receiving the original
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ IBM PC Video Configurations
|
|||
|
||||
Sample XML configurations are available for the following IBM PC Video Adapters:
|
||||
|
||||
* Monochrome Display Adapter (MDA)
|
||||
* [Monochrome Display Adapter (MDA)](mda/)
|
||||
* [Color Graphics Adapter (CGA)](cga/)
|
||||
* [Enhanced Graphics Adapter (EGA)](ega/)
|
||||
* [Video Graphics Array (VGA)](vga/)
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ The following IBM CGA configuration files are currently available:
|
|||
There is only one known CGA Character ROM ([ibm-cga.json](ibm-cga.json)), and it is identical to the MDA Character ROM,
|
||||
because the ROM contains both the 8x14 MDA and 8x8 CGA fonts.
|
||||
|
||||
As documented in [Video.doneLoad()](/modules/pcjs/lib/video.js):
|
||||
As documented in [Video.doneLoad()](/modules/pcx86/lib/video.js):
|
||||
|
||||
[T]here are TWO CGA fonts in the ROM: a thin 5x7 "single dot" font located at offset 0x1000, and a thick 7x7
|
||||
"double dot" font at offset 0x1800. The latter is the default font, unless overridden by a jumper setting on
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ The PCjs server's Dump API can be used as well:
|
|||
|
||||
### IBM EGA Font Information
|
||||
|
||||
As noted in [Video.onROMLoad()](/modules/pcjs/lib/video.js), the Video component needs to know where the card's
|
||||
As noted in [Video.onROMLoad()](/modules/pcx86/lib/video.js), the Video component needs to know where the card's
|
||||
font data is located:
|
||||
|
||||
For EGA cards, in the absence of any parameters, we assume that we're receiving the original
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ The following IBM MDA configuration files are currently available:
|
|||
There is only one known MDA Character ROM ([ibm-mda.json](ibm-mda.json)), and it is identical to the CGA Character ROM,
|
||||
because the ROM contains both the 8x14 MDA and 8x8 CGA fonts.
|
||||
|
||||
As documented in [Video.doneLoad()](/modules/pcjs/lib/video.js):
|
||||
As documented in [Video.doneLoad()](/modules/pcx86/lib/video.js):
|
||||
|
||||
[T]here are TWO CGA fonts in the ROM: a thin 5x7 "single dot" font located at offset 0x1000, and a thick 7x7
|
||||
"double dot" font at offset 0x1800. The latter is the default font, unless overridden by a jumper setting on
|
||||
|
|
|
|||
Loading…
Reference in a new issue