yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::app::emu::video::ScreenMode Struct Reference

#include <ppu.h>

Public Attributes

uint8_t general_screen_mode: 3
 
uint8_t priority: 1
 
uint8_t BG1_tile_size: 1
 
uint8_t BG2_tile_size: 1
 
uint8_t BG3_tile_size: 1
 
uint8_t BG4_tile_size: 1
 

Detailed Description

Definition at line 118 of file ppu.h.

Member Data Documentation

◆ general_screen_mode

uint8_t yaze::app::emu::video::ScreenMode::general_screen_mode

Definition at line 119 of file ppu.h.

◆ priority

uint8_t yaze::app::emu::video::ScreenMode::priority

Definition at line 120 of file ppu.h.

◆ BG1_tile_size

uint8_t yaze::app::emu::video::ScreenMode::BG1_tile_size

Definition at line 121 of file ppu.h.

◆ BG2_tile_size

uint8_t yaze::app::emu::video::ScreenMode::BG2_tile_size

Definition at line 122 of file ppu.h.

◆ BG3_tile_size

uint8_t yaze::app::emu::video::ScreenMode::BG3_tile_size

Definition at line 123 of file ppu.h.

◆ BG4_tile_size

uint8_t yaze::app::emu::video::ScreenMode::BG4_tile_size

Definition at line 124 of file ppu.h.


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