First stab at getting an MPC 1600 to run
This commit is contained in:
parent
6202c108fd
commit
418d0910f5
10 changed files with 1226 additions and 808 deletions
10
devices/pc/machine/cdp/mpc1600/cga/640kb/debugger/machine.md
Normal file
10
devices/pc/machine/cdp/mpc1600/cga/640kb/debugger/machine.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Columbia Data Products MPC 1600 with Color Display"
|
||||
permalink: /devices/pc/machine/cdp/mpc1600/cga/640kb/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
id: mpc1600
|
||||
---
|
||||
|
||||
{% include machine.html id="mpc1600" %}
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.21.2/machine.xsl"?>
|
||||
<machine id="mpc1600" class="pc" 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 id="romBIOS" addr="0xfd000" size="0x3000" file="/devices/pc/rom/cdp/bios/mpc1600/MPC4.34.json"/>
|
||||
<video ref="/devices/pc/video/cdp/cga/cdp-cga.xml"/>
|
||||
<fdc ref="/disks/pc/compiled/library.xml"/>
|
||||
<keyboard ref="/devices/pc/keyboard/us83-buttons-minimal.xml"/>
|
||||
<debugger id="debugger"/>
|
||||
<panel ref="/devices/pc/panel/wide.xml"/>
|
||||
<chipset id="chipset"/>
|
||||
</machine>
|
||||
10
devices/pc/machine/cdp/mpc1600/cga/640kb/machine.md
Normal file
10
devices/pc/machine/cdp/mpc1600/cga/640kb/machine.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Columbia Data Products MPC 1600 with Color Display"
|
||||
permalink: /devices/pc/machine/cdp/mpc1600/cga/640kb/
|
||||
machines:
|
||||
- type: pc
|
||||
id: mpc1600
|
||||
---
|
||||
|
||||
{% include machine.html id="mpc1600" %}
|
||||
16
devices/pc/machine/cdp/mpc1600/cga/640kb/machine.xml
Normal file
16
devices/pc/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/pcjs/1.21.2/machine.xsl"?>
|
||||
<machine id="mpc1600" class="pc" 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 id="romBIOS" addr="0xfd000" size="0x3000" file="/devices/pc/rom/cdp/bios/mpc1600/MPC4.34.json"/>
|
||||
<video ref="/devices/pc/video/cdp/cga/cdp-cga.xml"/>
|
||||
<fdc ref="/disks/pc/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/pc/keyboard/us83-buttons-minimal.xml"/>
|
||||
<chipset id="chipset"/>
|
||||
</machine>
|
||||
Loading…
Reference in a new issue