From 900e58f0ad307cacd3d7de43cde6cce716eec194 Mon Sep 17 00:00:00 2001 From: joevt Date: Sun, 28 Apr 2024 04:27:28 -0700 Subject: [PATCH] swim3: Set write protect by default. Until write support is added. --- devices/floppy/swim3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}, };