From 1eaa64caa493a993441299691c4482e8305a4a10 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sun, 24 Nov 2024 23:36:40 +0200 Subject: [PATCH] Updated GB_quick_reset (markdown) --- GB_quick_reset.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/GB_quick_reset.md b/GB_quick_reset.md index 5d6af88..2f2ce04 100644 --- a/GB_quick_reset.md +++ b/GB_quick_reset.md @@ -6,8 +6,13 @@ In `gb.h` ## Description -TBD +This function emulates a quick power cycle or a pulse on the RESET cartridge pin in an emulator instance. This has a similar effect to [[GB_reset]], but it will keep the contents of all RAM types (including internal RAM types), as well as MMIO registers that have their contents preserved even after a reset. ## Thread Safety `GB_quick_reset` must not be called if the instance is being run in any thread, including the current one (via a callback). + +## See Also + +* [[GB_reset]] +* [[GB_switch_model_and_reset]]