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
1 changed files with 1 additions and 1 deletions

View File

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