From 5c8368c11f710be6fc543879c2094548a5e889d0 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Mon, 25 Nov 2024 00:04:47 +0200 Subject: [PATCH] Updated GB_load_boot_rom_from_buffer (markdown) --- GB_load_boot_rom_from_buffer.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/GB_load_boot_rom_from_buffer.md b/GB_load_boot_rom_from_buffer.md index cfeaf2c..1ced508 100644 --- a/GB_load_boot_rom_from_buffer.md +++ b/GB_load_boot_rom_from_buffer.md @@ -6,8 +6,13 @@ In `gb.h` ## Description -TBD +Loads a boot ROM from a file into an emulator instance. If you're not using [[GB_set_boot_rom_load_callback]], this function (or [[GB_load_boot_rom]]) must be called with a boot ROM compatible with the currently selected [[model|GB_model_t]] before [[running|GB_run]] the instance. ## Thread Safety `GB_load_boot_rom_from_buffer` is thread-safe and can be called from any thread and context. + +## See Also + +* [[GB_set_boot_rom_load_callback]] +* [[GB_load_boot_rom]] \ No newline at end of file