mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
Increased HD heads limit to 255, larger SCSI hdds now work.
This commit is contained in:
@@ -971,9 +971,9 @@ static void loadconfig_hard_disks(void)
|
||||
{
|
||||
hdc[c].spt = 99;
|
||||
}
|
||||
if (hdc[c].hpc > 64)
|
||||
if (hdc[c].hpc > 255)
|
||||
{
|
||||
hdc[c].hpc = 64;
|
||||
hdc[c].hpc = 255;
|
||||
}
|
||||
if (hdc[c].tracks > 266305)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user