BEEP-8 SDK 1.0.0
|
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 |
Structure representing a background tile for the PPU (Pixel Processing Unit).
unsigned _b8PpuBgTile::HFP |
Horizontal flip flag.
unsigned _b8PpuBgTile::PAL |
Palette selection for the tile.
unsigned _b8PpuBgTile::VFP |
Vertical flip flag.
unsigned _b8PpuBgTile::XTILE |
X-coordinate of the tile in the background map (in tiles).
unsigned _b8PpuBgTile::YTILE |
Y-coordinate of the tile in the background map (in tiles).