mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
ncr5380n: assert drq after req with phase mismatch
This commit is contained in:
parent
b712139534
commit
fed17f4144
@ -187,6 +187,7 @@ void ncr5380n_device::scsi_ctrl_changed()
|
||||
m_state = IDLE;
|
||||
m_state_timer->enable(false);
|
||||
|
||||
set_drq(true);
|
||||
set_irq(true);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user