Skip to content

Commit

Permalink
C64: 1581 and FD drives do not include an MFM IAM in track format
Browse files Browse the repository at this point in the history
Refs #922
  • Loading branch information
keirf committed Aug 20, 2024
1 parent 8bd6f25 commit 2304163
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/image/img.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ const static struct raw_type {
{ 8, _S(2), _IAM, 116, 3, 3, 1, 0, 0, 0, _C(80), _R(360) }, /* 1280k */
{ 0 }
}, d81_type[] = {
{ 10, _S(2), _IAM, 30, 1, 2, 1, 0, 0, 0, _C(80), _R(300) }, /* 800k */
{ 10, _S(2), _IAM, 116, 1, 3, 1, 0, 0, 0, _C(80), _R(300) }, /* 1.6M */
{ 20, _S(2), _IAM, 116, 1, 3, 1, 0, 0, 0, _C(80), _R(300) }, /* 3.2M */
{ 10, _S(2), 0, 30, 1, 2, 1, 0, 0, 0, _C(80), _R(300) }, /* 800k */
{ 10, _S(2), 0, 116, 1, 3, 1, 0, 0, 0, _C(80), _R(300) }, /* 1.6M */
{ 20, _S(2), 0, 116, 1, 3, 1, 0, 0, 0, _C(80), _R(300) }, /* 3.2M */
{ 0 }
}, dec_type[] = {
/* RX50 (400k) */
Expand Down

0 comments on commit 2304163

Please sign in to comment.