mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
Cards: remove special call to InitializeIO() for Disk and Harddisk. (PR #1061)
This commit is contained in:
@@ -160,6 +160,7 @@ void CardManager::RemoveInternal(UINT slot)
|
||||
break;
|
||||
}
|
||||
|
||||
UnregisterIoHandler(slot);
|
||||
delete m_slot[slot];
|
||||
m_slot[slot] = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user