summary refs log tree commit diff
path: root/src/drive.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drive.h')
-rw-r--r--src/drive.h2
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];