Previous | 199869 Revisions | Next |
r33003 Monday 27th October, 2014 at 13:35:15 UTC by Olivier Galibert |
---|
ap2_dsk: Fix broken detection of dsk [O. Galibert] |
[src/lib/formats] | ap2_dsk.c |
r241514 | r241515 | |
---|---|---|
563 | 563 | UINT32 expected_size = 35 * 16 * 256; |
564 | 564 | |
565 | 565 | // check standard size plus some oddball sizes in our softlist |
566 | if ((size = expected_size) || (size == 143403) || (size == 143363) || (size == 143358)) | |
566 | if ((size == expected_size) || (size == 143403) || (size == 143363) || (size == 143358)) | |
567 | 567 | { |
568 | return | |
568 | return 50; | |
569 | 569 | } |
570 | 570 | |
571 | 571 | return 0; |
https://github.com/mamedev/mame/commit/2d2afa9ed9a025c6de6e8f9ebf9f714d382baea0 |
Previous | 199869 Revisions | Next |