mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-22 15:29:58 +00:00
floppyimg: assume raw image by default.
This commit is contained in:
parent
9f4c248e4c
commit
9835b96e87
@ -224,8 +224,8 @@ FloppyImgConverter* open_floppy_image(std::string& img_path)
|
||||
LOG_F(INFO, "WOZ v%s image", (itype == FlopImgType::WOZ2) ? "2" : "1");
|
||||
break;
|
||||
default:
|
||||
LOG_F(ERROR, "Unknown/unsupported image format!");
|
||||
return nullptr;
|
||||
LOG_F(WARNING, "Unknown image format - assume RAW");
|
||||
fconv = new RawFloppyImg(img_path);
|
||||
}
|
||||
|
||||
if (fconv->calc_phys_params()) {
|
||||
|
Loading…
Reference in New Issue
Block a user