]> Shamusworld >> Repos - apple2/blobdiff - src/harddrive.cpp
First steps towards making config window/settings stick.
[apple2] / src / harddrive.cpp
index 0f06a500eafe85375a3d2ff055df1803c0881c47..66a750e9f8073ec5457524f1bf1bade6e089b4cb 100644 (file)
@@ -626,7 +626,7 @@ void InstallHardDrive(uint8_t slot)
        hdData = ReadFile(fnBuf, &size);
 
        if (hdData)
-               WriteLog("HD: Read Hard Drive image file, %u bytes ($%X)\n", size - 0x40, size - 0x40);
+               WriteLog("HD: Read Hard Drive image file '%s', %u bytes ($%X)\n", settings.hd[0], size - 0x40, size - 0x40);
        else
                WriteLog("HD: Could not read Hard Drive image file!\n");
 }