diff options
Diffstat (limited to 'src/tools/floptool.cpp')
-rw-r--r-- | src/tools/floptool.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/floptool.cpp b/src/tools/floptool.cpp index 190e2004ea6..a1a5f5a44d7 100644 --- a/src/tools/floptool.cpp +++ b/src/tools/floptool.cpp @@ -46,6 +46,8 @@ #include "formats/applix_dsk.h" +#include "formats/hpi_dsk.h" + static floppy_format_type floppy_formats[] = { FLOPPY_MFI_FORMAT, FLOPPY_DFI_FORMAT, @@ -75,6 +77,8 @@ static floppy_format_type floppy_formats[] = { FLOPPY_ORIC_DSK_FORMAT, FLOPPY_APPLIX_FORMAT, + + FLOPPY_HPI_FORMAT }; void CLIB_DECL ATTR_PRINTF(1,2) logerror(const char *format, ...) |