diff options
author | 2021-01-09 21:41:19 +0100 | |
---|---|---|
committer | 2021-01-09 21:42:29 +0100 | |
commit | 23af0ace46f4ac4c1b916f5dcba5ee82b7eff361 (patch) | |
tree | 9e152ea70cb0f60315ffb4d9b5a8c38ee0b58d06 /src/lib/formats/flex_dsk.cpp | |
parent | 31390d3f3e1fd4ad4631115b1f1a2c68f419179d (diff) |
Provide the variants to the floppy formats
Diffstat (limited to 'src/lib/formats/flex_dsk.cpp')
-rw-r--r-- | src/lib/formats/flex_dsk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/flex_dsk.cpp b/src/lib/formats/flex_dsk.cpp index ee3750b6101..13dcbb0f367 100644 --- a/src/lib/formats/flex_dsk.cpp +++ b/src/lib/formats/flex_dsk.cpp @@ -71,7 +71,7 @@ const char *flex_format::extensions() const return "dsk"; } -int flex_format::identify(io_generic *io, uint32_t form_factor) +int flex_format::identify(io_generic *io, uint32_t form_factor, const std::vector<uint32_t> &variants) { int type = find_size(io, form_factor); |