mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-18 19:23:56 +00:00
Properly read and write registers
This commit is contained in:
@@ -109,7 +109,7 @@ namespace utils::string
|
||||
return to_hex_string(&i, sizeof(Integer), uppercase);
|
||||
}
|
||||
|
||||
inline std::string to_hex_string(const std::span<std::byte> data, const bool uppercase = false)
|
||||
inline std::string to_hex_string(const std::span<const std::byte> data, const bool uppercase = false)
|
||||
{
|
||||
return to_hex_string(data.data(), data.size(), uppercase);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user