mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-29 17:02:21 +00:00
Cleaning up all debuggers
This commit is contained in:
@@ -97,4 +97,9 @@ namespace ComSquare::Memory
|
||||
}
|
||||
// TODO should implement HiRom.
|
||||
}
|
||||
|
||||
bool MemoryBus::isDebugger()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
@@ -54,6 +54,9 @@ namespace ComSquare
|
||||
//! @param addr The address you want to look for.
|
||||
//! @return The components responsible for the address param or nullptr if none was found.
|
||||
std::shared_ptr<IMemory> getAccessor(uint24_t addr);
|
||||
|
||||
//! @brief Return true if the Bus is overloaded with debugging features.
|
||||
virtual bool isDebugger();
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user