mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-13 03:30:31 +00:00
control: Update little-endian error message.
This commit is contained in:
parent
3e347746f9
commit
ca9657baf1
@ -277,7 +277,7 @@ uint32_t ControlVideo::read(uint32_t rgn_start, uint32_t offset, int size)
|
||||
} // if not VRAM_WIDE_MODE
|
||||
}
|
||||
|
||||
LOG_F(ERROR, "%s: read from unmapped aperture address 0x%X", this->name.c_str(),
|
||||
LOG_F(ERROR, "%s: read from little-endian aperture address 0x%X", this->name.c_str(),
|
||||
this->vram_base + offset);
|
||||
return 0;
|
||||
}
|
||||
@ -417,7 +417,7 @@ void ControlVideo::write(uint32_t rgn_start, uint32_t offset, uint32_t value, in
|
||||
} // switch
|
||||
} // if not VRAM_WIDE_MODE
|
||||
} else {
|
||||
LOG_F(ERROR, "%s: write to unmapped aperture address 0x%X", this->name.c_str(),
|
||||
LOG_F(ERROR, "%s: write to little-endian aperture address 0x%X", this->name.c_str(),
|
||||
this->vram_base + offset);
|
||||
}
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user