Add graphics command tips (no help page yet)

This commit is contained in:
BigEd 2010-10-31 10:17:53 +00:00
parent e3354a2aa4
commit a406cee106

View File

@ -33,7 +33,7 @@ function handleOnload() {
<span id="plain"> <span id="plain">
<a href="http://www.visual6502.org/faq.html">FAQ</a>&nbsp; <a href="http://www.visual6502.org/faq.html">FAQ</a>&nbsp;
<a href="http://blog.visual6502.org">Blog</a>&nbsp; <a href="http://blog.visual6502.org">Blog</a>&nbsp;
<a href="http://www.visual6502.org/links.html">Links</a>&nbsp <a href="http://www.visual6502.org/links.html">Links</a>&nbsp;
</span> </span>
<div class="frame" id="frame"> <div class="frame" id="frame">
<div class="leftcolumn"> <div class="leftcolumn">
@ -52,6 +52,7 @@ function handleOnload() {
</form> </form>
</div> </div>
<div id="layoutControlPanel"> <div id="layoutControlPanel">
Use '>' to zoom in, '<' to zoom out, click to probe signals and drag to pan.
<form id="updateShow"> Show: <form id="updateShow"> Show:
<input type="checkbox" name="1" id="updateShow1" onchange="updateShow(this.name,this.checked)" />(diffusion) <input type="checkbox" name="1" id="updateShow1" onchange="updateShow(this.name,this.checked)" />(diffusion)
<input type="checkbox" name="3" id="updateShow3" onchange="updateShow(this.name,this.checked)" />(grounded diffusion) <input type="checkbox" name="3" id="updateShow3" onchange="updateShow(this.name,this.checked)" />(grounded diffusion)