ncr5380n: assert drq after req with phase mismatch

This commit is contained in:
Patrick Mackinlay 2021-01-22 15:26:46 +07:00
parent b712139534
commit fed17f4144

View File

@ -187,6 +187,7 @@ void ncr5380n_device::scsi_ctrl_changed()
m_state = IDLE;
m_state_timer->enable(false);
set_drq(true);
set_irq(true);
}
}