Updated GB_safe_read_memory (markdown)

Lior Halphon 2024-11-30 20:50:31 +02:00
parent b68d8bbf92
commit 50217b4142
1 changed files with 1 additions and 1 deletions

@ -14,7 +14,7 @@ Performs a memory read on a 16-bit address on the emulator instance and returns
## 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