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
+5
View File
@@ -244,4 +244,9 @@ namespace ComSquare::PPU
}
this->_renderer.drawScreen();
}
std::string PPU::getName()
{
return "PPU";
}
}