yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::emu::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 79 of file ppu.h.

Member Data Documentation

◆ oam_address_low

uint8_t yaze::emu::OAMAddress::oam_address_low

Definition at line 80 of file ppu.h.

◆ oam_address_msb

uint8_t yaze::emu::OAMAddress::oam_address_msb

Definition at line 81 of file ppu.h.

◆ oam_priority_rotation

uint8_t yaze::emu::OAMAddress::oam_priority_rotation

Definition at line 82 of file ppu.h.

◆ unused

uint8_t yaze::emu::OAMAddress::unused

Definition at line 83 of file ppu.h.


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