diff options
Diffstat (limited to 'src/lib/formats/m20_dsk.cpp')
-rw-r--r-- | src/lib/formats/m20_dsk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/m20_dsk.cpp b/src/lib/formats/m20_dsk.cpp index e6cddd7acab..4daa436c288 100644 --- a/src/lib/formats/m20_dsk.cpp +++ b/src/lib/formats/m20_dsk.cpp @@ -50,7 +50,7 @@ int m20_format::identify(util::random_read &io, uint32_t form_factor, const std: return 0; if (size == 286720) - return 50; + return FIFID_SIZE; return 0; } |