1
0
Fork 0

Reduce the track number's type to comply with MSCDEX

This commit is contained in:
krcroft 2020-02-06 07:54:12 -08:00
parent 95dc9db727
commit 8382eb0e7e
No known key found for this signature in database
GPG key ID: 4AD3678F4A2C291C
2 changed files with 5 additions and 3 deletions

View file

@ -188,8 +188,8 @@ public:
uint32_t start = 0;
uint32_t length = 0;
uint32_t skip = 0;
uint16_t number = 0;
uint16_t sectorSize = 0;
uint8_t number = 0;
uint8_t attr = 0;
bool mode2 = false;
};