Remove all debugger.js files when running uncompiled without the Debugger, and some PDP-11 layout fixes

This commit is contained in:
Jeff Parsons 2016-10-22 01:36:45 -07:00 committed by Jeff Parsons
commit 49b5e34ba2
7 changed files with 22 additions and 11 deletions

View file

@ -27,7 +27,7 @@
<control type="flag" label="C" binding="CF" width="8px" padRight="4px" padBottom="8px">0</control>
</control>
</control>
<control type="container" width="35%" padLeft="8px" padBottom="8px">
<control type="container" class="pcjs-registers" width="35%" padLeft="8px" padBottom="8px">
<control type="button" binding="run">Run</control>
<control type="button" binding="step">Step</control>
<control type="button" binding="reset">Reset</control>