| Previous | 199869 Revisions | Next |
| r31072 Sunday 22nd June, 2014 at 03:16:21 UTC by R. Belmont |
|---|
| (nw) |
| [src/lib/formats] | ap2_dsk.c |
| r31071 | r31072 | |
|---|---|---|
| 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 = | |
| 566 | if ((size = expected_size) || (size == 143403) || (size == 143363) || (size == 143358)) | |
| 567 | 567 | { |
| 568 | 568 | return 1; |
| 569 | 569 | } |
| Previous | 199869 Revisions | Next |