diff --git a/GB_load_rom_from_buffer.md b/GB_load_rom_from_buffer.md index cdc4497..020ea18 100644 --- a/GB_load_rom_from_buffer.md +++ b/GB_load_rom_from_buffer.md @@ -6,8 +6,13 @@ In `gb.h` ## Description -TBD +Loads ROM data into an emulator instance. Warning messages may be output to the [[log|GB_set_log_callback]] upon loading. ## Thread Safety `GB_load_rom_from_buffer` must not be called if the instance is being run in another thread, but may be called from the current one (via a callback). + +## See Also + +* [[GB_load_rom]] +* [[GB_load_gbs_from_buffer]] \ No newline at end of file