mirror of
https://github.com/mrkite/regs.git
synced 2025-02-20 01:29:04 +00:00
added missing symbols and fixed hex view
This commit is contained in:
parent
b48d9185f7
commit
533e41649f
@ -787,3 +787,6 @@ ShieldCursor() {
|
||||
UnshieldCursor() {
|
||||
-4, $e01e9c
|
||||
}
|
||||
SystemVolume() {
|
||||
-4, $e100ca
|
||||
}
|
||||
|
25130
src/iigs.h
25130
src/iigs.h
File diff suppressed because it is too large
Load Diff
@ -230,7 +230,7 @@ void Scanner::dumpHex(std::ostream &f, uint32_t from, uint32_t to) {
|
||||
f << " ";
|
||||
ascii += " ";
|
||||
}
|
||||
for (; j < 16 && !ptr->eof() && i + j - skip < len; j++) {
|
||||
for (; j < 16 && !ptr->eof() && from < to; j++) {
|
||||
if (j == 8) {
|
||||
f << " ";
|
||||
ascii += " ";
|
||||
|
Loading…
x
Reference in New Issue
Block a user