BEEP-8 SDK 1.0.0
Loading...
Searching...
No Matches
_b8PpuBgTile Struct Reference

Structure representing a background tile for the PPU (Pixel Processing Unit). More...

#include <ppu.h>

Public Attributes

unsigned YTILE: 6
 
unsigned XTILE: 6
 
unsigned VFP: 1
 
unsigned HFP: 1
 
unsigned PAL: 2
 

Detailed Description

Structure representing a background tile for the PPU (Pixel Processing Unit).

Member Data Documentation

◆ HFP

unsigned _b8PpuBgTile::HFP

Horizontal flip flag.

◆ PAL

unsigned _b8PpuBgTile::PAL

Palette selection for the tile.

◆ VFP

unsigned _b8PpuBgTile::VFP

Vertical flip flag.

◆ XTILE

unsigned _b8PpuBgTile::XTILE

X-coordinate of the tile in the background map (in tiles).

◆ YTILE

unsigned _b8PpuBgTile::YTILE

Y-coordinate of the tile in the background map (in tiles).


The documentation for this struct was generated from the following file: