summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/drive.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/drive.c b/src/drive.c
index 7afeaec..e74b64d 100644
--- a/src/drive.c
+++ b/src/drive.c
@@ -10,10 +10,10 @@ const uint8_t SECTORS_PER_TRACK[40] = {
 };
 
 const uint8_t BITRATE_PER_TRACK[40] = {
-	80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80,
-	73, 73, 73, 73, 73, 73, 73,
+	76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, 76,
+	68, 68, 68, 68, 68, 68, 68,
 	65, 65, 65, 65, 65, 65,
-	62 ,62, 62, 62, 62, 62, 62, 62, 62, 62
+	61 ,61, 61, 61, 61, 61, 61, 61, 61, 61
 };
 
 const uint8_t GCR_CONV[16] = {