mirror of
https://github.com/holub/mame
synced 2025-06-30 07:58:56 +03:00
ever since f0823886a6
the guess_chs() function adds dummy sectors to the image until it finds a valid CHS mapping, therefore the error can never be triggered (there is no exit condition on the outer loop) (nw)
This commit is contained in:
parent
05fcd2fb62
commit
76430f9bc8
@ -962,9 +962,6 @@ static void guess_chs(std::string *filename, UINT64 filesize, int sectorsize, UI
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// ack, it didn't work!
|
|
||||||
report_error(1, "Can't guess CHS values because no logical combination works!");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user