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/2d_dsk.h | |
parent | 33bdc1469b3bc84ab1b811329f05c75f4801a7de (diff) |
floppy: remove the intermediate allocator
Diffstat (limited to 'src/lib/formats/2d_dsk.h')
-rw-r--r-- | src/lib/formats/2d_dsk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/2d_dsk.h b/src/lib/formats/2d_dsk.h index 1b9fa867630..182b539e608 100644 --- a/src/lib/formats/2d_dsk.h +++ b/src/lib/formats/2d_dsk.h @@ -27,6 +27,6 @@ private: static const format formats[]; }; -extern const floppy_format_type FLOPPY_2D_FORMAT; +extern const _2d_format FLOPPY_2D_FORMAT; #endif // MAME_FORMATS_2D_DSK_H |