mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-04 10:44:37 +00:00
Adding APU Debugger window
Separating APU ram from its component
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user