diff --git a/GB_model_t.md b/GB_model_t.md index 422fe09..b9433c9 100644 --- a/GB_model_t.md +++ b/GB_model_t.md @@ -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_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_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 * [[Instance Allocation (GB_init)|Instance Allocation]]