mirror of
https://github.com/simh/simh.git
synced 2026-05-04 06:58:38 +00:00
TAPE: Add support for TAR tape format
This commit is contained in:
@@ -591,6 +591,7 @@ struct UNIT {
|
||||
uint16 us9; /* device specific */
|
||||
uint16 us10; /* device specific */
|
||||
void *tmxr; /* TMXR linkage */
|
||||
uint32 recsize; /* Tape info */
|
||||
t_bool (*cancel)(UNIT *);
|
||||
double usecs_remaining; /* time balance for long delays */
|
||||
char *uname; /* Unit name */
|
||||
|
||||
Reference in New Issue
Block a user