Skip to content
This repository was archived by the owner on Sep 18, 2021. It is now read-only.

Commit ec4d970

Browse files
author
rbelmont
committed
Accept common .dc42 extension for DiskCopy images (nw)
1 parent 3c5eda3 commit ec4d970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/formats/ap_dsk35.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,7 @@ LEGACY_FLOPPY_OPTIONS_START( apple35_mac )
11731173
TRACKS([80])
11741174
SECTOR_LENGTH([512])
11751175
FIRST_SECTOR_ID([0]))
1176-
LEGACY_FLOPPY_OPTION( apple35_dc, "dc,dsk,img,image", "Apple DiskCopy disk image", apple35_diskcopy_identify, apple35_diskcopy_construct, NULL,
1176+
LEGACY_FLOPPY_OPTION( apple35_dc, "dc,dc42,dsk,img,image", "Apple DiskCopy disk image", apple35_diskcopy_identify, apple35_diskcopy_construct, NULL,
11771177
HEADS([1]-2)
11781178
TRACKS([80])
11791179
SECTOR_LENGTH([512])

0 commit comments

Comments
 (0)