Assorted website link fixes
This commit is contained in:
parent
868f7068f4
commit
aa6fc1fa8c
28 changed files with 219 additions and 108 deletions
|
|
@ -4,6 +4,7 @@ title: IBM PC (Model 5150, 64Kb) with Color Display
|
|||
permalink: /devices/pc/machine/5150/cga/64kb/donkey/
|
||||
redirect_from:
|
||||
- /configs/pc/machines/5150/cga/64kb/donkey/
|
||||
- /configs/pc/machines/5150/cga/64kb/donkey/machine.xml/
|
||||
- /demos/pc/donkey/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
layout: page
|
||||
title: IBM PC AT (Model 5170, 640Kb) with CGA Display
|
||||
permalink: /devices/pc/machine/5170/cga/640kb/rev3/
|
||||
redirect_from:
|
||||
- /devices/pc/machine/5170/cga/640kb/
|
||||
machines:
|
||||
- type: pc
|
||||
id: ibm5170
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
layout: page
|
||||
title: IBM PC AT (Model 5170, 640Kb) with MDA Display
|
||||
permalink: /devices/pc/machine/5170/mda/640kb/rev3/
|
||||
redirect_from:
|
||||
- /devices/pc/machine/5170/mda/640kb/
|
||||
machines:
|
||||
- type: pc
|
||||
id: ibm5170
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
layout: page
|
||||
title: AT&T Personal Computer 6300 with Color Display
|
||||
permalink: /devices/pc/machine/att/6300/cga/640kb/
|
||||
redirect_from:
|
||||
- /devices/pc/machine/att/6300/cga/
|
||||
machines:
|
||||
- type: pc
|
||||
id: att6300
|
||||
|
|
|
|||
|
|
@ -2,6 +2,9 @@
|
|||
layout: page
|
||||
title: Columbia Data Products MPC 1600 with Color Display
|
||||
permalink: /devices/pc/machine/cdp/mpc1600/cga/640kb/
|
||||
redirect_from:
|
||||
- /devices/pc/machine/cdp/mpc1600/
|
||||
- /devices/pc/machine/cdp/mpc1600/cga/
|
||||
machines:
|
||||
- type: pc
|
||||
id: mpc1600
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
layout: page
|
||||
title: COMPAQ DeskPro 386 (2Mb) with COMPAQ VGA
|
||||
permalink: /devices/pc/machine/compaq/deskpro386/other/2048kb/debugger/
|
||||
redirect_from:
|
||||
- /devices/pc/machine/compaq/deskpro386/other/2048kb/
|
||||
machines:
|
||||
- type: pc
|
||||
id: deskpro386
|
||||
|
|
|
|||
|
|
@ -7,6 +7,6 @@ permalink: /devices/pc/machine/compaq/deskpro386/vga/
|
|||
COMPAQ DeskPro 386 Machines with IBM VGA
|
||||
---
|
||||
|
||||
* [COMPAQ DeskPro 386 with 2Mb RAM and IBM VGA](vga/2048kb/) ([Debugger](vga/2048kb/debugger/))
|
||||
* [COMPAQ DeskPro 386 with 4Mb RAM and IBM VGA](vga/4096kb/) ([Debugger](vga/4096kb/debugger/))
|
||||
* [COMPAQ DeskPro 386 with 2Mb RAM and IBM VGA](2048kb/) ([Debugger](2048kb/debugger/))
|
||||
* [COMPAQ DeskPro 386 with 4Mb RAM and IBM VGA](4096kb/) ([Debugger](4096kb/debugger/))
|
||||
* [COMPAQ DeskPro 386 with 4Mb RAM and IBM VGA running Windows 95](/disks/pc/windows/win95/4.00.950/) ([Debugger](/disks/pc/windows/win95/4.00.950/debugger/))
|
||||
|
|
|
|||
|
|
@ -2,6 +2,9 @@
|
|||
layout: page
|
||||
title: Zenith Z-150 with Color Display
|
||||
permalink: /devices/pc/machine/zenith/z150/cga/640kb/
|
||||
redirect_from:
|
||||
- /devices/pc/machine/zenith/z150/
|
||||
- /devices/pc/machine/zenith/z150/cga/
|
||||
machines:
|
||||
- type: pc
|
||||
id: z150
|
||||
|
|
|
|||
10
devices/pc/video/ati/README.md
Normal file
10
devices/pc/video/ati/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: page
|
||||
title: ATI Video Adapters
|
||||
permalink: /devices/pc/video/ati/
|
||||
---
|
||||
|
||||
ATI Video Adapters
|
||||
---
|
||||
|
||||
* [ATI VGA Wonder-16](vga/)
|
||||
10
devices/pc/video/cdp/README.md
Normal file
10
devices/pc/video/cdp/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: page
|
||||
title: Columbia Data Products Video Adapters
|
||||
permalink: /devices/pc/video/cdp/
|
||||
---
|
||||
|
||||
Columbia Data Products Video Adapters
|
||||
---
|
||||
|
||||
* [Columbia Data Products Color Graphics Adapter (CGA)](cga/)
|
||||
|
|
@ -36,7 +36,7 @@ Here's what *cdp-cga.xml* currently looks like:
|
|||
|
||||
### Columbia Data Products CGA Character ROM
|
||||
|
||||
There is only one known Columbia Data Products CGA Character ROM ([MDP_VID-10.json](MDP_VID-1.0.json)), and it is
|
||||
There is only one known Columbia Data Products CGA Character ROM ([MPC_VID-10.json](MPC_VID-1.0.json)), and it is
|
||||
*identical* to the CGA portion of the [IBM CGA](/devices/pc/video/ibm/cga/) character ROM.
|
||||
|
||||
For reference, here are the first 0x80 bytes at offset 0x0000 from this ROM, which contain the font data for the first
|
||||
|
|
|
|||
Loading…
Reference in a new issue