- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 212
GB_read_memory
Lior Halphon edited this page Nov 24, 2024
·
5 revisions
uint8_t GB_read_memory(GB_gameboy_t *gb, uint16_t addr);
In memory.h
TBD
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).