Solving mistakes about the m flag

This commit is contained in:
Anonymus Raccoon
2020-02-28 00:37:17 +01:00
parent 4394c7625e
commit 6c3c832539
11 changed files with 84 additions and 50 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ Test(AND, nativeNegative)
auto pair = Init();
pair.second.wram->_data[0] = 0xF0;
pair.second.wram->_data[1] = 0xF0;
pair.second.cpu->_registers.p.m = true;
pair.second.cpu->_registers.p.m = false;
pair.second.cpu->_registers.a = 0xFF00;
pair.second.cpu->_isEmulationMode = false;
pair.second.cpu->AND(0x0);