1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-06 01:28:57 +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:
Thomas Harte 2017-08-11 10:46:50 -04:00
parent 734099a956
commit 026101a268

View File

@ -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;
};