소스 검색

Add a few more noops

Eric Helgeson 3 년 전
부모
커밋
b16dc558dc
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/BlueSCSI.cpp

+ 2 - 0
src/BlueSCSI.cpp

@@ -1737,6 +1737,8 @@ void loop()
   case SCSI_LOCK_UNLOCK_CACHE: // Commands we dont have anything to do but can safely respond GOOD.
   case SCSI_PREFETCH:          // In the future we could implement something to mimic these.
   case SCSI_PREVENT_ALLOW_REMOVAL:
+  case SCSI_SEEK6:
+  case SCSI_SEEK10:
     m_sts |= SCSI_STATUS_GOOD;
     break;
   default: