From 6a7421e74bfca48aa664061e0b9a54de4ee04c36 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sun, 24 Nov 2024 22:30:11 +0200 Subject: [PATCH] Updated GB_model_t (markdown) --- GB_model_t.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]]