From f2ac7b405786f6bc047dfda7b45c139d194ba032 Mon Sep 17 00:00:00 2001 From: Maxwell Beck Date: Sun, 20 Jul 2025 20:23:03 -0500 Subject: feat: Disk swapping --- 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 a555f15..7d1daae 100644 --- a/src/drive.h +++ b/src/drive.h @@ -13,7 +13,7 @@ extern const uint8_t GCR_CONV[16]; typedef struct drive_s { volatile bool spinning; uint16_t timer; - uint8_t *image; + volatile uint8_t *volatile image; volatile uint8_t track; volatile uint8_t halftrack; -- cgit 1.4.1