Columbia Data Products MPC 1600 works, but the Zenith Z-150 does not
This commit is contained in:
parent
07e48c3026
commit
41d073ddba
19 changed files with 328 additions and 296 deletions
10
devices/pc/machine/cdp/README.md
Normal file
10
devices/pc/machine/cdp/README.md
Normal 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/))
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue