Skip to content

Commit 3dde2f2

Browse files
committed
lib/config: Support .trd extension
.trd is a simple image, the same as IMG, but this suffix is standard for plain TR-DOS disk images. Signed-off-by: Pavel Fedin <pavel_fedin@mail.ru>
1 parent 4536a3e commit 3dde2f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/config/config.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ static const std::vector<ImageConstructor> imageConstructors = {
157157
{".nsi", IMAGETYPE_NSI, MODE_RW},
158158
{".st", IMAGETYPE_IMG, MODE_RW},
159159
{".td0", IMAGETYPE_TD0, MODE_RO},
160+
{".trd", IMAGETYPE_IMG, MODE_RW},
160161
{".vgi", IMAGETYPE_IMG, MODE_RW},
161162
{".xdf", IMAGETYPE_IMG, MODE_RW},
162163
};

0 commit comments

Comments
 (0)