Skip to content

GB_read_memory

Lior Halphon edited this page Nov 24, 2024 · 5 revisions

Definition

uint8_t GB_read_memory(GB_gameboy_t *gb, uint16_t addr);

In memory.h

Description

TBD

Thread Safety

GB_read_memory must not be called if the instance is being run in another thread, but may be called from the current one (via a callback).

Clone this wiki locally