More README updates
This commit is contained in:
parent
cdd37e9c22
commit
de520d914f
9 changed files with 60 additions and 6 deletions
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: page
|
||||
title: IBM PC Application Demos
|
||||
title: Apps
|
||||
menu_order: 4
|
||||
permalink: /apps/pc/
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
---
|
||||
layout: page
|
||||
title: Compaq Portable III Information
|
||||
permalink: /devices/pc/bios/compaq/portable3/
|
||||
---
|
||||
|
||||
Compaq Portable III Information
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,16 @@
|
|||
[IBM PC](machine.xml "PCjs:ibm5150")
|
||||
---
|
||||
layout: page
|
||||
title: IBM PC (Model 5150) running DONKEY.BAS
|
||||
permalink: /devices/pc/machine/5150/cga/64kb/donkey/
|
||||
machines:
|
||||
- type: pc
|
||||
id: ibm5150
|
||||
---
|
||||
|
||||
IBM PC (Model 5150) running DONKEY.BAS
|
||||
---
|
||||
|
||||
{% include machine.html id="ibm5150" %}
|
||||
|
||||
The above simulation is configured for a clock speed of 4.77Mhz, with 64Kb of RAM and a CGA display,
|
||||
using the original IBM PC Model 5150 ROM BIOS and CGA font ROM. This configuration also includes a
|
||||
|
|
@ -9,4 +21,4 @@ storage), you can even close the browser in the middle of a game of DONKEY, and
|
|||
this page, your progress (and the donkey) will be perfectly restored.
|
||||
|
||||
For more control over this machine, try the [Control Panel](debugger/) configuration, featuring the
|
||||
built-in PCjs Debugger.
|
||||
built-in PCjs Debugger.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
---
|
||||
layout: page
|
||||
title: IBM EGA ROM
|
||||
permalink: /devices/pc/video/ibm/ega/
|
||||
---
|
||||
|
||||
IBM EGA ROM
|
||||
---
|
||||
|
||||
|
|
@ -7,6 +13,6 @@ To (re)build the JSON-encoded IBM EGA ROM with symbols, run the following comman
|
|||
|
||||
The symbol information in the MAP file will be automatically converted and appended to the dump of the ROM file.
|
||||
|
||||
The PCjs server's [Dump API](http://www.pcjs.org/api/v1/dump?file=http://static.pcjs.org/devices/pc/video/ibm/ega/ibm-ega.rom&format=bytes&decimal=true) can be used as well:
|
||||
The PCjs server's Dump API can be used as well:
|
||||
|
||||
http://www.pcjs.org/api/v1/dump?file=http://static.pcjs.org/devices/pc/video/ibm/ega/ibm-ega.rom&format=bytes&decimal=true
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Paradise VGA Board: WDVGA PLUS 16"
|
||||
permalink: /devices/pc/video/paradise/vga/
|
||||
---
|
||||
|
||||
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.
|
||||
|
||||
[<img src="http://static.pcjs.org/devices/pc/video/paradise/vga/Paradise_VGA_1988-640.jpg" alt="Paradise VGA Board"/>](http://static.pcjs.org/devices/pc/video/paradise/vga/Paradise_VGA_1988.jpg)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
---
|
||||
layout: page
|
||||
title: Challenger 1P Disks
|
||||
permalink: /disks/c1p/
|
||||
---
|
||||
|
||||
Challenger 1P Disks
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ Below are selected Disk Sets featuring "Ready-to-Boot" machine configurations:
|
|||
* [IBM PC (Model 5150), MDA, 64K, IBM Diagnostics v2.20](/disks/pc/diags/ibm/2.20/)
|
||||
* [IBM PC (Model 5150), CGA, 64K, Zork I](/disks/pc/games/infocom/zork1/)
|
||||
|
||||
The rest of our disk disk archive is listed below, organized by category. There is no search capability at this time.
|
||||
The rest of our disk archive is available directly from the various [Machines](/devices/pc/machine/).
|
||||
|
||||
### PC-DOS (IBM)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
---
|
||||
layout: page
|
||||
title: 10Mb Disk Image with Windows 1.01
|
||||
permalink: /disks/pc/fixed/10mb/
|
||||
---
|
||||
|
||||
10Mb Disk Image with Windows 1.01
|
||||
---
|
||||
|
||||
This folder contains a 10Mb hard disk image ([pcdos200-win101.json](pcdos200-win101.json)) with a Windows 1.01 installation.
|
||||
|
||||
This disk image is used by various [Model 5160 CGA](/devices/pc/machine/5160/cga/) machine configurations.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,13 @@
|
|||
---
|
||||
layout: page
|
||||
title: Infocom Games
|
||||
permalink: /disks/pc/games/infocom/
|
||||
machines:
|
||||
- type: pc
|
||||
id: ibm5150
|
||||
---
|
||||
|
||||
Infocom Games
|
||||
---
|
||||
|
||||
[Infocom Games](machine.xml "PCjs:ibm5150")
|
||||
{% include machine.html id="ibm5150" %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue