From 75efe55914f2983a1c818adfcf33c450a9fdb2a5 Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Thu, 11 Apr 2019 10:50:09 -0400 Subject: [PATCH] SCP: Updated to current. --- sim_defs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sim_defs.h b/sim_defs.h index ce77bf7..f6e085d 100644 --- a/sim_defs.h +++ b/sim_defs.h @@ -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 */