From 82d569b4891a50a028bd769906b2ce567bb6b4e4 Mon Sep 17 00:00:00 2001 From: Chris Dinneen Date: Fri, 3 Jan 2025 17:12:51 +0800 Subject: [PATCH] add 3490E to tape type for code 0x09 --- mt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mt.c b/mt.c index 6f16c89..909bdd2 100644 --- a/mt.c +++ b/mt.c @@ -153,7 +153,7 @@ static struct densities { { 0x06, "PE (3200 bpi) 9 Track Reel" }, { 0x07, "IMFM (6400 bpi)" }, { 0x08, "GCR (8000 bpi)" }, - { 0x09, "GCR (37871 bpi)" }, + { 0x09, "3490E, GCR (37871 bpi)" }, { 0x0a, "MFM (6667 bpi)" }, { 0x0b, "PE (1600 bpi)" }, { 0x0c, "GCR (12960 bpi)" },