qt: Fix multiple issues with hdd image creation: large sizes, image paths, max_hpc on ide
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user