Update CP1610.Execute.cs

This commit is contained in:
alyosha-tas 2016-12-24 15:01:00 -05:00 committed by GitHub
parent 68c3d2abb1
commit f5491bf86f
1 changed files with 0 additions and 1 deletions

View File

@ -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);