mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-21 07:31:34 +00:00
sc53c94: fix interrupt status for CMD_MSG_ACCEPTED.
This commit is contained in:
parent
3fe6e3c09e
commit
9fc5bbb951
@ -328,8 +328,7 @@ void Sc53C94::exec_command()
|
|||||||
this->bus_obj->target_next_step();
|
this->bus_obj->target_next_step();
|
||||||
}
|
}
|
||||||
this->bus_obj->release_ctrl_line(this->my_bus_id, SCSI_CTRL_ACK);
|
this->bus_obj->release_ctrl_line(this->my_bus_id, SCSI_CTRL_ACK);
|
||||||
this->int_status = INTSTAT_SR;
|
this->int_status = INTSTAT_DIS; // TODO: handle target disconnection properly
|
||||||
this->int_status |= INTSTAT_DIS; // TODO: handle target disconnection properly
|
|
||||||
this->update_irq();
|
this->update_irq();
|
||||||
exec_next_command();
|
exec_next_command();
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user