Finishing to clean tests and adding the start of the bus logger

This commit is contained in:
Anonymus Raccoon
2020-03-24 01:53:45 +01:00
parent 09cd825bed
commit 95f17c06a8
47 changed files with 2421 additions and 2176 deletions
@@ -307,4 +307,9 @@ namespace ComSquare::CPU
{
this->_registers.pac = value;
}
std::string CPU::getName()
{
return "CPU";
}
}