From 3fc703e80694f421cf873f566d0ee66f8765a8ec Mon Sep 17 00:00:00 2001 From: leesaudan2 Date: Sun, 31 Jan 2021 02:35:58 +0800 Subject: Added Apple 2 disk image format: .nib (read-only support) (#7725) This format was not supported by the new floppy subsystem. This commit provides read-only support of .nib files. --- src/tools/floptool.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tools/floptool.cpp') diff --git a/src/tools/floptool.cpp b/src/tools/floptool.cpp index ca847736510..1beb4304860 100644 --- a/src/tools/floptool.cpp +++ b/src/tools/floptool.cpp @@ -94,6 +94,7 @@ static floppy_format_type floppy_formats[] = { FLOPPY_RWTS18_FORMAT, FLOPPY_EDD_FORMAT, FLOPPY_WOZ_FORMAT, + FLOPPY_NIB_FORMAT, FLOPPY_ATOM_FORMAT, FLOPPY_ACORN_SSD_FORMAT, -- cgit v1.2.3-70-g09d2