Reset IRQLine on CLI.

This commit is contained in:
Brandon Wright 2018-05-29 12:54:49 -05:00
parent 171a20cb6d
commit 756ef37d7f
1 changed files with 4 additions and 1 deletions

View File

@ -1637,7 +1637,10 @@ static void Op58 (void)
{
ClearIRQ();
AddCycles(ONE_CYCLE);
CHECK_FOR_IRQ();
#ifndef SA1_OPCODES
CPU.IRQLine = FALSE;
#endif
}
// SEI