Skip to content

Commit

Permalink
Reset IRQLine on CLI.
Browse files Browse the repository at this point in the history
  • Loading branch information
bearoso committed May 29, 2018
1 parent 171a20c commit 756ef37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cpuops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1637,7 +1637,10 @@ static void Op58 (void)
{
ClearIRQ();
AddCycles(ONE_CYCLE);
CHECK_FOR_IRQ();

#ifndef SA1_OPCODES
CPU.IRQLine = FALSE;
#endif
}

// SEI
Expand Down

0 comments on commit 756ef37

Please sign in to comment.