From e68af896d0d3b177b17413459b815f62f03f2b3d Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Mon, 11 Mar 2019 11:57:14 -0700 Subject: [PATCH] TAPE: Add -V option to ATTACH to read/verify tape images at attach time --- sim_tape.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sim_tape.h b/sim_tape.h index e90cd187..3566d899 100644 --- a/sim_tape.h +++ b/sim_tape.h @@ -146,6 +146,7 @@ typedef uint16 t_tpclnt; /* magtape rec lnt */ #define MTSE_WRP 9 /* write protected */ #define MTSE_LEOT 10 /* Logical End Of Tape */ #define MTSE_RUNAWAY 11 /* tape runaway */ +#define MTSE_MAX_ERR 11 typedef void (*TAPE_PCALLBACK)(UNIT *unit, t_stat status);