Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 325 Bytes

Nes-VRAM-Buffer.md

File metadata and controls

10 lines (8 loc) · 325 Bytes

VRAM Buffer

To write a single byte to VRAM, a three-byte packet is required:
Byte 0: [VRAM adress hi byte]
Byte 1: [VRAM adress lo byte]
Byte 2: [data byte]

The VRAM address uses only 14 significant bits, so the two hi bytes unsed is for flags that's
indicate horizontal or vertical sequencies.