Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Oct 27, 2024
1 parent a0b8720 commit a718991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/devices/scsi_hd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ void ScsiHd::AddFormatPage(map<int, vector<byte>> &pages, bool changeable) const
vector<byte> buf(24);

if (changeable) {
// The sector size is simulated to be changeable in multiples of 4 with a maximum of 4096 bytes per sector.
// The sector size is simulated to be changeable in multiples of 4.
// See the MODE SELECT implementation for details.
SetInt16(buf, 12, 0x1ffc);

Expand Down

0 comments on commit a718991

Please sign in to comment.