Merge branch 'master' into gh-pages

This commit is contained in:
Jeff Parsons 2017-09-21 17:28:47 -07:00
commit 65da4c1d45
47 changed files with 12504 additions and 74 deletions

View file

@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<keyboard id="keyboard" model="us84" pos="left" padLeft="8px" padBottom="8px">
<control type="button" binding="esc">ESC</control>
<control type="button" binding="ctrl-c">CTRL-C</control>
<control type="button" binding="ctrl-alt-del">CTRL-ALT-DEL</control>
<control type="button" binding="num-ins">Ins</control>
<control type="button" binding="ctrl-break">Ctrl-Break</control>
<control type="button" binding="ctrl-c">Ctrl-C</control>
<control type="button" binding="ctrl-alt-del">Ctrl-Alt-Del</control>
<control type="button" binding="f1">F1</control>
<control type="button" binding="f2">F2</control>
<control type="button" binding="f3">F3</control>

View file

@ -11,4 +11,4 @@ PDP-10 Device Configurations
* [Control Panels](panel/)
Test machines include a [PDP-10 (Model KA10) with Debugger](/devices/pdp11/machine/ka10/panel/debugger/).
Test machines include a [PDP-10 (Model KA10) with Debugger](/devices/pdp10/machine/ka10/test/debugger/).