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