yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::emu::BGSC Struct Reference

#include <ppu_registers.h>

Public Member Functions

 BGSC ()=default
 
 ~BGSC ()=default
 
 BGSC (uint8_t value)
 

Public Attributes

uint8_t horizontal_tilemap_count: 1
 
uint8_t vertical_tilemap_count: 1
 
uint8_t vram_address: 6
 

Detailed Description

Definition at line 146 of file ppu_registers.h.

Constructor & Destructor Documentation

◆ BGSC() [1/2]

yaze::emu::BGSC::BGSC ( )
default

◆ ~BGSC()

yaze::emu::BGSC::~BGSC ( )
default

◆ BGSC() [2/2]

yaze::emu::BGSC::BGSC ( uint8_t value)
inlineexplicit

Definition at line 149 of file ppu_registers.h.

References horizontal_tilemap_count, vertical_tilemap_count, and vram_address.

Member Data Documentation

◆ horizontal_tilemap_count

uint8_t yaze::emu::BGSC::horizontal_tilemap_count

Definition at line 153 of file ppu_registers.h.

Referenced by BGSC().

◆ vertical_tilemap_count

uint8_t yaze::emu::BGSC::vertical_tilemap_count

Definition at line 154 of file ppu_registers.h.

Referenced by BGSC().

◆ vram_address

uint8_t yaze::emu::BGSC::vram_address

Definition at line 155 of file ppu_registers.h.

Referenced by BGSC().


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