| 538 | //=========================================================================== |
| 539 | |
| 540 | void HarddiskInterfaceCard::Unplug(const int iDrive) |
| 541 | { |
| 542 | if (m_hardDiskDrive[iDrive].m_imageloaded) |
| 543 | { |
| 544 | CleanupDrive(iDrive); |
| 545 | Snapshot_UpdatePath(); |
| 546 | } |
| 547 | } |
| 548 | |
| 549 | //=========================================================================== |
| 550 |
no test coverage detected