diff --git a/devices/pc8080/machine/vt100/debugger/machine.xml b/devices/pc8080/machine/vt100/debugger/machine.xml index 3f6f5bd3f..9192fdd97 100644 --- a/devices/pc8080/machine/vt100/debugger/machine.xml +++ b/devices/pc8080/machine/vt100/debugger/machine.xml @@ -1,6 +1,6 @@ - + VT100 Terminal diff --git a/devices/pc8080/machine/vt100/machine.xml b/devices/pc8080/machine/vt100/machine.xml index d654ee44b..9815e9315 100644 --- a/devices/pc8080/machine/vt100/machine.xml +++ b/devices/pc8080/machine/vt100/machine.xml @@ -1,6 +1,6 @@ - + VT100 Terminal diff --git a/devices/pdp11/machine/1145/vt100/README.md b/devices/pdp11/machine/1145/vt100/README.md index 8a995b2da..85eea11fd 100644 --- a/devices/pdp11/machine/1145/vt100/README.md +++ b/devices/pdp11/machine/1145/vt100/README.md @@ -15,6 +15,6 @@ machines: {% include machine.html id="test1145" %} -This PDP-11/45 is also available with our built-in [Debugger](debugger/). - {% include machine.html id="vt100" %} + +This PDP-11/45 is also available with our built-in [Debugger](debugger/). diff --git a/devices/pdp11/machine/1145/vt100/debugger/machine.xml b/devices/pdp11/machine/1145/vt100/debugger/machine.xml index bd28d071a..ad7cd53e0 100644 --- a/devices/pdp11/machine/1145/vt100/debugger/machine.xml +++ b/devices/pdp11/machine/1145/vt100/debugger/machine.xml @@ -1,6 +1,6 @@ - + PDP-11/45 with 256Kb, Front Panel, and Debugger diff --git a/devices/pdp11/machine/1145/vt100/machine.xml b/devices/pdp11/machine/1145/vt100/machine.xml index d70e8b2ee..bfbe7d6f4 100644 --- a/devices/pdp11/machine/1145/vt100/machine.xml +++ b/devices/pdp11/machine/1145/vt100/machine.xml @@ -1,6 +1,6 @@ - + PDP-11/45 with 256Kb and Front Panel diff --git a/devices/pdp11/panel/1120/debugger/front.xml b/devices/pdp11/panel/1120/debugger/front.xml index b90312c32..342d9440f 100644 --- a/devices/pdp11/panel/1120/debugger/front.xml +++ b/devices/pdp11/panel/1120/debugger/front.xml @@ -204,7 +204,7 @@ - + Enter diff --git a/devices/pdp11/panel/1145/debugger/front.xml b/devices/pdp11/panel/1145/debugger/front.xml index b90312c32..cef2ab20d 100644 --- a/devices/pdp11/panel/1145/debugger/front.xml +++ b/devices/pdp11/panel/1145/debugger/front.xml @@ -204,7 +204,7 @@ - + Enter diff --git a/devices/pdp11/panel/1145/front.xml b/devices/pdp11/panel/1145/front.xml index 5aad69e5e..4b7c79221 100644 --- a/devices/pdp11/panel/1145/front.xml +++ b/devices/pdp11/panel/1145/front.xml @@ -204,7 +204,7 @@ - + Run diff --git a/devices/pdp11/panel/1170/debugger/front.xml b/devices/pdp11/panel/1170/debugger/front.xml index b90312c32..cef2ab20d 100644 --- a/devices/pdp11/panel/1170/debugger/front.xml +++ b/devices/pdp11/panel/1170/debugger/front.xml @@ -204,7 +204,7 @@ - + Enter diff --git a/devices/pdp11/panel/1170/front.xml b/devices/pdp11/panel/1170/front.xml index 5aad69e5e..4b7c79221 100644 --- a/devices/pdp11/panel/1170/front.xml +++ b/devices/pdp11/panel/1170/front.xml @@ -204,7 +204,7 @@ - + Run diff --git a/devices/pdp11/pc11/default.xml b/devices/pdp11/pc11/default.xml index 3375dabc7..2cebc4365 100644 --- a/devices/pdp11/pc11/default.xml +++ b/devices/pdp11/pc11/default.xml @@ -53,6 +53,6 @@ Load - Tape Progress + Tape Progress diff --git a/docs/pcx86/examples/components.css b/docs/pcx86/examples/components.css index 82802b7af..4129f382c 100644 --- a/docs/pcx86/examples/components.css +++ b/docs/pcx86/examples/components.css @@ -52,7 +52,7 @@ } .pcjs-progress { height: 20px; - width: 300px; + width: 200px; margin-top: 8px; border: 1px solid black; position: relative; @@ -66,7 +66,7 @@ } .pcjs-progress-text { height: 20px; - width: 300px; + width: 200px; font-size: small; line-height: 20px; text-align: center; @@ -224,7 +224,7 @@ text-decoration: none; } -@media screen and (max-width: 900px) { +@media screen and (max-width: 800px) { .pcjs-textarea { width: 100% !important; } @@ -242,3 +242,13 @@ padding-right: 0 !important; } } + +@media screen and (min-width: 1400px) { + .machine-left, .machine-right { + max-width: 45%; + float: left; + } + .machine-right + * { + clear: both; + } +} diff --git a/modules/pdp11/lib/pc11.js b/modules/pdp11/lib/pc11.js index 37b2cedb0..40f93c90d 100644 --- a/modules/pdp11/lib/pc11.js +++ b/modules/pdp11/lib/pc11.js @@ -721,7 +721,7 @@ PC11.prototype.parseTape = function(sTapeName, sTapePath, nTapeTarget, aBytes, a } this.iTapeData = 0; this.aTapeData = aBytes; - this.status("tape attached: " + sTapeName); + this.status('Attached tape "' + sTapeName + '"'); this.displayProgress(0); }; diff --git a/modules/shared/templates/components.css b/modules/shared/templates/components.css index 12357fb1a..756e89c40 100644 --- a/modules/shared/templates/components.css +++ b/modules/shared/templates/components.css @@ -57,7 +57,7 @@ } .pcjs-progress { height: 20px; - width: 300px; + width: 200px; margin-top: 8px; border: 1px solid black; position: relative; @@ -71,7 +71,7 @@ } .pcjs-progress-text { height: 20px; - width: 300px; + width: 200px; font-size: small; line-height: 20px; text-align: center; @@ -229,7 +229,7 @@ text-decoration: none; } -@media screen and (max-width: 900px) { +@media screen and (max-width: 800px) { .pcjs-textarea { width: 100% !important; } @@ -247,3 +247,13 @@ padding-right: 0 !important; } } + +@media screen and (min-width: 1400px) { + .machine-left, .machine-right { + max-width: 45%; + float: left; + } + .machine-right + * { + clear: both; + } +} diff --git a/versions/pc8080/1.30.5/components.css b/versions/pc8080/1.30.5/components.css index 82802b7af..4129f382c 100644 --- a/versions/pc8080/1.30.5/components.css +++ b/versions/pc8080/1.30.5/components.css @@ -52,7 +52,7 @@ } .pcjs-progress { height: 20px; - width: 300px; + width: 200px; margin-top: 8px; border: 1px solid black; position: relative; @@ -66,7 +66,7 @@ } .pcjs-progress-text { height: 20px; - width: 300px; + width: 200px; font-size: small; line-height: 20px; text-align: center; @@ -224,7 +224,7 @@ text-decoration: none; } -@media screen and (max-width: 900px) { +@media screen and (max-width: 800px) { .pcjs-textarea { width: 100% !important; } @@ -242,3 +242,13 @@ padding-right: 0 !important; } } + +@media screen and (min-width: 1400px) { + .machine-left, .machine-right { + max-width: 45%; + float: left; + } + .machine-right + * { + clear: both; + } +} diff --git a/versions/pcx86/1.30.5/components.css b/versions/pcx86/1.30.5/components.css index 82802b7af..4129f382c 100644 --- a/versions/pcx86/1.30.5/components.css +++ b/versions/pcx86/1.30.5/components.css @@ -52,7 +52,7 @@ } .pcjs-progress { height: 20px; - width: 300px; + width: 200px; margin-top: 8px; border: 1px solid black; position: relative; @@ -66,7 +66,7 @@ } .pcjs-progress-text { height: 20px; - width: 300px; + width: 200px; font-size: small; line-height: 20px; text-align: center; @@ -224,7 +224,7 @@ text-decoration: none; } -@media screen and (max-width: 900px) { +@media screen and (max-width: 800px) { .pcjs-textarea { width: 100% !important; } @@ -242,3 +242,13 @@ padding-right: 0 !important; } } + +@media screen and (min-width: 1400px) { + .machine-left, .machine-right { + max-width: 45%; + float: left; + } + .machine-right + * { + clear: both; + } +} diff --git a/versions/pdpjs/1.30.5/components.css b/versions/pdpjs/1.30.5/components.css index 82802b7af..4129f382c 100644 --- a/versions/pdpjs/1.30.5/components.css +++ b/versions/pdpjs/1.30.5/components.css @@ -52,7 +52,7 @@ } .pcjs-progress { height: 20px; - width: 300px; + width: 200px; margin-top: 8px; border: 1px solid black; position: relative; @@ -66,7 +66,7 @@ } .pcjs-progress-text { height: 20px; - width: 300px; + width: 200px; font-size: small; line-height: 20px; text-align: center; @@ -224,7 +224,7 @@ text-decoration: none; } -@media screen and (max-width: 900px) { +@media screen and (max-width: 800px) { .pcjs-textarea { width: 100% !important; } @@ -242,3 +242,13 @@ padding-right: 0 !important; } } + +@media screen and (min-width: 1400px) { + .machine-left, .machine-right { + max-width: 45%; + float: left; + } + .machine-right + * { + clear: both; + } +} diff --git a/versions/pdpjs/1.30.5/pdp11-dbg.js b/versions/pdpjs/1.30.5/pdp11-dbg.js index e8f8a9af5..bbb26efc6 100644 --- a/versions/pdpjs/1.30.5/pdp11-dbg.js +++ b/versions/pdpjs/1.30.5/pdp11-dbg.js @@ -202,7 +202,7 @@ function Eh(a,b,c,d,e,f){var g=-1;if(a.B.toLowerCase()!=c.toLowerCase()||a.v!=d) function Hh(a,b,c,d,e){var f=c;if(e){var g=new FileReader;g.onload=function(){var e=g.result;e&&(e=new Uint8Array(e,0,e.byteLength),Ih(a,b,c,d,e),a.G="?");Fh(a)};g.readAsArrayBuffer(e);return!0}0>c.indexOf("/api/v1/dump")&&(e=oa(c),f="json"==e||"gz"==e?encodeURI(c):Fa()+"/api/v1/dump?path="+encodeURIComponent(c)+"&format=json");return!!Da(f,null,!0,function(e,f,g){var h=0>g&&a.A&&!a.A.C.la;g?a.N('Unable to load tape "'+b+'" (error '+g+": "+e+")",h):(mb(a.gb,e,f),(e=Ea(e,f))&&Ih(a,b,c,d,e.ga,e.Sa, e.Ra));a.C.ib=!1;a.F&&(a.F--,a.F||J(a));Fh(a)})}function Ch(a,b,c,d){if((a=a.D.listTapes)&&a.options){for(var e=0;ec.indexOf("/api/v1/dump")&&(e=la(c),f="json"==e||"gz"==e?encodeURI(c):ua()+"/api/v1/dump?path="+encodeURIComponent(c)+"&format=json");return!!t(f,null,!0,function(e,f,g){var k=0>g&&a.l&&!a.l.o.P;g?a.C('Unable to load tape "'+b+'" (error '+g+": "+e+")",k):(Ua(a.ya,e,f),(e=ta(e,f))&&Cf(a,b,c,d,e.M,e.oa,e.na)); a.o.Fa=!1;a.m&&(a.m--,a.m||E(a));zf(a)})}function wf(a,b,c,d){if((a=a.j.listTapes)&&a.options){for(var e=0;e