This commit is contained in:
R. Belmont 2014-06-22 03:16:21 +00:00
parent d2d865c800
commit ad915921be

View File

@ -563,7 +563,7 @@ int a2_16sect_format::identify(io_generic *io, UINT32 form_factor)
UINT32 expected_size = 35 * 16 * 256;
// check standard size plus some oddball sizes in our softlist
if ((size = (35*16*256)) || (size == 143403) || (size == 143363) || (size == 143358))
if ((size = expected_size) || (size == 143403) || (size == 143363) || (size == 143358))
{
return 1;
}