From 14bfe02b81cf22887750a94bc703502cc82473b9 Mon Sep 17 00:00:00 2001 From: Walter van Niftrik Date: Fri, 11 Aug 2017 15:58:41 +0200 Subject: ADL: Add support for 40/8/512 PC raw disk images --- engines/adl/detection.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/adl/detection.cpp') diff --git a/engines/adl/detection.cpp b/engines/adl/detection.cpp index 4eaebc713e..41476303e5 100644 --- a/engines/adl/detection.cpp +++ b/engines/adl/detection.cpp @@ -312,7 +312,8 @@ const DiskImageExt diskImageExts[] = { { Common::kPlatformApple2, ".nib" }, { Common::kPlatformApple2, ".dsk" }, { Common::kPlatformApple2, ".d13" }, - { Common::kPlatformAtari8Bit, ".xfd" } + { Common::kPlatformAtari8Bit, ".xfd" }, + { Common::kPlatformDOS, ".img" } }; class AdlMetaEngine : public AdvancedMetaEngine { -- cgit v1.2.3