Skip to content

Commit f74bc02

Browse files
committed
Clarify the STAT register PPU mode when the PPU is disabled
1 parent fa91719 commit f74bc02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/STAT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ is set, and (if enabled) a STAT interrupt is requested.
2929
- **Mode 1 int select** (*Read/Write*): If set, selects the Mode 1 condition for [the STAT interrupt](<#INT $48 — STAT interrupt>).
3030
- **Mode 0 int select** (*Read/Write*): If set, selects the Mode 0 condition for [the STAT interrupt](<#INT $48 — STAT interrupt>).
3131
- **LYC == LY** (*Read-only*): Set when [LY](<#FF44 — LY: LCD Y coordinate \[read-only\]>) contains the same value as [LYC](<#FF45 — LYC: LY compare>); it is constantly updated.
32-
- **PPU mode** (*Read-only*): Indicates [the PPU's current status](<#PPU modes>).
32+
- **PPU mode** (*Read-only*): Indicates [the PPU's current status](<#PPU modes>), when the [PPU is disabled](<#LCDC.7 — LCD enable>) read as 0 (HBlank).
3333

3434
### Spurious STAT interrupts
3535

0 commit comments

Comments
 (0)