diff --git a/src/ints/bios_disk.cpp b/src/ints/bios_disk.cpp index f4ae47d4..baa8dcf2 100644 --- a/src/ints/bios_disk.cpp +++ b/src/ints/bios_disk.cpp @@ -124,8 +124,9 @@ bool getSwapRequest(void) { void swapInNextDisk(bool pressed) { if (!pressed) return; - /* Hack/feature: rescan all disks as well */ DriveManager::CycleAllDisks(); + /* Hack/feature: rescan all disks as well */ + LOG_MSG("Diskcaching reset for normal mounted drives."); for(Bitu i=0;iEmptyCache(); }