mirror of https://github.com/LIJI32/SameBoy.git
Updated GB_quick_reset (markdown)
parent
77f4042ad0
commit
1eaa64caa4
|
@ -6,8 +6,13 @@ In `gb.h`
|
||||||
|
|
||||||
## Description
|
## 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
|
## 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).
|
`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]]
|
||||||
|
|
Loading…
Reference in New Issue