diff options
author | 2021-01-31 02:35:58 +0800 | |
---|---|---|
committer | 2021-01-30 19:35:58 +0100 | |
commit | 3fc703e80694f421cf873f566d0ee66f8765a8ec (patch) | |
tree | 629db2225ef6ebd5fe2de8cd7196777943dbb24d /src/tools/floptool.cpp | |
parent | 75a7445a985a9d90780566966db4ade4e2229019 (diff) |
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.
Diffstat (limited to 'src/tools/floptool.cpp')
-rw-r--r-- | src/tools/floptool.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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, |