Update main.md

This commit is contained in:
ogamespec 2023-08-13 18:29:34 +03:00
parent 2588dbea29
commit 23e85c4b3c

View file

@ -10,6 +10,9 @@ All other emulation threads are based on the Gekko emulated timer (Time Base Reg
Thus, if the Gekko thread is in a suspended state, all other hardware modules are also "sleeping".
> [!NOTE]
> In a real system, the clock frequency is generated by a special chip that supplies 162 MHz simultaneously to the input of both Gekko and Flipper. Gekko has a PLL that multiplies the frequency by 3 (up to 486 MHz). In the emulator we simplify this interaction and consider that Gekko is a CLK master.
## Loader
The part of the main module used to "load files" for emulation purposes.