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:
parent
e007b75f8e
commit
4f7f72af57
19 changed files with 80 additions and 30 deletions
|
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue