瀏覽代碼

Prevent START STOP UNIT from changing SCSI2SD `started` value.

This fixes an issue where Macs on reboot would stop the drive and never try to restart it. This also matches observed behavior on a Matshita drive, which would just spin down in response to this command and continue to indicate a good response to TEST UNIT READY as long as a disk was in the drive.
saybur 2 年之前
父節點
當前提交
9bbf277643
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      src/BlueSCSI_cdrom.cpp

+ 0 - 5
src/BlueSCSI_cdrom.cpp

@@ -1521,11 +1521,6 @@ extern "C" int scsiCDRomCommand()
                 cdromPerformEject(img);
             }
         }
-        else
-        {
-            // flow through to disk handler
-            commandHandled = 0;
-        }
     }
     else if (command == 0x25)
     {