TAPE: Add -V option to ATTACH to read/verify tape images at attach time

This commit is contained in:
Mark Pizzolato 2019-03-11 11:57:14 -07:00
parent 5b9a0724d3
commit e68af896d0

View file

@ -146,6 +146,7 @@ typedef uint16 t_tpclnt; /* magtape rec lnt */
#define MTSE_WRP 9 /* write protected */ #define MTSE_WRP 9 /* write protected */
#define MTSE_LEOT 10 /* Logical End Of Tape */ #define MTSE_LEOT 10 /* Logical End Of Tape */
#define MTSE_RUNAWAY 11 /* tape runaway */ #define MTSE_RUNAWAY 11 /* tape runaway */
#define MTSE_MAX_ERR 11
typedef void (*TAPE_PCALLBACK)(UNIT *unit, t_stat status); typedef void (*TAPE_PCALLBACK)(UNIT *unit, t_stat status);