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

#include <ppu.h>

Public Attributes

uint8_t oam_address_low: 8
 
uint8_t oam_address_msb: 1
 
uint8_t oam_priority_rotation: 1
 
uint8_t unused: 6
 

Detailed Description

Definition at line 85 of file ppu.h.

Member Data Documentation

◆ oam_address_low

uint8_t yaze::app::emu::video::OAMAddress::oam_address_low

Definition at line 86 of file ppu.h.

◆ oam_address_msb

uint8_t yaze::app::emu::video::OAMAddress::oam_address_msb

Definition at line 87 of file ppu.h.

◆ oam_priority_rotation

uint8_t yaze::app::emu::video::OAMAddress::oam_priority_rotation

Definition at line 88 of file ppu.h.

◆ unused

uint8_t yaze::app::emu::video::OAMAddress::unused

Definition at line 89 of file ppu.h.


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