Updated GB_model_t (markdown)

Lior Halphon 2024-11-24 22:30:11 +02:00
parent 2853273b84
commit 6a7421e74b
1 changed files with 1 additions and 1 deletions

@ -68,7 +68,7 @@ Additionally, the following macros can extract properties from a `GB_model_t` va
* `GB_MODEL_CGB_FAMILY`: This model belongs to the Game Boy Color or Game Boy Advance lines of SOCs * `GB_MODEL_CGB_FAMILY`: This model belongs to the Game Boy Color or Game Boy Advance lines of SOCs
* `GB_MODEL_GBP_BIT`: This bit will be set if this model is a Game Boy Advance SOC in a Game Boy Player * `GB_MODEL_GBP_BIT`: This bit will be set if this model is a Game Boy Advance SOC in a Game Boy Player
* `GB_MODEL_PAL_BIT`: This bit will be set if this model is a Super Game Boy inside a PAL console * `GB_MODEL_PAL_BIT`: This bit will be set if this model is a Super Game Boy inside a PAL console
* ``GB_MODEL_NO_SFC_BIT`: This bit will be set if this model is a Super Game Boy that delegates emulation of the SFC or SNES side to outside of the core. * `GB_MODEL_NO_SFC_BIT`: This bit will be set if this model is a Super Game Boy that delegates emulation of the SFC or SNES side to outside of the core.
## See Also ## See Also
* [[Instance Allocation (GB_init)|Instance Allocation]] * [[Instance Allocation (GB_init)|Instance Allocation]]