Skip to content

Commit 03385dd

Browse files
committed
Fixed a typo in the readme
OAM Attribute bits 2 through 4 are missing, not through 5.
1 parent e04536a commit 03385dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ or
592592
### Address $2004 Behavior
593593
1: Writes to $2004 should update OAM and increment the OAM address by 1.
594594
2: Reads from $2004 should give you a value in OAM, but do not increment the OAM address.
595-
3: Reads from the attribute bytes should be missing bits 2 through 5.
595+
3: Reads from the attribute bytes should be missing bits 2 through 4.
596596
4: Reads from $2004 during PPU cycles 1 to 64 of a visible scanline (with rendering enabled) should always read $FF.
597597
5: Reads from $2004 during PPU cycles 1 to 64 of a visible scanline (with rendering disabled) should do a regular read of $2004.
598598
6: Writing to $2004 on a visible scanline should increment the OAM address by 4.

0 commit comments

Comments
 (0)