mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-19 07:37:12 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user