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

#include <dma_channel.h>

Public Attributes

uint8_t bAdr
 
uint16_t aAdr
 
uint8_t aBank
 
uint16_t size
 
uint8_t indBank
 
uint16_t tableAdr
 
uint8_t repCount
 
uint8_t unusedByte
 
bool dmaActive
 
bool hdmaActive
 
uint8_t mode
 
bool fixed
 
bool decrement
 
bool indirect
 
bool fromB
 
bool unusedBit
 
bool doTransfer
 
bool terminated
 

Detailed Description

Definition at line 11 of file dma_channel.h.

Member Data Documentation

◆ bAdr

uint8_t yaze::app::emu::memory::DmaChannel::bAdr

Definition at line 12 of file dma_channel.h.

◆ aAdr

uint16_t yaze::app::emu::memory::DmaChannel::aAdr

Definition at line 13 of file dma_channel.h.

◆ aBank

uint8_t yaze::app::emu::memory::DmaChannel::aBank

Definition at line 14 of file dma_channel.h.

◆ size

uint16_t yaze::app::emu::memory::DmaChannel::size

Definition at line 15 of file dma_channel.h.

◆ indBank

uint8_t yaze::app::emu::memory::DmaChannel::indBank

Definition at line 16 of file dma_channel.h.

◆ tableAdr

uint16_t yaze::app::emu::memory::DmaChannel::tableAdr

Definition at line 17 of file dma_channel.h.

◆ repCount

uint8_t yaze::app::emu::memory::DmaChannel::repCount

Definition at line 18 of file dma_channel.h.

◆ unusedByte

uint8_t yaze::app::emu::memory::DmaChannel::unusedByte

Definition at line 19 of file dma_channel.h.

◆ dmaActive

bool yaze::app::emu::memory::DmaChannel::dmaActive

Definition at line 20 of file dma_channel.h.

◆ hdmaActive

bool yaze::app::emu::memory::DmaChannel::hdmaActive

Definition at line 21 of file dma_channel.h.

◆ mode

uint8_t yaze::app::emu::memory::DmaChannel::mode

Definition at line 22 of file dma_channel.h.

◆ fixed

bool yaze::app::emu::memory::DmaChannel::fixed

Definition at line 23 of file dma_channel.h.

◆ decrement

bool yaze::app::emu::memory::DmaChannel::decrement

Definition at line 24 of file dma_channel.h.

◆ indirect

bool yaze::app::emu::memory::DmaChannel::indirect

Definition at line 25 of file dma_channel.h.

◆ fromB

bool yaze::app::emu::memory::DmaChannel::fromB

Definition at line 26 of file dma_channel.h.

◆ unusedBit

bool yaze::app::emu::memory::DmaChannel::unusedBit

Definition at line 27 of file dma_channel.h.

◆ doTransfer

bool yaze::app::emu::memory::DmaChannel::doTransfer

Definition at line 28 of file dma_channel.h.

◆ terminated

bool yaze::app::emu::memory::DmaChannel::terminated

Definition at line 29 of file dma_channel.h.


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