Adding APU Debugger window

Separating APU ram from its component
This commit is contained in:
Melefo
2020-02-20 13:24:10 +01:00
parent 67295534be
commit d958bd5131
14 changed files with 670 additions and 43 deletions
+6
View File
@@ -17,6 +17,12 @@ namespace ComSquare::Utility
std::string to_hex(uint16_t i);
std::string to_hex(uint24_t i);
std::string to_binary(uint8_t i);
std::string to_binary(uint16_t i);
std::string to_binary(uint24_t i);
}
#endif //COMSQUARE_UTILITY_HPP