Collapsed /configs into /devices (or in some cases, /apps or /disks), simplifying the structure a bit
This commit is contained in:
parent
c226edd53a
commit
0e8e11d2d8
159 changed files with 1498 additions and 1472 deletions
4
devices/pc/machine/5150/README.md
Normal file
4
devices/pc/machine/5150/README.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
IBM PC (Model 5150)
|
||||
---
|
||||
|
||||
All our Model 5150 configurations of the IBM PC are located here.
|
||||
22
devices/pc/machine/5150/cga/384kb/softkbd/machine.xml
Normal file
22
devices/pc/machine/5150/cga/384kb/softkbd/machine.xml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.15.8/machine.xsl"?>
|
||||
<machine id="ibm5150" class="pc" border="1" pos="center" width="1000px" style="background-color:white">
|
||||
<name>IBM PC (Model 5150), CGA, 384K</name>
|
||||
<computer id="pc-cga-384k" name="IBM PC"/>
|
||||
<cpu id="cpu8088" model="8088"/>
|
||||
<debugger id="debugger"/>
|
||||
<ram id="ramLow" addr="0x00000" test="false" comment="no memory test"/>
|
||||
<rom id="romBASIC" addr="0xf6000" size="0x8000" file="/devices/pc/basic/ibm-basic-1.00.json"/>
|
||||
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="/devices/pc/bios/5150/1981-04-24.json"/>
|
||||
<video id="videoCGA" screenwidth="960" screenheight="400" scale="true" charset="/devices/pc/video/ibm-mda-cga.json" pos="center" width="960px" padding="8px">
|
||||
<name>Color Display</name>
|
||||
</video>
|
||||
<keyboard ref="/devices/pc/keyboard/us83.xml"/>
|
||||
<panel ref="/devices/pc/panel/wide.xml"/>
|
||||
<fdc ref="/disks/pc/samples.xml" width="280px"/>
|
||||
<chipset id="chipset" model="5150" sw1="01001001" sw2="10100000" pos="left" padleft="8px" padbottom="8px">
|
||||
<control type="switches" class="input" label="SW1" binding="sw1" left="0px"/>
|
||||
<control type="switches" class="input" label="SW2" binding="sw2" left="0px"/>
|
||||
<control type="description" class="output" binding="swdesc" left="0px"/>
|
||||
</chipset>
|
||||
</machine>
|
||||
4
devices/pc/machine/5150/cga/64kb/README.md
Normal file
4
devices/pc/machine/5150/cga/64kb/README.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
IBM PC (Model 5150) with Color Graphics (CGA) Display
|
||||
---
|
||||
|
||||
All our 64Kb configurations of the IBM PC Model 5150 w/CGA are located here.
|
||||
12
devices/pc/machine/5150/cga/64kb/donkey/README.md
Normal file
12
devices/pc/machine/5150/cga/64kb/donkey/README.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[IBM PC](machine.xml "PCjs: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
|
||||
predefined state, with PC-DOS 1.0 already booted and DONKEY.BAS ready to run.
|
||||
|
||||
And now that PCjs automatically saves all your changes (subject to the limits of your browser's local
|
||||
storage), you can even close the browser in the middle of a game of DONKEY, and the next time you load
|
||||
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.
|
||||
22
devices/pc/machine/5150/cga/64kb/donkey/debugger/machine.xml
Normal file
22
devices/pc/machine/5150/cga/64kb/donkey/debugger/machine.xml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.15.8/machine.xsl"?>
|
||||
<machine id="ibm5150" class="pc" border="1" width="980px" pos="center" style="background-color:#FAEBD7">
|
||||
<name pos="center">IBM PC (Model 5150), CGA, 64K</name>
|
||||
<computer id="pc-cga-64k" name="IBM PC" state="/devices/pc/machine/5150/cga/64kb/donkey/state.json"/>
|
||||
<ram id="ramLow" addr="0x00000"/>
|
||||
<rom id="romBASIC" addr="0xf6000" size="0x8000" file="/devices/pc/basic/ibm-basic-1.00.json"/>
|
||||
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="/devices/pc/bios/5150/1981-04-24.json"/>
|
||||
<video id="videoCGA" screenwidth="960" screenheight="400" scale="true" charset="/devices/pc/video/ibm-mda-cga.json" width="960px" padding="8px">
|
||||
<name>Color Display</name>
|
||||
</video>
|
||||
<cpu id="cpu8088" model="8088" autostart="true"/>
|
||||
<keyboard ref="/devices/pc/keyboard/minimal.xml"/>
|
||||
<debugger id="debugger"/>
|
||||
<panel ref="/devices/pc/panel/wide.xml"/>
|
||||
<fdc ref="/disks/pc/samples.xml" width="280px"/>
|
||||
<chipset id="chipset" model="5150" sw1="01001001" sw2="11110000" pos="left" padleft="8px" padbottom="8px">
|
||||
<control type="switches" class="input" label="SW1" binding="sw1" left="0px"/>
|
||||
<control type="switches" class="input" label="SW2" binding="sw2" left="0px"/>
|
||||
<control type="description" class="output" binding="swdesc" left="0px"/>
|
||||
</chipset>
|
||||
</machine>
|
||||
19
devices/pc/machine/5150/cga/64kb/donkey/machine.xml
Normal file
19
devices/pc/machine/5150/cga/64kb/donkey/machine.xml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.15.8/machine.xsl"?>
|
||||
<machine id="ibm5150" class="pc" border="1" width="980px" pos="center" style="background-color:#FAEBD7">
|
||||
<name pos="center">IBM PC (Model 5150), CGA, 64K</name>
|
||||
<computer id="pc-cga-64k" name="IBM PC" state="/devices/pc/machine/5150/cga/64kb/donkey/state.json"/>
|
||||
<ram id="ramLow" addr="0x00000"/>
|
||||
<rom id="romBASIC" addr="0xf6000" size="0x8000" file="/devices/pc/basic/ibm-basic-1.00.json"/>
|
||||
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="/devices/pc/bios/5150/1981-04-24.json"/>
|
||||
<video id="videoCGA" screenwidth="960" screenheight="400" scale="true" charset="/devices/pc/video/ibm-mda-cga.json" width="960px" padding="8px">
|
||||
<name>Color Display</name>
|
||||
</video>
|
||||
<cpu id="cpu8088" model="8088" autostart="true" padleft="8px">
|
||||
<control type="button" class="input" binding="run">Run</control>
|
||||
<control type="button" class="input" binding="reset">Reset</control>
|
||||
</cpu>
|
||||
<keyboard ref="/devices/pc/keyboard/minimal.xml"/>
|
||||
<fdc ref="/disks/pc/samples.xml" pos="right"/>
|
||||
<chipset id="chipset" model="5150" sw1="01001001" sw2="11110000"/>
|
||||
</machine>
|
||||
BIN
devices/pc/machine/5150/cga/64kb/donkey/screenshot.png
Normal file
BIN
devices/pc/machine/5150/cga/64kb/donkey/screenshot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 180 KiB |
1
devices/pc/machine/5150/cga/64kb/donkey/state.json
Normal file
1
devices/pc/machine/5150/cga/64kb/donkey/state.json
Normal file
File diff suppressed because one or more lines are too long
BIN
devices/pc/machine/5150/cga/64kb/donkey/thumbnail.jpg
Normal file
BIN
devices/pc/machine/5150/cga/64kb/donkey/thumbnail.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
22
devices/pc/machine/5150/cga/64kb/softkbd/machine.xml
Normal file
22
devices/pc/machine/5150/cga/64kb/softkbd/machine.xml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.15.8/machine.xsl"?>
|
||||
<machine id="ibm5150" class="pc" border="1" pos="center" width="1000px" style="background-color:white">
|
||||
<name>IBM PC (Model 5150), CGA, 64K</name>
|
||||
<computer id="pc-cga-64k" name="IBM PC"/>
|
||||
<cpu id="cpu8088" model="8088"/>
|
||||
<ram id="ramLow" addr="0x00000"/>
|
||||
<rom id="romBASIC" addr="0xf6000" size="0x8000" file="/devices/pc/basic/ibm-basic-1.00.json"/>
|
||||
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="/devices/pc/bios/5150/1981-04-24.json"/>
|
||||
<video id="videoCGA" screenwidth="960" screenheight="400" scale="true" charset="/devices/pc/video/ibm-mda-cga.json" pos="center" width="960px" padding="8px">
|
||||
<name>Color Display</name>
|
||||
</video>
|
||||
<keyboard ref="/devices/pc/keyboard/us83.xml"/>
|
||||
<debugger id="debugger"/>
|
||||
<panel ref="/devices/pc/panel/wide.xml"/>
|
||||
<fdc ref="/disks/pc/samples.xml" width="280px"/>
|
||||
<chipset id="chipset" model="5150" sw1="01001001" sw2="11110000" pos="left" padleft="8px" padbottom="8px">
|
||||
<control type="switches" class="input" label="SW1" binding="sw1" left="0px"/>
|
||||
<control type="switches" class="input" label="SW2" binding="sw2" left="0px"/>
|
||||
<control type="description" class="output" binding="swdesc" left="0px"/>
|
||||
</chipset>
|
||||
</machine>
|
||||
4
devices/pc/machine/5150/cga/README.md
Normal file
4
devices/pc/machine/5150/cga/README.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
IBM PC (Model 5150) with Color Graphics (CGA) Display
|
||||
---
|
||||
|
||||
All our Color Graphics (CGA) configurations of the IBM PC Model 5150 are located here.
|
||||
22
devices/pc/machine/5150/mda/64kb/debugger/machine.xml
Normal file
22
devices/pc/machine/5150/mda/64kb/debugger/machine.xml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.15.8/machine.xsl"?>
|
||||
<machine id="ibm5150" class="pc" border="1" pos="center" style="background-color:#FAEBD7">
|
||||
<name pos="center">IBM PC Model 5150 with Monochrome Display</name>
|
||||
<computer id="pc-mda-64k" name="IBM PC" resume="1"/>
|
||||
<ram id="ramLow" addr="0x00000"/>
|
||||
<rom id="romBASIC" addr="0xf6000" size="0x8000" file="/devices/pc/basic/ibm-basic-1.00.json"/>
|
||||
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="/devices/pc/bios/5150/1981-04-24.json"/>
|
||||
<video id="videoMDA" screenwidth="720" screenheight="350" scale="true" charset="/devices/pc/video/ibm-mda-cga.json" pos="center" padding="8px">
|
||||
<name>Monochrome Display</name>
|
||||
</video>
|
||||
<cpu id="cpu8088" model="8088" autostart="true"/>
|
||||
<keyboard ref="/devices/pc/keyboard/minimal-functions.xml"/>
|
||||
<debugger id="debugger"/>
|
||||
<panel ref="/devices/pc/panel/wide.xml"/>
|
||||
<fdc ref="/disks/pc/samples.xml" width="280px"/>
|
||||
<chipset id="chipset" model="5150" sw1="01000001" sw2="11110000" pos="left" padleft="8px" padbottom="8px">
|
||||
<control type="switches" class="input" label="SW1" binding="sw1" left="0px"/>
|
||||
<control type="switches" class="input" label="SW2" binding="sw2" left="0px"/>
|
||||
<control type="description" class="output" binding="swdesc" left="0px"/>
|
||||
</chipset>
|
||||
</machine>
|
||||
19
devices/pc/machine/5150/mda/64kb/machine.xml
Normal file
19
devices/pc/machine/5150/mda/64kb/machine.xml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.15.8/machine.xsl"?>
|
||||
<machine id="ibm5150" class="pc" border="1" pos="center" style="background-color:#FAEBD7">
|
||||
<name pos="center">IBM PC (Model 5150) with Monochrome Display</name>
|
||||
<computer id="pc-mda-64k" name="IBM PC" resume="1"/>
|
||||
<ram id="ramLow" addr="0x00000"/>
|
||||
<rom id="romBASIC" addr="0xf6000" size="0x8000" file="/devices/pc/basic/ibm-basic-1.00.json"/>
|
||||
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="/devices/pc/bios/5150/1981-04-24.json"/>
|
||||
<video id="videoMDA" screenwidth="720" screenheight="350" scale="true" charset="/devices/pc/video/ibm-mda-cga.json" pos="center" padding="8px">
|
||||
<name>Monochrome Display</name>
|
||||
</video>
|
||||
<cpu id="cpu8088" model="8088" autostart="true" padleft="8px">
|
||||
<control type="button" class="input" binding="run">Run</control>
|
||||
<control type="button" class="input" binding="reset">Reset</control>
|
||||
</cpu>
|
||||
<keyboard ref="/devices/pc/keyboard/minimal.xml"/>
|
||||
<fdc ref="/disks/pc/samples.xml" pos="right"/>
|
||||
<chipset id="chipset" model="5150" sw1="01000001" sw2="11110000"/>
|
||||
</machine>
|
||||
22
devices/pc/machine/5150/mda/64kb/softkbd/machine.xml
Normal file
22
devices/pc/machine/5150/mda/64kb/softkbd/machine.xml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.15.8/machine.xsl"?>
|
||||
<machine id="ibm5150" class="pc" border="1" pos="center" style="background-color:white">
|
||||
<name>IBM PC (Model 5150), MDA, 64K</name>
|
||||
<computer id="pc-mda-64k" name="IBM PC"/>
|
||||
<cpu id="cpu8088" model="8088"/>
|
||||
<ram id="ramLow" addr="0x00000"/>
|
||||
<rom id="romBASIC" addr="0xf6000" size="0x8000" file="/devices/pc/basic/ibm-basic-1.00.json"/>
|
||||
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="/devices/pc/bios/5150/1981-04-24.json"/>
|
||||
<video id="videoMDA" screenwidth="720" screenheight="350" scale="true" charset="/devices/pc/video/ibm-mda-cga.json" pos="center" padding="8px">
|
||||
<name>Monochrome Display</name>
|
||||
</video>
|
||||
<keyboard ref="/devices/pc/keyboard/us83.xml"/>
|
||||
<debugger id="debugger"/>
|
||||
<panel ref="/devices/pc/panel/wide.xml"/>
|
||||
<fdc ref="/disks/pc/samples.xml" width="280px"/>
|
||||
<chipset id="chipset" model="5150" sw1="01000001" sw2="11110000" pos="left" padleft="8px" padbottom="8px">
|
||||
<control type="switches" class="input" label="SW1" binding="sw1" left="0px"/>
|
||||
<control type="switches" class="input" label="SW2" binding="sw2" left="0px"/>
|
||||
<control type="description" class="output" binding="swdesc" left="0px"/>
|
||||
</chipset>
|
||||
</machine>
|
||||
10
devices/pc/machine/5150/mda/README.md
Normal file
10
devices/pc/machine/5150/mda/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
IBM PC (Model 5150) with Monochrome (MDA) Display
|
||||
---
|
||||
|
||||
All our Monochrome (MDA) configurations of the IBM PC Model 5150 are located here.
|
||||
|
||||
Below is a 64kb configuration, with a clock speed of 4.77Mhz,
|
||||
using the original IBM PC Model 5150 ROM BIOS and MDA font ROM. For more control,
|
||||
use this [alternate configuration](/devices/pc/machine/5150/mda/64kb/debugger/) with Control Panel and Debugger.
|
||||
|
||||
[IBM PC (Model 5150) with Monochrome Display and 64Kb](/devices/pc/machine/5150/mda/64kb/ "PCjs:ibm5150")
|
||||
Loading…
Reference in a new issue