-
-
Notifications
You must be signed in to change notification settings - Fork 212
GB_serial_set_data_bit
Lior Halphon edited this page Nov 24, 2024
·
1 revision
void GB_serial_set_data_bit(GB_gameboy_t *gb, bool data);
In gb.h
TBD
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.