From 50217b414289a403c51936f6dda335cf29a544fb Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sat, 30 Nov 2024 20:50:31 +0200 Subject: [PATCH] Updated GB_safe_read_memory (markdown) --- GB_safe_read_memory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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