ncr53c90: trigger function complete interrupt on disable selection command

This commit is contained in:
Patrick Mackinlay 2023-02-13 15:35:31 +07:00
parent f63f167645
commit 332c4ebefd

View File

@ -961,6 +961,7 @@ void ncr53c90_device::start_command()
case CD_DISABLE_SEL:
LOGMASKED(LOG_COMMAND, "Disable selection/reselection\n");
function_complete();
command_pop_and_chain();
break;