diff options
Diffstat (limited to 'src/tools/floptool.cpp')
-rw-r--r-- | src/tools/floptool.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/floptool.cpp b/src/tools/floptool.cpp index 1953e7b0538..591fd5b91ad 100644 --- a/src/tools/floptool.cpp +++ b/src/tools/floptool.cpp @@ -50,6 +50,7 @@ #include "formats/applix_dsk.h" #include "formats/hpi_dsk.h" +#include "formats/img_dsk.h" #include "formats/dvk_mx_dsk.h" #include "formats/aim_dsk.h" @@ -98,6 +99,7 @@ static floppy_format_type floppy_formats[] = { FLOPPY_APPLIX_FORMAT, FLOPPY_HPI_FORMAT, + FLOPPY_IMG_FORMAT, FLOPPY_DVK_MX_FORMAT, FLOPPY_AIM_FORMAT, |