From 51e0bafe0304b201652fd32564138d6ca78a819d Mon Sep 17 00:00:00 2001 From: Maxwell Beck Date: Thu, 29 May 2025 16:01:53 -0500 Subject: fix: Definitely only support 35 track images (for now) --- src/drive.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/drive.h') diff --git a/src/drive.h b/src/drive.h index c7e02f2..d2e8dd8 100644 --- a/src/drive.h +++ b/src/drive.h @@ -6,8 +6,8 @@ #define DRIVE_LOOKAHEAD 8 -extern const uint8_t SECTORS_PER_TRACK[40]; -extern const uint8_t BITRATE_PER_TRACK[40]; +extern const uint8_t SECTORS_PER_TRACK[35]; +extern const uint8_t BITRATES[4]; extern const uint8_t GCR_CONV[16]; typedef struct drive_s { -- cgit 1.4.1