Memory Region - PPU Sprite Table
From NerdConsole
Jump to navigationJump to search
Address Range:
$1400 - $17FF
Size: 1,024 bytes
First, use the Main RAM Select register in the Control Page to redirect Main RAM to be redirected to the PPU.
Then, writing data to this address range is interpreted as data in the Sprite Table. This data is arranged into 4-byte groups that each define where an 8x8 tile is displayed on the screen.
Return to Memory Regions.