Initialize all drives T/S status to unknown

This commit is contained in:
michaelangel007 2023-04-30 14:55:00 -07:00
parent a3c02bb5ed
commit f66d870d74
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ Win32Frame::Win32Frame()
for (UINT slot = SLOT0; slot < NUM_SLOTS; slot++)
{
g_nTrack [slot][0] = -1;
g_nTrack [slot][1] = -1;
g_nSector[slot][0] = -1;
g_nSector[slot][1] = -1;
}