mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 23:52:26 +00:00
Add additional 8-sector format.
This commit is contained in:
parent
aa15fd1fff
commit
dde58faaf1
@ -28,6 +28,12 @@ PCBooter::PCBooter(const std::string &file_name) :
|
|||||||
sector_count_ = 8;
|
sector_count_ = 8;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 512 * 8 * 40 * 2:
|
||||||
|
head_count_ = 2;
|
||||||
|
track_count_ = 40;
|
||||||
|
sector_count_ = 8;
|
||||||
|
break;
|
||||||
|
|
||||||
case 512 * 9 * 40:
|
case 512 * 9 * 40:
|
||||||
head_count_ = 1;
|
head_count_ = 1;
|
||||||
track_count_ = 40;
|
track_count_ = 40;
|
||||||
|
Loading…
Reference in New Issue
Block a user