Skip to content
Merged
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
8 changes: 8 additions & 0 deletions content/Video_Display.md
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,14 @@ Whether the Window is displayed can be toggled using
(See [above](#ff4a-wy-window-y-position-r-w-ff4b-wx-window-x-position-7-r-w)
for the definition of "Window visibility".)

::: tip Window Internal Line Counter

The window keeps an internal line counter that's functionally similar to `LY`, and increments alongside it. However, it only gets incremented when the window is visible, as described [here](#ff4a-wy-window-y-position-r-w-ff4b-wx-window-x-position-7-r-w).

This line counter determines what window line is to be rendered on the current scanline.

:::

# VRAM Banks (CGB only)

The CGB has twice the VRAM of the DMG, but it is banked and either bank
Expand Down