Previous 199869 Revisions Next

r31072 Sunday 22nd June, 2014 at 03:16:21 UTC by R. Belmont
(nw)
[src/lib/formats]ap2_dsk.c

trunk/src/lib/formats/ap2_dsk.c
r31071r31072
563563      UINT32 expected_size = 35 * 16 * 256;
564564
565565      // check standard size plus some oddball sizes in our softlist
566      if ((size = (35*16*256)) || (size == 143403) || (size == 143363) || (size == 143358))
566      if ((size = expected_size) || (size == 143403) || (size == 143363) || (size == 143358))
567567      {
568568         return 1;
569569      }

Previous 199869 Revisions Next


© 1997-2024 The MAME Team