diff --git a/BizHawk.Emulation.Cores/CPUs/LR35902/LR35902.cs b/BizHawk.Emulation.Cores/CPUs/LR35902/LR35902.cs index 208615ced4..c49ae6b72c 100644 --- a/BizHawk.Emulation.Cores/CPUs/LR35902/LR35902.cs +++ b/BizHawk.Emulation.Cores/CPUs/LR35902/LR35902.cs @@ -151,6 +151,7 @@ namespace BizHawk.Emulation.Common.Components.LR35902 FetchInstruction(ReadMemory(RegPC++)); } instr_pntr = 0; + I_use = false; break; case RD: Read_Func(cur_instr[instr_pntr++], cur_instr[instr_pntr++], cur_instr[instr_pntr++]); @@ -302,7 +303,7 @@ namespace BizHawk.Emulation.Common.Components.LR35902 { INTERRUPT_(); Halt_bug_3 = false; - Console.WriteLine("Hit this"); + Console.WriteLine("Hit INT"); } } else @@ -335,6 +336,7 @@ namespace BizHawk.Emulation.Common.Components.LR35902 RegPC++; FetchInstruction(ReadMemory(RegPC)); Halt_bug_3 = false; + Console.WriteLine("Hit un"); } else {