diff options
Diffstat (limited to 'src/lib/formats/os9_dsk.cpp')
-rw-r--r-- | src/lib/formats/os9_dsk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/os9_dsk.cpp b/src/lib/formats/os9_dsk.cpp index 4c64aa06a21..67ae74e5884 100644 --- a/src/lib/formats/os9_dsk.cpp +++ b/src/lib/formats/os9_dsk.cpp @@ -75,7 +75,7 @@ int os9_format::identify(util::random_read &io, uint32_t form_factor, const std: int const type = find_size(io, form_factor, variants); if (type != -1) - return 75; + return FIFID_SIZE; return 0; } |