Browse Source

Fixed incorrect bit representation for drive trays and ejection.

saybur 2 years ago
parent
commit
713616a46c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/BlueSCSI_mode.cpp

+ 1 - 1
src/BlueSCSI_mode.cpp

@@ -79,7 +79,7 @@ static const uint8_t CDROMCapabilitiesPage[] =
 0x00, // byte 4: no features supported
 #endif
 0x03, // byte 5: CD-DA ok with accurate streaming, no other features
-0x40, // byte 6: tray loader, ejection ok, but prevent/allow not supported
+0x28, // byte 6: tray loader, ejection ok, but prevent/allow not supported
 #ifdef ENABLE_AUDIO_OUTPUT
 0x03, // byte 7: separate channel mute and volumes
 #else