DiskII: When a write-protected disk is ejected (and motor is on) then write-protect switch state becomes 'write enabled'. (#1433)

This commit is contained in:
tomcw
2025-10-03 23:21:43 +01:00
parent b14a707c59
commit ae28de062a
+1
View File
@@ -414,6 +414,7 @@ void Disk2InterfaceCard::EjectDiskInternal(const int drive)
pFloppy->m_imagename.clear();
pFloppy->m_fullname.clear();
pFloppy->m_strFilenameInZip = "";
pFloppy->m_bWriteProtected = false; // GH#1433
}
void Disk2InterfaceCard::EjectDisk(const int drive)