mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-02 10:15:45 +00:00
Solving mistakes about the m flag
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user