I1401: Read TMK does not write GM+WM to memory from Bob Supnik
This commit is contained in:
parent
4e5f910fed
commit
68fbca919c
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
||||||
|
|
||||||
mt 7-track magtape
|
mt 7-track magtape
|
||||||
|
|
||||||
|
03-Sep-13 RMS Read TMK does not write GM+WM to memory
|
||||||
19-Mar-11 RMS Restored lost edit to insert EOF in memory on read EOF
|
19-Mar-11 RMS Restored lost edit to insert EOF in memory on read EOF
|
||||||
Reverted multiple tape indicator implementation
|
Reverted multiple tape indicator implementation
|
||||||
20-Jan-11 RMS Fixed branch on END indicator per hardware (Van Snyder)
|
20-Jan-11 RMS Fixed branch on END indicator per hardware (Van Snyder)
|
||||||
|
@ -341,6 +342,8 @@ switch (mod) {
|
||||||
return STOP_WRAP;
|
return STOP_WRAP;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (st == MTSE_TMK) /* if TMK, no GM+WM */
|
||||||
|
break;
|
||||||
if (M[BS] != (BCD_GRPMRK + WM)) { /* not GM+WM at end? */
|
if (M[BS] != (BCD_GRPMRK + WM)) { /* not GM+WM at end? */
|
||||||
if (flag & MD_WM) /* LCA: clear WM */
|
if (flag & MD_WM) /* LCA: clear WM */
|
||||||
M[BS] = BCD_GRPMRK;
|
M[BS] = BCD_GRPMRK;
|
||||||
|
|
Loading…
Add table
Reference in a new issue