Skip to content

GB_serial_set_data_bit

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

Definition

void GB_serial_set_data_bit(GB_gameboy_t *gb, bool data);

In gb.h

Description

TBD

Thread Safety

GB_serial_set_data_bit is thread-safe and can be called from any thread and context. However, this function should generally be used from outside the GB_run loop to avoid serial timing bugs.

See Also

Clone this wiki locally