sigma: Use 2 digit years in dates more consistently in top comments

This commit is contained in:
Bob Supnik 2022-07-07 05:42:33 -10:00 committed by Mark Pizzolato
parent 9258e25c0d
commit fa0c561c28
4 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@
dk 7250/7251-7252 cartridge disk
02-Jul-2022 RMS Fixed bugs in multi-unit operation
02-Jul-22 RMS Fixed bugs in multi-unit operation
Transfers are always done a sector at a time.
*/

View file

@ -25,7 +25,7 @@
dp moving head disk pack controller
02-Jul-2022 RMS Fixed bugs in multi-unit operation
02-Jul-22 RMS Fixed bugs in multi-unit operation
28-Jun-22 RMS Fixed off-by-1 error in DP_SEEK definition (Ken Rector)
07-Jun-22 RMS Removed unused variables (V4)
06-Jun-22 RMS Fixed incorrect return in TIO status (Ken Rector)

View file

@ -25,7 +25,7 @@
mt 7320 and 7322/7323 magnetic tape
02-Jul-2022 RMS Fixed bugs in multi-unit operation
02-Jul-22 RMS Fixed bugs in multi-unit operation
07-Jun-22 RMS Removed unused variables (V4)
26-Mar-22 RMS Added extra case points for new MTSE definitions
13-Mar-17 RMS Annotated fall through in switch

View file

@ -25,7 +25,7 @@
rad 7211/7212 or 7231/7232 fixed head disk
02-Jul-2022 RMS Fixed bugs in multi-unit operation
02-Jul-22 RMS Fixed bugs in multi-unit operation
The RAD is a head-per-track disk. To minimize overhead, the entire RAD
is buffered in memory.
@ -337,7 +337,7 @@ switch (rad_cmd) {
rad_flags |= RADV_WPE; /* set status */
chan_uen (dva); /* uend */
return SCPE_OK;
} /* fall through */
}
if (rad_inv_ad (&da)) { /* invalid addr? */
chan_uen (dva); /* uend */
return SCPE_OK;