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.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