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

#include <memory.h>

Public Attributes

uint8_t b_addr
 
uint16_t a_addr
 
uint8_t a_bank
 
uint16_t size
 
uint8_t ind_bank
 
uint16_t table_addr
 
uint8_t rep_count
 
uint8_t unusedByte
 
bool dma_active
 
bool hdma_active
 
uint8_t mode
 
bool fixed
 
bool decrement
 
bool indirect
 
bool from_b
 
bool unusedBit
 
bool do_transfer
 
bool terminated
 

Detailed Description

Definition at line 29 of file memory.h.

Member Data Documentation

◆ b_addr

uint8_t yaze::emu::DmaChannel::b_addr

Definition at line 30 of file memory.h.

◆ a_addr

uint16_t yaze::emu::DmaChannel::a_addr

Definition at line 31 of file memory.h.

◆ a_bank

uint8_t yaze::emu::DmaChannel::a_bank

Definition at line 32 of file memory.h.

◆ size

uint16_t yaze::emu::DmaChannel::size

Definition at line 33 of file memory.h.

◆ ind_bank

uint8_t yaze::emu::DmaChannel::ind_bank

Definition at line 34 of file memory.h.

◆ table_addr

uint16_t yaze::emu::DmaChannel::table_addr

Definition at line 35 of file memory.h.

◆ rep_count

uint8_t yaze::emu::DmaChannel::rep_count

Definition at line 36 of file memory.h.

◆ unusedByte

uint8_t yaze::emu::DmaChannel::unusedByte

Definition at line 37 of file memory.h.

◆ dma_active

bool yaze::emu::DmaChannel::dma_active

Definition at line 38 of file memory.h.

◆ hdma_active

bool yaze::emu::DmaChannel::hdma_active

Definition at line 39 of file memory.h.

◆ mode

uint8_t yaze::emu::DmaChannel::mode

Definition at line 40 of file memory.h.

◆ fixed

bool yaze::emu::DmaChannel::fixed

Definition at line 41 of file memory.h.

◆ decrement

bool yaze::emu::DmaChannel::decrement

Definition at line 42 of file memory.h.

◆ indirect

bool yaze::emu::DmaChannel::indirect

Definition at line 43 of file memory.h.

◆ from_b

bool yaze::emu::DmaChannel::from_b

Definition at line 44 of file memory.h.

◆ unusedBit

bool yaze::emu::DmaChannel::unusedBit

Definition at line 45 of file memory.h.

◆ do_transfer

bool yaze::emu::DmaChannel::do_transfer

Definition at line 46 of file memory.h.

◆ terminated

bool yaze::emu::DmaChannel::terminated

Definition at line 47 of file memory.h.


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