From 3edbf6bdc7c377af5fed677ea4eefb39968c19a2 Mon Sep 17 00:00:00 2001 From: Dmitry Shechtman Date: Thu, 2 Oct 2025 14:31:58 +0300 Subject: [PATCH 1/2] Add MASK_EN note Close #625 --- src/SGB_Command_System.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/SGB_Command_System.md b/src/SGB_Command_System.md index dea0257b..e3edd0e7 100644 --- a/src/SGB_Command_System.md +++ b/src/SGB_Command_System.md @@ -24,6 +24,11 @@ after having displayed the picture). The Cancel Mask function may be also invoked (optionally) by completion of PAL_SET and ATTR_SET commands. +:::tip + +SGB freezes/unfreezes the Game Boy screen automatically whenever the LCD is +turned off/on. + ## SGB Command $0C — ATRC_EN Used to enable/disable Attraction mode, which is enabled by default. From 7f4c1a97d9170a3fdece478d779727d977530433 Mon Sep 17 00:00:00 2001 From: Dmitry Shechtman Date: Thu, 2 Oct 2025 17:01:12 +0300 Subject: [PATCH 2/2] Fix missing container closure --- src/SGB_Command_System.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SGB_Command_System.md b/src/SGB_Command_System.md index e3edd0e7..34bbf737 100644 --- a/src/SGB_Command_System.md +++ b/src/SGB_Command_System.md @@ -29,6 +29,8 @@ commands. SGB freezes/unfreezes the Game Boy screen automatically whenever the LCD is turned off/on. +::: + ## SGB Command $0C — ATRC_EN Used to enable/disable Attraction mode, which is enabled by default.