diff --git a/GB_safe_read_memory.md b/GB_safe_read_memory.md index f99404a..3cd7f03 100644 --- a/GB_safe_read_memory.md +++ b/GB_safe_read_memory.md @@ -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