mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-30 09:08:43 +00:00
Finishing to clean tests and adding the start of the bus logger
This commit is contained in:
@@ -307,4 +307,9 @@ namespace ComSquare::CPU
|
||||
{
|
||||
this->_registers.pac = value;
|
||||
}
|
||||
|
||||
std::string CPU::getName()
|
||||
{
|
||||
return "CPU";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user