mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-26 09:29:45 +00:00
Killed logic_extents_per_physical, since I don't know how to handle it, and instituted tracks, to allow a decision about short versus long allocation units.
This commit is contained in:
parent
734099a956
commit
026101a268
@ -22,9 +22,9 @@ namespace CPM {
|
||||
|
||||
struct ParameterBlock {
|
||||
int sectors_per_track;
|
||||
int tracks;
|
||||
int block_size;
|
||||
int first_sector;
|
||||
int logic_extents_per_physical;
|
||||
uint16_t catalogue_allocation_bitmap;
|
||||
int reserved_tracks;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user