#include <ppu.h>
Definition at line 243 of file ppu.h.
◆ Size
Enumerator |
---|
SIZE_32x32 | |
SIZE_64x32 | |
SIZE_32x64 | |
SIZE_64x64 | |
Definition at line 244 of file ppu.h.
◆ ColorDepth
Enumerator |
---|
BPP_2 | |
BPP_4 | |
BPP_8 | |
Definition at line 246 of file ppu.h.
◆ size
Size yaze::app::emu::video::BackgroundLayer::size |
◆ color_depth
ColorDepth yaze::app::emu::video::BackgroundLayer::color_depth |
◆ tilemap
std::vector<Tile> yaze::app::emu::video::BackgroundLayer::tilemap |
◆ tile_data
std::vector<uint8_t> yaze::app::emu::video::BackgroundLayer::tile_data |
◆ tilemap_base_address
uint16_t yaze::app::emu::video::BackgroundLayer::tilemap_base_address |
◆ tile_data_base_address
uint16_t yaze::app::emu::video::BackgroundLayer::tile_data_base_address |
◆ scroll_x
uint8_t yaze::app::emu::video::BackgroundLayer::scroll_x |
◆ scroll_y
uint8_t yaze::app::emu::video::BackgroundLayer::scroll_y |
◆ enabled
bool yaze::app::emu::video::BackgroundLayer::enabled |
The documentation for this struct was generated from the following file: