diff --git a/BizHawk.Emulation.Cores/CPUs/CP1610/CP1610.Execute.cs b/BizHawk.Emulation.Cores/CPUs/CP1610/CP1610.Execute.cs index 0282137396..14354d1488 100644 --- a/BizHawk.Emulation.Cores/CPUs/CP1610/CP1610.Execute.cs +++ b/BizHawk.Emulation.Cores/CPUs/CP1610/CP1610.Execute.cs @@ -310,7 +310,6 @@ namespace BizHawk.Emulation.Cores.Components.CP1610 case 0x026: case 0x027: // ------------------------NEEDS TESTING--------------------------- - Console.WriteLine("here"); dest = (byte)(opcode & 0x7); dest_value = Register[dest]; var ones = (dest_value ^ 0xFFFF);