From f5491bf86f210d994f45e3e147fc1fdc47ec8b37 Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Sat, 24 Dec 2016 15:01:00 -0500 Subject: [PATCH] Update CP1610.Execute.cs --- BizHawk.Emulation.Cores/CPUs/CP1610/CP1610.Execute.cs | 1 - 1 file changed, 1 deletion(-) 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);