Updated GB_read_memory (markdown)

Lior Halphon 2024-11-30 20:43:32 +02:00
parent 34aac9644d
commit 29f9f801bb
1 changed files with 1 additions and 1 deletions

@ -6,7 +6,7 @@ In `memory.h`
## Description
Performs a memory read on a 16-bit address on the emulator instance, as if it was performed by the SM83 CPU, return the 8-bit read value.
Performs a memory read on a 16-bit address on the emulator instance, as if it was performed by the SM83 CPU, and returns the 8-bit read value.
## Thread Safety