diff options
| author | 2014-06-22 03:16:21 +0000 | |
|---|---|---|
| committer | 2014-06-22 03:16:21 +0000 | |
| commit | ad915921bef1f3277a952ac3d60861c8cd99c947 (patch) | |
| tree | a719229a51bdfc9faac377cbeb6099492e7f5cf2 /src/lib | |
| parent | d2d865c80031a64f8b0ee64b94a51e20b8e2e8df (diff) | |
(nw)
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/formats/ap2_dsk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/ap2_dsk.c b/src/lib/formats/ap2_dsk.c index e07db3ea9d0..6fd75df1151 100644 --- a/src/lib/formats/ap2_dsk.c +++ b/src/lib/formats/ap2_dsk.c @@ -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; } |
