mirror of https://github.com/LIJI32/SameBoy.git
Updated GB_safe_read_memory (markdown)
parent
b68d8bbf92
commit
50217b4142
|
@ -14,7 +14,7 @@ Performs a memory read on a 16-bit address on the emulator instance and returns
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
To read data outside of a currently mapped bank, you can use [[GB_get_direct_access]].
|
To read data outside of a currently mapped bank, or to read from a memory region that might not be currently readable (e.g. VRAM during mode 3), you can use [[GB_get_direct_access]].
|
||||||
|
|
||||||
## See Also
|
## See Also
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue