Updated Home (markdown)

Lior Halphon 2024-11-30 22:04:05 +02:00
parent 5f1a47c078
commit 7ebd6b9ae4
1 changed files with 15 additions and 0 deletions

15
Home.md

@ -134,6 +134,21 @@ These APIs are used to save and load battery and save states.
* [[GB_get_state_model_from_buffer]]
* [[GB_is_save_state]]
### Debugger
* [[GB_debugger_break]]
* [[GB_debugger_evaluate]]
* [[GB_debugger_execute_command]]
* [[GB_debugger_is_stopped]]
* [[GB_debugger_set_disabled]]
* [[GB_debugger_clear_symbols]]
* [[GB_debugger_set_reload_callback]]
* [[GB_debugger_complete_substring]]
* [[GB_debugger_describe_address]]
* [[GB_debugger_load_symbol_file]]
* [[GB_debugger_name_for_address]]
* [[GB_cpu_disassemble]]
### Camera
These APIs are used to provide image input while emulating a Game Boy Camera.