Skip to content

GB_debugger_name_for_address

Lior Halphon edited this page Nov 24, 2024 · 1 revision

Definition

const char *GB_debugger_name_for_address(GB_gameboy_t *gb, uint16_t addr);

In debugger.h

Description

TBD

Thread Safety

GB_debugger_name_for_address is thread-safe and can be called from any thread and context.

Clone this wiki locally