MO: Fix medium size in various conditions and fix handling of unsupported media.

This commit is contained in:
OBattler
2025-03-19 04:35:47 +01:00
parent 395f23cf57
commit 0fd97c8427
2 changed files with 27 additions and 5 deletions

View File

@@ -122,6 +122,8 @@ typedef struct mo_drive_t {
uint32_t medium_size;
uint32_t base;
uint16_t sector_size;
int supported;
} mo_drive_t;
typedef struct mo_t {