diff options
author | 2022-03-25 21:34:24 +0100 | |
---|---|---|
committer | 2022-03-30 15:45:35 +0200 | |
commit | 40033c809aed228af9b928747a882ee275482c38 (patch) | |
tree | f7a077f27632849849b4a8b2d4deea3638020dfb /src/lib/formats/flex_dsk.cpp | |
parent | 33bdc1469b3bc84ab1b811329f05c75f4801a7de (diff) |
floppy: remove the intermediate allocator
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 e8051d823ba..40957daa972 100644 --- a/src/lib/formats/flex_dsk.cpp +++ b/src/lib/formats/flex_dsk.cpp @@ -1275,4 +1275,4 @@ const flex_format::format flex_format::formats_head1_track0[] = { {} }; -const floppy_format_type FLOPPY_FLEX_FORMAT = &floppy_image_format_creator<flex_format>; +const flex_format FLOPPY_FLEX_FORMAT; |