summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/d64_dsk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/d64_dsk.cpp')
-rw-r--r--src/lib/formats/d64_dsk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/d64_dsk.cpp b/src/lib/formats/d64_dsk.cpp
index 01a20b229aa..06a357577d7 100644
--- a/src/lib/formats/d64_dsk.cpp
+++ b/src/lib/formats/d64_dsk.cpp
@@ -107,7 +107,7 @@ int d64_format::identify(util::random_read &io, uint32_t form_factor, const std:
const int type = find_size(io, form_factor);
if (type != -1)
- return 50;
+ return FIFID_SIZE;
return 0;
}