Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Dec 11, 2024
1 parent d768349 commit ab175cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/buses/bus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ int Bus::CommandHandShake(vector<uint8_t> &buf)
// Most other host adapters (e.g. LINK96/97 and the one by Inventronik) and also several devices (e.g.
// UltraSatan or GigaFile) that can directly be connected to the Atari's ACSI port also support ICD
// semantics. In fact, these semantics have become a standard in the Atari world.
// SCSi2Pi becomes ICD compatible by ignoring the prepended $1F byte before processing the CDB.
// SCSI2Pi becomes ICD compatible by ignoring the prepended $1F byte before processing the CDB.
if (buf[0] == 0x1f) {
SetREQ(true);

Expand Down

0 comments on commit ab175cd

Please sign in to comment.