mirror of
https://github.com/rcornwell/sims.git
synced 2026-02-09 09:42:13 +00:00
SCP: Updated to current.
This commit is contained in:
@@ -654,7 +654,7 @@ struct UNIT {
|
||||
#define UNIT_NO_FIO 0000004 /* fileref is NOT a FILE * */
|
||||
#define UNIT_DISK_CHK 0000010 /* disk data debug checking (sim_disk) */
|
||||
#define UNIT_TMR_UNIT 0000200 /* Unit registered as a calibrated timer */
|
||||
#define UNIT_TAPE_MRK 0000400 /* Tape Unit AWS Tapemark */
|
||||
#define UNIT_TAPE_MRK 0000400 /* Tape Unit Tapemark */
|
||||
#define UNIT_TAPE_PNU 0001000 /* Tape Unit Position Not Updated */
|
||||
#define UNIT_V_DF_TAPE 10 /* Bit offset for Tape Density reservation */
|
||||
#define UNIT_S_DF_TAPE 3 /* Bits Reserved for Tape Density */
|
||||
|
||||
747
sim_tape.c
747
sim_tape.c
File diff suppressed because it is too large
Load Diff
@@ -99,6 +99,7 @@ typedef struct {
|
||||
#define MTUF_F_AWS 4 /* AWS format */
|
||||
#define MTUF_F_TAR 5 /* TAR format */
|
||||
#define MTUF_F_ANSI 6 /* ANSI format */
|
||||
#define MTUF_F_FIXED 7 /* FIXED format */
|
||||
|
||||
#define MTAT_F_VMS 0 /* VMS ANSI type */
|
||||
#define MTAT_F_RSX11 1 /* RSX-11 ANSI type */
|
||||
|
||||
Reference in New Issue
Block a user