ncr5390: Select w/ ATN and Stop command should indicate bus service. Makes the SunOS installer happy, nw

This commit is contained in:
mooglyguy 2018-09-11 21:48:02 +02:00
parent 7fd7bac652
commit 1f936daa1c

View File

@ -375,7 +375,7 @@ void ncr5390_device::step(bool timeout)
case DISC_SEL_ATN_SEND_BYTE:
if(c == CD_SELECT_ATN_STOP) {
seq = 1;
function_complete();
function_bus_complete();
} else {
command_length = derive_msg_size(fifo[0]);
state = DISC_SEL_WAIT_REQ;