diff options
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]; |