mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
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:
parent
596378bfe0
commit
fb033d7a24
@ -902,7 +902,7 @@ attotime nscsi_full_device::scsi_cable_skew_delay()
|
|||||||
// Data release delay (400ns)
|
// Data release delay (400ns)
|
||||||
attotime nscsi_full_device::scsi_data_release_delay()
|
attotime nscsi_full_device::scsi_data_release_delay()
|
||||||
{
|
{
|
||||||
return attotime::from_nsec(40);
|
return attotime::from_nsec(400);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Deskew delay (45ns)
|
// Deskew delay (45ns)
|
||||||
|
Loading…
Reference in New Issue
Block a user