Stricter instruction restart checks, and some machine config cleanup

This commit is contained in:
Jeff Parsons 2016-03-18 15:46:32 -07:00
commit 6c6decc7ae
29 changed files with 1802 additions and 1215 deletions

View file

@ -0,0 +1,11 @@
---
layout: page
title: "Zenith Z-150 with Color Display and Debugger"
permalink: /devices/pc/machine/zenith/z150/cga/640kb/debugger/
machines:
- type: pc
id: z150
debugger: true
---
{% include machine.html id="z150" %}

View file

@ -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="z150" class="pc" border="1" pos="center" background="#FAEBD7">
<name pos="center">Zenith Z-150 with Color Display</name>
<computer id="z150-640k" name="Z-150"/>
<cpu id="cpu8088" model="8088"/>
<ram id="ramLow" addr="0x00000" size="0xa0000"/>
<rom ref="/devices/pc/rom/zenith/bios/z150/z150-1988.xml"/>
<video ref="/devices/pc/video/ibm/cga/ibm-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" model="z150" sw1="01001001"/>
</machine>

View file

@ -0,0 +1,10 @@
---
layout: page
title: "Zenith Z-150 with Color Display"
permalink: /devices/pc/machine/zenith/z150/cga/640kb/
machines:
- type: pc
id: z150
---
{% include machine.html id="z150" %}

View 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="z150" class="pc" border="1" pos="center" background="#FAEBD7">
<name pos="center">Zenith Z-150 with Color Display</name>
<computer id="z150-640k" name="Z-150"/>
<ram id="ramLow" addr="0x00000" size="0xa0000"/>
<rom ref="/devices/pc/rom/zenith/bios/z150/z150-1988.xml"/>
<video ref="/devices/pc/video/ibm/cga/ibm-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" model="z150" sw1="01001001"/>
</machine>