mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-27 00:29:18 +00:00
swim3: Set write protect by default.
Until write support is added.
This commit is contained in:
parent
62e80c0c2f
commit
900e58f0ad
@ -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)},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user