MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / Unplug

Method Unplug

source/Harddisk.cpp:540–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538//===========================================================================
539
540void 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

Callers 3

DoHardDiskInsertFunction · 0.80
DiskCardCleanupMethod · 0.80
HandleHDDComboMethod · 0.80

Calls 1

Snapshot_UpdatePathFunction · 0.85

Tested by

no test coverage detected