Skip to content

Commit

Permalink
direct-access: Fix writes in d-a mode. Fixes HxC compatibility mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Apr 19, 2018
1 parent 37cbec9 commit 8b93f36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/image/da.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ static void da_seek_track(struct image *im)
? ff_cfg.da_report_version : DA_FW_VER);
dass->nr_sec = 8;

im->sync = SYNC_mfm;
im->write_bc_ticks = sysclk_us(2);
im->ticks_per_cell = im->write_bc_ticks * 16;
}
Expand Down

0 comments on commit 8b93f36

Please sign in to comment.