diff --git a/ResourceFiles/ResourceFile.cc b/ResourceFiles/ResourceFile.cc index 7f177c0d8d..dbdb100085 100644 --- a/ResourceFiles/ResourceFile.cc +++ b/ResourceFiles/ResourceFile.cc @@ -155,6 +155,8 @@ bool ResourceFile::assign(std::string pathstring, ResourceFile::Format f) { if(path.extension() == ".bin") format = Format::macbin; + else if(path.extension() == ".as") + format = Format::applesingle; else if(path.extension() == ".dsk" || path.extension() == ".img") format = Format::diskimage; else if(path.filename().string().substr(0,2) == "._")