Skip to content

Commit ede0325

Browse files
alloncmavivaceISSOtm
authored
Clarify the STAT register PPU mode when the PPU is disabled (#583)
* Clarify the STAT register PPU mode when the PPU is disabled * Update src/STAT.md Co-authored-by: Eldred Habert <[email protected]> --------- Co-authored-by: Antonio Vivace <[email protected]> Co-authored-by: Eldred Habert <[email protected]>
1 parent d71b5d3 commit ede0325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/STAT.md

+1-1
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>). Reports 0 instead when the [PPU is disabled](<#LCDC.7 — LCD enable>).
3333

3434
### Spurious STAT interrupts
3535

0 commit comments

Comments
 (0)