mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-02 18:21:19 +00:00
Fixing the BRK/COP
This commit is contained in:
@@ -234,7 +234,7 @@ namespace ComSquare::Debugger
|
||||
|
||||
DisassemblyContext CPUDebug::_getDisassemblyContext()
|
||||
{
|
||||
return {this->_registers.p.m, this->_registers.p.x_b, false};
|
||||
return {this->_registers.p.m, this->_registers.p.x_b, this->_isEmulationMode};
|
||||
}
|
||||
|
||||
int CPUDebug::RESB()
|
||||
|
||||
Reference in New Issue
Block a user