GBHawk: CPU Update for new test

This commit is contained in:
alyosha-tas 2017-12-06 08:12:41 -05:00
parent 6ffa22aa7a
commit b65c10afc7
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ namespace BizHawk.Emulation.Common.Components.LR35902
SET_Func(cur_instr[instr_pntr++], cur_instr[instr_pntr++]);
break;
case EI:
EI_pending = 2;
if (EI_pending == 0) { EI_pending = 2; }
break;
case DI:
interrupts_enabled = false;