summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/ds9_dsk.cpp
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2022-03-25 21:34:24 +0100
committer Olivier Galibert <galibert@pobox.com>2022-03-30 15:45:35 +0200
commit40033c809aed228af9b928747a882ee275482c38 (patch)
treef7a077f27632849849b4a8b2d4deea3638020dfb /src/lib/formats/ds9_dsk.cpp
parent33bdc1469b3bc84ab1b811329f05c75f4801a7de (diff)
floppy: remove the intermediate allocator
Diffstat (limited to 'src/lib/formats/ds9_dsk.cpp')
-rw-r--r--src/lib/formats/ds9_dsk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/ds9_dsk.cpp b/src/lib/formats/ds9_dsk.cpp
index aa7d150ffb8..8224c844801 100644
--- a/src/lib/formats/ds9_dsk.cpp
+++ b/src/lib/formats/ds9_dsk.cpp
@@ -120,4 +120,4 @@ bool ds9_format::load(util::random_read &io, uint32_t form_factor, const std::ve
return true;
}
-const floppy_format_type FLOPPY_DS9_FORMAT = &floppy_image_format_creator<ds9_format>;
+const ds9_format FLOPPY_DS9_FORMAT;