Starting work on disambiguating PCjs the emulator from PCjs the project/website; the emulator will become PCx86
This commit is contained in:
parent
7c3aab2a7e
commit
288f28055d
1519 changed files with 16242 additions and 6939 deletions
10
devices/pcx86/machine/cdp/README.md
Normal file
10
devices/pcx86/machine/cdp/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: page
|
||||
title: Columbia Data Products Machines
|
||||
permalink: /devices/pcx86/machine/cdp/
|
||||
---
|
||||
|
||||
Columbia Data Products Machines
|
||||
---
|
||||
|
||||
* [MPC 1600](/devices/pcx86/machine/cdp/mpc1600/cga/640kb/) ([Debugger](/devices/pcx86/machine/cdp/mpc1600/cga/640kb/debugger/))
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
layout: page
|
||||
title: Columbia Data Products MPC 1600 with Color Display and Debugger
|
||||
permalink: /devices/pcx86/machine/cdp/mpc1600/cga/640kb/debugger/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: mpc1600
|
||||
debugger: true
|
||||
---
|
||||
|
||||
{% include machine.html id="mpc1600" %}
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.23.0/machine.xsl"?>
|
||||
<machine id="mpc1600" class="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||
<name pos="center">Columbia Data Products MPC 1600 with Color Display</name>
|
||||
<computer id="mpc1600-640k" name="MPC 1600"/>
|
||||
<cpu id="cpu8088" model="8088"/>
|
||||
<ram id="ramLow" addr="0x00000" size="0xa0000"/>
|
||||
<rom ref="/devices/pcx86/rom/cdp/mpc1600/bios-434.xml"/>
|
||||
<video ref="/devices/pcx86/video/cdp/cga/cdp-cga.xml"/>
|
||||
<fdc ref="/disks/pcx86/compiled/library.xml"/>
|
||||
<keyboard ref="/devices/pcx86/keyboard/us83-buttons-mpc1600.xml"/>
|
||||
<debugger id="debugger"/>
|
||||
<panel ref="/devices/pcx86/panel/wide.xml"/>
|
||||
<chipset ref="/devices/pcx86/chipset/mpc1600-cga-max.xml"/>
|
||||
</machine>
|
||||
13
devices/pcx86/machine/cdp/mpc1600/cga/640kb/machine.md
Normal file
13
devices/pcx86/machine/cdp/mpc1600/cga/640kb/machine.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
layout: page
|
||||
title: Columbia Data Products MPC 1600 with Color Display
|
||||
permalink: /devices/pcx86/machine/cdp/mpc1600/cga/640kb/
|
||||
redirect_from:
|
||||
- /devices/pcx86/machine/cdp/mpc1600/
|
||||
- /devices/pcx86/machine/cdp/mpc1600/cga/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: mpc1600
|
||||
---
|
||||
|
||||
{% include machine.html id="mpc1600" %}
|
||||
16
devices/pcx86/machine/cdp/mpc1600/cga/640kb/machine.xml
Normal file
16
devices/pcx86/machine/cdp/mpc1600/cga/640kb/machine.xml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.23.0/machine.xsl"?>
|
||||
<machine id="mpc1600" class="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||
<name pos="center">Columbia Data Products MPC 1600 with Color Display</name>
|
||||
<computer id="mpc1600-640k" name="MPC 1600"/>
|
||||
<ram id="ramLow" addr="0x00000" size="0xa0000"/>
|
||||
<rom ref="/devices/pcx86/rom/cdp/mpc1600/bios-434.xml"/>
|
||||
<video ref="/devices/pcx86/video/cdp/cga/cdp-cga.xml"/>
|
||||
<fdc ref="/disks/pcx86/compiled/library.xml"/>
|
||||
<cpu id="cpu8088" model="8088" autostart="true" pos="left" padleft="8px" padbottom="8px">
|
||||
<control type="button" binding="run">Run</control>
|
||||
<control type="button" binding="reset">Reset</control>
|
||||
</cpu>
|
||||
<keyboard ref="/devices/pcx86/keyboard/us83-buttons-mpc1600.xml"/>
|
||||
<chipset id="chipset" model="mpc1600" sw1="01001001" sw2="11110000"/>
|
||||
</machine>
|
||||
Loading…
Reference in a new issue