mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
ncr5390: Select w/ ATN and Stop command should indicate bus service. Makes the SunOS installer happy, nw
This commit is contained in:
parent
7fd7bac652
commit
1f936daa1c
@ -375,7 +375,7 @@ void ncr5390_device::step(bool timeout)
|
|||||||
case DISC_SEL_ATN_SEND_BYTE:
|
case DISC_SEL_ATN_SEND_BYTE:
|
||||||
if(c == CD_SELECT_ATN_STOP) {
|
if(c == CD_SELECT_ATN_STOP) {
|
||||||
seq = 1;
|
seq = 1;
|
||||||
function_complete();
|
function_bus_complete();
|
||||||
} else {
|
} else {
|
||||||
command_length = derive_msg_size(fifo[0]);
|
command_length = derive_msg_size(fifo[0]);
|
||||||
state = DISC_SEL_WAIT_REQ;
|
state = DISC_SEL_WAIT_REQ;
|
||||||
|
Loading…
Reference in New Issue
Block a user