summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Patrick Mackinlay <pmackinlay@hotmail.com>2023-02-13 15:35:31 +0700
committer Patrick Mackinlay <pmackinlay@hotmail.com>2023-02-13 15:35:31 +0700
commit332c4ebefd3890189d301a823e6706ee6d1343b5 (patch)
tree1514cc625dd5ea2dc08e340170ddf305962fa26d /src
parentf63f1676452d804d540c252f260f32e9916fa707 (diff)
ncr53c90: trigger function complete interrupt on disable selection command
Diffstat (limited to 'src')
-rw-r--r--src/devices/machine/ncr53c90.cpp1
1 files changed, 1 insertions, 0 deletions
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;