mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
ncr53c90: trigger function complete interrupt on disable selection command
This commit is contained in:
parent
f63f167645
commit
332c4ebefd
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user