Added rudimentary CSS support for side-by-side machines (the PDP-11/45 with VT100 is the first test case)

This commit is contained in:
Jeff Parsons 2016-12-01 17:32:56 -08:00 committed by Jeff Parsons
commit 4f7f72af57
19 changed files with 80 additions and 30 deletions

View file

@ -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);
};