Skip to content

Commit

Permalink
Merge branch 'v10' of https://github.com/kbr-net/sdrive-max into v10
Browse files Browse the repository at this point in the history
  • Loading branch information
kbr committed Dec 19, 2018
2 parents 7e2c962 + 6966d30 commit 14a940f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atx.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
#define MS_CRC_CALCULATION_1050 2
// number of milliseconds drive takes to step 1 track
#define MS_TRACK_STEP_810 5.3
#define MS_TRACK_STEP_1050 10.2
#define MS_TRACK_STEP_1050 12.41
// number of milliseconds drive head takes to settle after track stepping
#define MS_HEAD_SETTLE_810 0
#define MS_HEAD_SETTLE_1050 20
#define MS_HEAD_SETTLE_1050 40
// mask for checking FDC status "data lost" bit
#define MASK_FDC_DLOST 0x04
// mask for checking FDC status "missing" bit
Expand Down

0 comments on commit 14a940f

Please sign in to comment.