qt: Fix multiple issues with hdd image creation: large sizes, image paths, max_hpc on ide

This commit is contained in:
cold-brewed
2022-11-13 11:09:38 -05:00
parent a6d6d678b4
commit 78998b8231
2 changed files with 4 additions and 2 deletions

View File

@@ -999,7 +999,7 @@ load_hard_disks(void)
case HDD_BUS_IDE:
max_spt = 63;
max_hpc = 16;
max_hpc = 255;
max_tracks = 266305;
break;