Merge branch 'master' into gh-pages

This commit is contained in:
Jeff Parsons 2017-09-17 11:49:19 -07:00
commit 43758441e0
67 changed files with 1074 additions and 223 deletions

View file

@ -12,7 +12,7 @@
<control type="button" binding="esc">ESC</control>
<control type="button" binding="ctrl-c">CTRL-C</control>
</keyboard>
<cpu id="cpu8088" model="8088" autostart="true" pos="left" padLeft="8px">
<cpu id="cpu8088" model="8088" autostart="false" pos="left" padLeft="8px">
<control type="button" binding="run">Run</control>
<control type="button" binding="setSpeed">Fast</control>
<control type="description" binding="speed" padLeft="8px">Stopped</control>

View file

@ -12,7 +12,7 @@
<control type="button" binding="esc">ESC</control>
<control type="button" binding="ctrl-c">CTRL-C</control>
</keyboard>
<cpu id="cpu8088" model="8088" autostart="false" pos="left" padLeft="8px">
<cpu id="cpu8088" model="8088" autostart="true" pos="left" padLeft="8px">
<control type="button" binding="run">Run</control>
<control type="button" binding="setSpeed">Fast</control>
<control type="description" binding="speed" padLeft="8px">Stopped</control>