More README updates
This commit is contained in:
parent
cdd37e9c22
commit
de520d914f
9 changed files with 60 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue