From 2a3984933e9b39cd37a136dd2a95645bff0d3774 Mon Sep 17 00:00:00 2001 From: Maxwell Beck Date: Mon, 30 Dec 2024 15:21:14 -0600 Subject: Tighten drive lookahead, improve track stepping --- src/drive.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drive.h') 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 #include -#define DRIVE_LOOKAHEAD 16 +#define DRIVE_LOOKAHEAD 8 extern const uint8_t SECTORS_PER_TRACK[40]; extern const uint8_t BITRATE_PER_TRACK[40]; -- cgit 1.4.1