mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-02-07 16:31:00 +00:00
DiskII: read write protect - fix spinning test
This commit is contained in:
parent
5504d280c7
commit
5ddff0d688
@ -1058,7 +1058,7 @@ static void __stdcall DiskLoadWriteProtect(WORD, WORD, BYTE write, BYTE value, U
|
|||||||
// Don't change latch if drive off after 1 second drive-off delay (UTAIIe page 9-13)
|
// Don't change latch if drive off after 1 second drive-off delay (UTAIIe page 9-13)
|
||||||
// "DRIVES OFF forces the data register to hold its present state." (UTAIIe page 9-12)
|
// "DRIVES OFF forces the data register to hold its present state." (UTAIIe page 9-12)
|
||||||
// Note: Gemstone Warrior sets load mode with the drive off.
|
// Note: Gemstone Warrior sets load mode with the drive off.
|
||||||
if (g_aFloppyDrive[currdrive].spinning) // GH#599
|
if (!g_aFloppyDrive[currdrive].spinning) // GH#599
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (!write)
|
if (!write)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user