mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-22 23:25:22 +00:00
Making the CPU debugger's bus read silent
This commit is contained in:
@@ -22,7 +22,7 @@ namespace ComSquare::Memory
|
||||
return *it;
|
||||
}
|
||||
|
||||
uint8_t MemoryBus::read(uint24_t addr)
|
||||
uint8_t MemoryBus::read(uint24_t addr, bool)
|
||||
{
|
||||
std::shared_ptr<AMemory> handler = this->getAccessor(addr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user