mirror of
https://github.com/holub/mame
synced 2025-06-13 16:15:32 +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:
|
case CD_DISABLE_SEL:
|
||||||
LOGMASKED(LOG_COMMAND, "Disable selection/reselection\n");
|
LOGMASKED(LOG_COMMAND, "Disable selection/reselection\n");
|
||||||
|
function_complete();
|
||||||
command_pop_and_chain();
|
command_pop_and_chain();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user