mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-28 00:31:38 +00:00
Reenabling the CPU debugger
This commit is contained in:
@@ -144,6 +144,11 @@ namespace ComSquare::Debugger
|
||||
return this->_bus.peek(addr);
|
||||
}
|
||||
|
||||
uint8_t MemoryBusDebug::peek_v(uint24_t addr)
|
||||
{
|
||||
return this->_bus.peek_v(addr);
|
||||
}
|
||||
|
||||
void MemoryBusDebug::write(uint24_t addr, uint8_t data)
|
||||
{
|
||||
std::optional<uint8_t> value = this->peek(addr);
|
||||
|
||||
Reference in New Issue
Block a user