1
0
mirror of https://github.com/simh/simh.git synced 2026-04-29 21:16:46 +00:00

Bob Supnik's state as of 10/12/2013

This commit is contained in:
Mark Pizzolato
2013-10-12 13:23:44 -07:00
parent 6031deddf8
commit 34ce1a038c
71 changed files with 5708 additions and 377 deletions

View File

@@ -25,6 +25,7 @@
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
Reverted multiple tape indicator implementation
20-Jan-11 RMS Fixed branch on END indicator per hardware (Van Snyder)
@@ -342,6 +343,8 @@ switch (mod) {
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 (flag & MD_WM) /* LCA: clear WM */
M[BS] = BCD_GRPMRK;