Columbia Data Products MPC 1600 works, but the Zenith Z-150 does not

This commit is contained in:
Jeff Parsons 2016-03-19 17:19:14 -07:00
commit 41d073ddba
19 changed files with 328 additions and 296 deletions

View file

@ -0,0 +1,10 @@
---
layout: page
title: Columbia Data Products Machines
permalink: /devices/pc/machine/cdp/
---
Columbia Data Products Machines
---
* [Columbia Data Products MPC 1600](/devices/pc/machine/cdp/mpc1600/cga/640kb/) ([Debugger](/devices/pc/machine/cdp/mpc1600/cga/640kb/debugger/))

View file

@ -8,8 +8,8 @@
<rom ref="/devices/pc/rom/cdp/bios/mpc1600/mpc-443.xml"/>
<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"/>
<keyboard ref="/devices/pc/keyboard/us83-buttons-debug.xml"/>
<debugger id="debugger"/>
<panel ref="/devices/pc/panel/wide.xml"/>
<chipset id="chipset" model="mpc1600"/>
<chipset ref="/devices/pc/chipset/mpc1600-cga-max.xml"/>
</machine>

View file

@ -11,6 +11,6 @@
<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" model="mpc1600"/>
<keyboard ref="/devices/pc/keyboard/us83-buttons-debug.xml"/>
<chipset id="chipset" model="mpc1600" sw1="01001001" sw2="11110000"/>
</machine>