Reduce the track number's type to comply with MSCDEX
This commit is contained in:
parent
95dc9db727
commit
8382eb0e7e
2 changed files with 5 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue