Memory Region - PPU Main Name Table

From NerdConsole
Jump to navigationJump to search

Address Range:

$2000 - $3FFF

Size: 8,192 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 Main Name Table. This data is arranged into 2-byte groups that each how a 8x8 tile is displayed on the screen as part of one of the backgrounds.

Return to Memory Regions.