summary refs log tree commit diff
path: root/src/drive.h
diff options
context:
space:
mode:
authorMaxwell Beck <max@rastertail.net>2025-05-29 15:40:22 -0500
committerMaxwell Beck <max@rastertail.net>2025-05-29 15:40:22 -0500
commit22997d87d03825a9d470f70218b387682ebbb46b (patch)
tree88e4cfa7229b85eb849245253073bd7f68f4d475 /src/drive.h
parent3ee6d4b5f90cea5f0959ed0724151551c8fb5029 (diff)
fix: Use VIA2 PB to determine track bitrates
Diffstat (limited to 'src/drive.h')
-rw-r--r--src/drive.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/drive.h b/src/drive.h
index aa72f60..c7e02f2 100644
--- a/src/drive.h
+++ b/src/drive.h
@@ -17,6 +17,7 @@ typedef struct drive_s {
 
 	volatile uint8_t track;
 	volatile uint8_t halftrack;
+	volatile uint8_t bitrate;
 	volatile uint32_t image_ptr;
 	volatile uint8_t sector;
 	uint8_t byte;
@@ -45,4 +46,4 @@ void drive_step_down(drive_t *drive);
 bool drive_advance(drive_t *drive, uint8_t cycles);
 void drive_cycle(drive_t *drive);
 
-#endif
\ No newline at end of file
+#endif