From 7927f1131db9aba9e1491ea3ef710d231b0d5932 Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Sun, 22 Oct 2023 23:33:49 -0400 Subject: [PATCH] I7000: Updated magtape timing. --- I7000/i7000_mt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/I7000/i7000_mt.c b/I7000/i7000_mt.c index 94d5429..3751c9d 100644 --- a/I7000/i7000_mt.c +++ b/I7000/i7000_mt.c @@ -90,8 +90,8 @@ #define IPS 75 /* Inches per second 75 or 112 */ #define HS_IPS 500 /* High speed rewind Inches per second */ -#define LD 200 -#define HD 400 +#define LD 300 +#define HD 150 #define LT_GAP_LEN ((3 * LD)/ 4) /* Gap length for low density */ #define HT_GAP_LEN ((3 * HD)/ 4) /* Gap length for high density */