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

#include <ppu.h>

Public Attributes

uint8_t startDmaTransfer
 
uint8_t enableHDmaTransfer
 
uint8_t dmacontrol_register_ister [8]
 
uint8_t dmaDestinationAddress [8]
 
uint32_t dmaSourceAddress [8]
 
uint16_t bytesToTransfer [8]
 
uint16_t hdmaCountPointer [8]
 
uint8_t scanlinesLeft [8]
 

Detailed Description

Definition at line 192 of file ppu.h.

Member Data Documentation

◆ startDmaTransfer

uint8_t yaze::app::emu::video::DmaRegisters::startDmaTransfer

Definition at line 193 of file ppu.h.

◆ enableHDmaTransfer

uint8_t yaze::app::emu::video::DmaRegisters::enableHDmaTransfer

Definition at line 194 of file ppu.h.

◆ dmacontrol_register_ister

uint8_t yaze::app::emu::video::DmaRegisters::dmacontrol_register_ister[8]

Definition at line 195 of file ppu.h.

◆ dmaDestinationAddress

uint8_t yaze::app::emu::video::DmaRegisters::dmaDestinationAddress[8]

Definition at line 196 of file ppu.h.

◆ dmaSourceAddress

uint32_t yaze::app::emu::video::DmaRegisters::dmaSourceAddress[8]

Definition at line 197 of file ppu.h.

◆ bytesToTransfer

uint16_t yaze::app::emu::video::DmaRegisters::bytesToTransfer[8]

Definition at line 198 of file ppu.h.

◆ hdmaCountPointer

uint16_t yaze::app::emu::video::DmaRegisters::hdmaCountPointer[8]

Definition at line 199 of file ppu.h.

◆ scanlinesLeft

uint8_t yaze::app::emu::video::DmaRegisters::scanlinesLeft[8]

Definition at line 200 of file ppu.h.


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