mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +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;
|
||||
break;
|
||||
|
||||
case 512 * 8 * 40 * 2:
|
||||
head_count_ = 2;
|
||||
track_count_ = 40;
|
||||
sector_count_ = 8;
|
||||
break;
|
||||
|
||||
case 512 * 9 * 40:
|
||||
head_count_ = 1;
|
||||
track_count_ = 40;
|
||||
|
Loading…
Reference in New Issue
Block a user