1
0
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:
Mark Pizzolato
2019-04-06 02:00:53 -07:00
parent 436f1dbbbe
commit f12bc70470
6 changed files with 118 additions and 9 deletions

View File

@@ -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 */