mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-05 10:30:28 +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->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();
|
||||
exec_next_command();
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user