C# Class CSPspEmuLLETest.Dma

Show file Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
CpuThreadState CSPspEmu.Core.Cpu.CpuThreadState
LLEState LLEState

Public Methods

Method Description
Dma ( CpuThreadState CpuThreadState ) : System
LogDMA ( Dma Direction, int Size, uint Address, uint &Value ) : void
ReadDMA ( int Size, uint Address ) : uint

TransferDMA ( Dma Direction, int Size, DmaEnum Address, uint &Value ) : void
WriteDMA ( int Size, uint Address, uint Value ) : void

Private Methods

Method Description
GetRegisterName ( uint Address ) : string

Method Details

Dma() public method

public Dma ( CpuThreadState CpuThreadState ) : System
CpuThreadState CSPspEmu.Core.Cpu.CpuThreadState
return System

LogDMA() public method

public LogDMA ( Dma Direction, int Size, uint Address, uint &Value ) : void
Direction Dma
Size int
Address uint
Value uint
return void

ReadDMA() public method

public ReadDMA ( int Size, uint Address ) : uint
Size int
Address uint
return uint

TransferDMA() public method

public TransferDMA ( Dma Direction, int Size, DmaEnum Address, uint &Value ) : void
Direction Dma
Size int
Address DmaEnum
Value uint
return void

WriteDMA() public method

public WriteDMA ( int Size, uint Address, uint Value ) : void
Size int
Address uint
Value uint
return void

Property Details

CpuThreadState public property

public CpuThreadState,CSPspEmu.Core.Cpu CpuThreadState
return CSPspEmu.Core.Cpu.CpuThreadState

LLEState public property

public LLEState,CSPspEmuLLETest LLEState
return LLEState