Memory Region - PPU Main Name Table: Difference between revisions

From NerdConsole
Jump to navigationJump to search
(Created page with "'''Address Range:''' <span class='mono'>$2000 - $3FFF</span> 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...")
 
No edit summary
 
Line 10: Line 10:


Return to [[Memory Regions]].
Return to [[Memory Regions]].
{{#css:User:NerdOfEpic/builtin-palette.css}}
{{#css:User:NerdOfEpic/basic.css}}

Latest revision as of 19:49, 30 January 2024

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.