More opcodes, some helpers

This commit is contained in:
2020-05-27 23:48:53 -06:00
parent 718ea88dea
commit bff3bc6546
4 changed files with 578 additions and 282 deletions

View File

@@ -51,7 +51,7 @@ namespace MCEmuCore.GBMonolith
Console.WriteLine("Testing Flags:");
cpuRegisters.PrintFlags();
cpuRegisters.Flags.Zero = true;
cpuRegisters.Flags.Subtract = true;
cpuRegisters.Flags.N_Subtract = true;
cpuRegisters.Flags.HalfCarry = true;
cpuRegisters.Flags.Carry = false;
cpuRegisters.PrintFlags();