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/atom_dsk.cpp | |
parent | 33bdc1469b3bc84ab1b811329f05c75f4801a7de (diff) |
floppy: remove the intermediate allocator
Diffstat (limited to 'src/lib/formats/atom_dsk.cpp')
-rw-r--r-- | src/lib/formats/atom_dsk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/atom_dsk.cpp b/src/lib/formats/atom_dsk.cpp index 36e4eeab69a..0f652a6fee3 100644 --- a/src/lib/formats/atom_dsk.cpp +++ b/src/lib/formats/atom_dsk.cpp @@ -30,4 +30,4 @@ const atom_format::format atom_format::formats[] = {} }; -const floppy_format_type FLOPPY_ATOM_FORMAT = &floppy_image_format_creator<atom_format>; +const atom_format FLOPPY_ATOM_FORMAT; |