swim3: Set write protect by default.

Until write support is added.
This commit is contained in:
joevt 2024-04-28 04:27:28 -07:00 committed by dingusdev
parent 62e80c0c2f
commit 900e58f0ad

View File

@ -410,7 +410,7 @@ static const PropMap Swim3_Properties = {
{"fdd_img", {"fdd_img",
new StrProperty("")}, new StrProperty("")},
{"fdd_wr_prot", {"fdd_wr_prot",
new BinProperty(0)}, new BinProperty(1)},
{"fdd_fmt", {"fdd_fmt",
new StrProperty("", FloppyFormats)}, new StrProperty("", FloppyFormats)},
}; };