diff options
author | Maxwell Beck <max@rastertail.net> | 2024-12-30 15:21:14 -0600 |
---|---|---|
committer | Maxwell Beck <max@rastertail.net> | 2024-12-30 15:21:14 -0600 |
commit | 2a3984933e9b39cd37a136dd2a95645bff0d3774 (patch) | |
tree | a1537d12c4e2d7df2a3de7d24ccf28cb28ef38aa /src/drive.h | |
parent | 7d49c99f8eaa216e8456320bc5c68dd61a379e2c (diff) |
Tighten drive lookahead, improve track stepping
Diffstat (limited to 'src/drive.h')
-rw-r--r-- | src/drive.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drive.h b/src/drive.h index c41712a..e131c5c 100644 --- a/src/drive.h +++ b/src/drive.h @@ -4,7 +4,7 @@ #include <stdbool.h> #include <stdint.h> -#define DRIVE_LOOKAHEAD 16 +#define DRIVE_LOOKAHEAD 8 extern const uint8_t SECTORS_PER_TRACK[40]; extern const uint8_t BITRATE_PER_TRACK[40]; |