mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-11 05:29:43 +00:00
sc53c94: release ATN line after MESSAGE_OUT.
This commit is contained in:
parent
b2ef809de1
commit
2f02ea4276
@ -451,6 +451,7 @@ void Sc53C94::sequencer()
|
|||||||
if (this->data_fifo_pos > 0) {
|
if (this->data_fifo_pos > 0) {
|
||||||
std::memmove(this->data_fifo, &this->data_fifo[this->bytes_out], this->data_fifo_pos);
|
std::memmove(this->data_fifo, &this->data_fifo[this->bytes_out], this->data_fifo_pos);
|
||||||
}
|
}
|
||||||
|
this->bus_obj->release_ctrl_line(this->my_bus_id, SCSI_CTRL_ATN);
|
||||||
break;
|
break;
|
||||||
case SeqState::SEND_CMD:
|
case SeqState::SEND_CMD:
|
||||||
this->bus_obj->negotiate_xfer(this->data_fifo_pos, this->bytes_out);
|
this->bus_obj->negotiate_xfer(this->data_fifo_pos, this->bytes_out);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user