We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ecd15 commit 3946e7fCopy full SHA for 3946e7f
src/image/adf.c
@@ -41,6 +41,7 @@ static bool_t adf_open(struct image *im)
41
im->tracklen_bc = DD_TRACKLEN_BC;
42
im->ticks_per_cell = ((sampleclk_stk(im->stk_per_rev) * 16u)
43
/ im->tracklen_bc);
44
+ im->write_bc_ticks = im->ticks_per_cell / 16u;
45
46
im->nr_cyls = f_size(&im->fp) / (2 * 11 * 512);
47
0 commit comments