From 332c4ebefd3890189d301a823e6706ee6d1343b5 Mon Sep 17 00:00:00 2001 From: Patrick Mackinlay Date: Mon, 13 Feb 2023 15:35:31 +0700 Subject: ncr53c90: trigger function complete interrupt on disable selection command --- src/devices/machine/ncr53c90.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/machine/ncr53c90.cpp b/src/devices/machine/ncr53c90.cpp index cc9ed8fe1da..64c74968ed9 100644 --- a/src/devices/machine/ncr53c90.cpp +++ b/src/devices/machine/ncr53c90.cpp @@ -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; -- cgit v1.2.3