machine/nscsi_bus.cpp: Changed data release delay to 400ns to match the comment. (#13593)

It was previously using a value of 40ns.
This commit is contained in:
Adam Billyard 2025-04-15 20:31:35 +01:00 committed by GitHub
parent 596378bfe0
commit fb033d7a24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -902,7 +902,7 @@ attotime nscsi_full_device::scsi_cable_skew_delay()
// Data release delay (400ns)
attotime nscsi_full_device::scsi_data_release_delay()
{
return attotime::from_nsec(40);
return attotime::from_nsec(400);
}
// Deskew delay (45ns)