From 8f29102927c478b3405c9b19517dd007d2e55d0b Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Mon, 21 Jun 2021 18:52:45 -0400 Subject: [PATCH] I7000: Slowed tape down to work a bit better. --- I7000/i7000_mt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/I7000/i7000_mt.c b/I7000/i7000_mt.c index 28e2035..f903aac 100644 --- a/I7000/i7000_mt.c +++ b/I7000/i7000_mt.c @@ -91,7 +91,7 @@ #define HS_IPS 500 /* High speed rewind Inches per second */ #define LD 200 -#define HD 555 +#define HD 400 #define LT_GAP_LEN ((3 * LD)/ 4) /* Gap length for low density */ #define HT_GAP_LEN ((3 * HD)/ 4) /* Gap length for high density */