#include <ppu.h>
Public Attributes | |
uint16_t | hScroll |
uint16_t | vScroll |
bool | tilemapWider |
bool | tilemapHigher |
uint16_t | tilemapAdr |
uint16_t | tileAdr |
bool | bigTiles |
bool | mosaicEnabled |
uint16_t yaze::emu::BgLayer::hScroll |
Definition at line 219 of file ppu.h.
Referenced by yaze::emu::Ppu::GetOffsetValue(), yaze::emu::Ppu::GetPixel(), yaze::emu::Ppu::HandleOPT(), and yaze::emu::Ppu::Reset().
uint16_t yaze::emu::BgLayer::vScroll |
Definition at line 220 of file ppu.h.
Referenced by yaze::emu::Ppu::GetOffsetValue(), yaze::emu::Ppu::GetPixel(), and yaze::emu::Ppu::Reset().
bool yaze::emu::BgLayer::tilemapWider |
Definition at line 221 of file ppu.h.
Referenced by yaze::emu::Ppu::GetOffsetValue(), yaze::emu::Ppu::GetPixelForBgLayer(), yaze::emu::Ppu::Reset(), and yaze::emu::Ppu::Write().
bool yaze::emu::BgLayer::tilemapHigher |
Definition at line 222 of file ppu.h.
Referenced by yaze::emu::Ppu::GetOffsetValue(), yaze::emu::Ppu::GetPixelForBgLayer(), yaze::emu::Ppu::Reset(), and yaze::emu::Ppu::Write().
uint16_t yaze::emu::BgLayer::tilemapAdr |
Definition at line 223 of file ppu.h.
Referenced by yaze::emu::Ppu::GetOffsetValue(), yaze::emu::Ppu::GetPixelForBgLayer(), yaze::emu::Ppu::Reset(), and yaze::emu::Ppu::Write().
uint16_t yaze::emu::BgLayer::tileAdr |
Definition at line 224 of file ppu.h.
Referenced by yaze::emu::Ppu::GetPixelForBgLayer(), yaze::emu::Ppu::Reset(), and yaze::emu::Ppu::Write().
bool yaze::emu::BgLayer::bigTiles |
Definition at line 225 of file ppu.h.
Referenced by yaze::emu::Ppu::GetOffsetValue(), yaze::emu::Ppu::GetPixelForBgLayer(), yaze::emu::Ppu::Reset(), and yaze::emu::Ppu::Write().
bool yaze::emu::BgLayer::mosaicEnabled |
Definition at line 226 of file ppu.h.
Referenced by yaze::emu::Ppu::GetPixel(), yaze::emu::Ppu::Reset(), and yaze::emu::Ppu::Write().