1
0
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:
Thomas Harte 2023-12-02 00:00:57 -05:00
parent aa15fd1fff
commit dde58faaf1

View File

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