Skip to content

Commit

Permalink
trdos: All sectors have H=0 irrespective of disk side
Browse files Browse the repository at this point in the history
Fixes #737
  • Loading branch information
keirf committed Jun 12, 2024
1 parent 85b998a commit 2ae1065
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/image/img.c
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,8 @@ static bool_t trd_open(struct image *im)
.gap3 = 57,
.gap4a = -1,
.base = { 1, 1 },
.interleave = 1
.interleave = 1,
.head = 0+1 /* both sides H=0 */
};
struct {
uint8_t na, free_sec, free_trk;
Expand Down

0 comments on commit 2ae1065

Please sign in to comment.