mirror of
https://github.com/simh/simh.git
synced 2026-01-26 04:01:38 +00:00
GRI, I1401, I7094, ID16, ID32, LGP, NOVA: Change a few tabs to spaces which had crept in over time.
This commit is contained in:
@@ -227,7 +227,7 @@ switch (op) { /* case IO op */
|
||||
fd_sta = fd_sta | STA_BSY; /* set busy */
|
||||
}
|
||||
else fd_bptr = 0; /* just wrap */
|
||||
}
|
||||
}
|
||||
if ((ctab[fnc] & C_RD) && fd_arm) /* if rd & arm, */
|
||||
SET_INT (v_FD); /* interrupt */
|
||||
return fd_db; /* return buf */
|
||||
@@ -367,7 +367,7 @@ switch (fnc) { /* case on function */
|
||||
if ((uptr->flags & UNIT_BUF) == 0) { /* not attached? */
|
||||
fd_es[u][0] = fd_es[u][0] | ES0_FLT; /* set err */
|
||||
fd_es[u][1] = fd_es[u][1] | ES1_NRDY;
|
||||
}
|
||||
}
|
||||
for (i = 0; i < ES_SIZE; i++) /* copy to buf */
|
||||
fdxb[i] = fd_es[u][i];
|
||||
for (i = ES_SIZE; i < FD_NUMBY; i++)
|
||||
@@ -378,7 +378,7 @@ switch (fnc) { /* case on function */
|
||||
if ((uptr->flags & UNIT_BUF) == 0) { /* not attached? */
|
||||
fd_done (u, STA_ERR, ES0_ERR | ES0_FLT, ES1_NRDY);
|
||||
return SCPE_OK;
|
||||
}
|
||||
}
|
||||
for (i = 0; i < FD_NUMBY; i++) fdxb[i] = 0; /* clr buf */
|
||||
tk = GET_TRK (uptr->LRN); /* get track */
|
||||
sc = GET_SEC (uptr->LRN); /* get sector */
|
||||
|
||||
Reference in New Issue
Block a user