Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/SGB_Command_System.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ 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.
Comment on lines +29 to +30
Copy link
Member

@ISSOtm ISSOtm Oct 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
SGB freezes/unfreezes the Game Boy screen automatically whenever the LCD is
turned off/on.
The screen retains its last frame when the "LCD" is [turned off](<#LCDC.7 — LCD enable>), though it gets blanked out after a while.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think "stops updating" might confuse people, although it's technically correct.
I'm not sure what "gets blanked out after a while" means.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAIK, leaving the screen turned off for a significant period of time causes the SGB firmware to blank out the framebuffer.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


:::

## SGB Command $0C — ATRC_EN

Used to enable/disable Attraction mode, which is enabled by default.
Expand Down