From d7b80b1b3ebcbda58a96ee1027da4e97f8122857 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Fri, 11 Dec 2015 09:47:41 -0800 Subject: [PATCH] More README updates --- devices/pc/video/compaq/ega/README.md | 6 ++++++ devices/pc/video/compaq/vga/README.md | 8 +++++++- devices/pc/video/paradise/vga/README.md | 2 +- pubs/README.md | 6 ++++++ pubs/c1p/datasheets/README.md | 12 +++++++++--- pubs/c1p/programming/README.md | 8 +++++++- pubs/c1p/techref/README.md | 12 +++++++++--- pubs/pc/datasheets/README.md | 2 +- 8 files changed, 46 insertions(+), 10 deletions(-) diff --git a/devices/pc/video/compaq/ega/README.md b/devices/pc/video/compaq/ega/README.md index 931d2e4d2..9433ecc93 100644 --- a/devices/pc/video/compaq/ega/README.md +++ b/devices/pc/video/compaq/ega/README.md @@ -1,3 +1,9 @@ +--- +layout: page +title: "Compaq Enhanced Color Graphics Board (EGA)" +permalink: /devices/pc/video/compaq/ega/ +--- + Compaq Enhanced Color Graphics Board (EGA) --- diff --git a/devices/pc/video/compaq/vga/README.md b/devices/pc/video/compaq/vga/README.md index f32a2cc76..0ed2ba06a 100644 --- a/devices/pc/video/compaq/vga/README.md +++ b/devices/pc/video/compaq/vga/README.md @@ -1,9 +1,15 @@ +--- +layout: page +title: "Compaq Video Graphics Controller (VGA)" +permalink: /devices/pc/video/compaq/vga/ +--- + Compaq Video Graphics Controller (VGA) --- This is the Compaq Video Graphics Controller Board, one of the earliest VGA boards Compaq released for its DeskPro 386 line. -![Compaq VGA Board](/devices/pc/video/compaq/vga/109360-001/static/Compaq_VGA_109360-001-640.jpg "link:/devices/pc/video/compaq/vga/109360-001/static/Compaq_VGA_109360-001.jpg") +[Compaq VGA Board](http://static.pcjs.org/devices/pc/video/compaq/vga/109360-001/Compaq_VGA_109360-001.jpg) It was featured in the February 16, 1988 of PC Magazine (p.188). At that time, it retailed for $599, and it was described as "the sharpest, fastest IBM-standard video board you can slide into your PC." The article goes on to say: diff --git a/devices/pc/video/paradise/vga/README.md b/devices/pc/video/paradise/vga/README.md index 0ca99d1a3..63f734a4a 100644 --- a/devices/pc/video/paradise/vga/README.md +++ b/devices/pc/video/paradise/vga/README.md @@ -2,7 +2,7 @@ Paradise VGA Board: WDVGA PLUS 16 --- This Paradise VGA board was manufactured in 1988 and sold by Western Digital Corporation as a **WDVGA PLUS 16**, Model No. 61-603023-02. -![Paradise VGA Board](/devices/pc/video/paradise/vga/static/Paradise_VGA_1988-640.jpg "link:/devices/pc/video/paradise/vga/static/Paradise_VGA_1988.jpg") +[Paradise VGA Board](http://static.pcjs.org/devices/pc/video/paradise/vga/Paradise_VGA_1988.jpg) A copy of the board's [ROM BIOS](1988-05-23.json) was created by [dumping](/devices/pc/bios/compaq/deskpro386/#dumping-the-roms) the contents of each of the board's two M27128AZB PROMs to a *.hex* file, and then merging the *.hex* files with the following diff --git a/pubs/README.md b/pubs/README.md index b2f15460a..afda02fae 100644 --- a/pubs/README.md +++ b/pubs/README.md @@ -15,6 +15,12 @@ An assortment of PC-related publications, including: * [Reference Manuals](pc/reference/) * [Software User Guides](pc/software/) +Publications related to the Challenger 1P are also available: + +* [Datasheets](c1p/datasheets/) +* [Programming Guides/Samples](c1p/programming/) +* [Reference Manuals](c1p/techref/) + [8088 CPU](pc/datasheets/) [Byte Magazine](pc/magazines/byte/) [Microsoft Systems Journal](pc/magazines/msj/) diff --git a/pubs/c1p/datasheets/README.md b/pubs/c1p/datasheets/README.md index d1853c7cd..1653dc6aa 100644 --- a/pubs/c1p/datasheets/README.md +++ b/pubs/c1p/datasheets/README.md @@ -1,6 +1,12 @@ +--- +layout: page +title: Challenger 1P Datasheets +permalink: /pubs/c1p/datasheets/ +--- + Challenger 1P Datasheets --- -![MC6820](static/thumbs/MC6820-thumb.jpg "link:static/pdfs/MC6820.pdf:200:260") -![MC6821](static/thumbs/MC6821-thumb.jpg "link:static/pdfs/MC6821.pdf:200:260") -![MC6850](static/thumbs/MC6850-thumb.jpg "link:static/pdfs/MC6850.pdf:200:260") \ No newline at end of file +[MC6820](http://static.pcjs.org/pubs/c1p/datasheets/pdfs/MC6820.pdf) +[MC6821](http://static.pcjs.org/pubs/c1p/datasheets/pdfs/MC6821.pdf) +[MC6850](http://static.pcjs.org/pubs/c1p/datasheets/pdfs/MC6850.pdf) diff --git a/pubs/c1p/programming/README.md b/pubs/c1p/programming/README.md index 9faa8a49f..83f7c2751 100644 --- a/pubs/c1p/programming/README.md +++ b/pubs/c1p/programming/README.md @@ -1,4 +1,10 @@ +--- +layout: page +title: Challenger 1P Programming Guides/Samples +permalink: /pubs/c1p/programming/ +--- + Challenger 1P Programming Guides/Samples --- -![6502 Disassembler Listing (by Jeff Parsons, June 1980)](static/thumbs/OSI_Assembler-Disassembler_Listing-thumb.jpg "link:static/pdfs/OSI_Assembler-Disassembler_Listing.pdf:200:260") \ No newline at end of file +[6502 Disassembler Listing (by Jeff Parsons, June 1980)](http://static.pcjs.org/pubs/c1p/programming/pdfs/OSI_Assembler-Disassembler_Listing.pdf) diff --git a/pubs/c1p/techref/README.md b/pubs/c1p/techref/README.md index 4247f74cf..5e4026fb3 100644 --- a/pubs/c1p/techref/README.md +++ b/pubs/c1p/techref/README.md @@ -1,6 +1,12 @@ +--- +layout: page +title: Challenger 1P Technical Reference Manuals +permalink: /pubs/c1p/techref/ +--- + Challenger 1P Technical Reference Manuals --- -![OSI BASIC-IN-ROM Manual](static/thumbs/OSI_BASIC-IN-ROM_Reference_Manual-thumb.jpg "link:static/pdfs/OSI_BASIC-IN-ROM_Reference_Manual.pdf:200:260") -![OSI C1P Graphics Manual](static/thumbs/OSI_C1P_Character_Graphics_Reference_Manual-thumb.jpg "link:static/pdfs/OSI_C1P_Character_Graphics_Reference_Manual.pdf:200:260") -![OSI C1P Users Manual](static/thumbs/OSI_C1P_Users_Manual-thumb.jpg "link:static/pdfs/OSI_C1P_Users_Manual.pdf:200:260") \ No newline at end of file +[OSI BASIC-IN-ROM Manual](http://static.pcjs.org/pubs/c1p/techref/pdfs/OSI_BASIC-IN-ROM_Reference_Manual.pdf) +[OSI C1P Graphics Manual](http://static.pcjs.org/pubs/c1p/techref/pdfs/OSI_C1P_Character_Graphics_Reference_Manual.pdf) +[OSI C1P Users Manual](http://static.pcjs.org/pubs/c1p/techref/pdfs/OSI_C1P_Users_Manual.pdf) diff --git a/pubs/pc/datasheets/README.md b/pubs/pc/datasheets/README.md index 6e159f39f..b6be8978b 100644 --- a/pubs/pc/datasheets/README.md +++ b/pubs/pc/datasheets/README.md @@ -1,6 +1,6 @@ --- layout: page -title: Datasheets +title: PC Component Datasheets permalink: /pubs/pc/datasheets/ ---