1
0
mirror of https://github.com/pkimpel/retro-b5500.git synced 2026-05-04 15:16:53 +00:00

Release emulator version 0.16:

1. Fix zero-length datacom message read in IOUnit.
2. Insert additional delay at end-of-message for B5500DatacomUnit.
3. Fix minor behavioral problems in B5500MagTapeDrive.
4. Minor wiki corrections and enhancements.
This commit is contained in:
paul.kimpel@digm.com
2013-11-21 04:31:13 +00:00
parent 2e13aedbb6
commit 3da0844cc7
8 changed files with 78 additions and 141 deletions

View File

@@ -184,6 +184,7 @@ B5500CardReader.prototype.CRProgressBar_onclick = function CRProgressBar_onclick
this.bufLength = 0;
this.bufIndex = 0;
this.progressBar.value = 0;
this.$$("CRFileSelector").value = null; // reset the control
while (this.outHopper.childNodes.length > 0) {
this.outHopper.removeChild(this.outHopper.firstChild);
}