diff --git a/devices/floppy/swim3.cpp b/devices/floppy/swim3.cpp index b8ebe34..8d916ff 100644 --- a/devices/floppy/swim3.cpp +++ b/devices/floppy/swim3.cpp @@ -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)}, };