diff options
author | 2012-01-24 08:38:33 +0000 | |
---|---|---|
committer | 2012-01-24 08:38:33 +0000 | |
commit | be86025142a01cf66bc099c691f25a508e1f2ea5 (patch) | |
tree | 137a7737a455a4ef1bb9bcb1a9436cb5b67e27ff /src/lib/formats | |
parent | aeb14e2f82bf717faf0fcf4f379b016709a41c26 (diff) |
Added DMF support in pc_dsk (no whatsnew)
Diffstat (limited to 'src/lib/formats')
-rw-r--r-- | src/lib/formats/pc_dsk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/formats/pc_dsk.c b/src/lib/formats/pc_dsk.c index 2cd5be8aff1..4bd384ea77c 100644 --- a/src/lib/formats/pc_dsk.c +++ b/src/lib/formats/pc_dsk.c @@ -31,6 +31,7 @@ static const struct pc_disk_sizes disk_sizes[] = { 9*2*80*512, 9, 2}, /* 3 1/2 inch double density */ {15*2*80*512, 15, 2}, /* 5 1/4 inch high density (or japanese 3 1/2 inch high density) */ {18*2*80*512, 18, 2}, /* 3 1/2 inch high density */ + {21*2*80*512, 21, 2}, /* 3 1/2 inch high density DMF */ {36*2*80*512, 36, 2} /* 3 1/2 inch enhanced density */ }; |