mirror of
https://github.com/open-simh/simh.git
synced 2026-01-18 01:02:47 +00:00
TAPE: Add -V option to ATTACH to read/verify tape images at attach time
This commit is contained in:
parent
5b9a0724d3
commit
e68af896d0
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user