mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-27 08:11:55 +00:00
Cleaning up all debuggers
This commit is contained in:
@@ -18,6 +18,11 @@ namespace ComSquare::CPU
|
||||
this->RESB();
|
||||
}
|
||||
|
||||
bool CPU::isDebugger()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void CPU::setMemoryBus(std::shared_ptr<Memory::MemoryBus> bus)
|
||||
{
|
||||
this->_bus = std::move(bus);
|
||||
|
||||
Reference in New Issue
Block a user