C# Class CSPspEmuLLETest.Dma

Afficher le fichier Open project: soywiz/cspspemu Class Usage Examples

Méthodes publiques

Свойство Type Description
CpuThreadState CSPspEmu.Core.Cpu.CpuThreadState
LLEState LLEState

Méthodes publiques

Méthode 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

Méthode Description
GetRegisterName ( uint Address ) : string

Method Details

Dma() public méthode

public Dma ( CpuThreadState CpuThreadState ) : System
CpuThreadState CSPspEmu.Core.Cpu.CpuThreadState
Résultat System

LogDMA() public méthode

public LogDMA ( Dma Direction, int Size, uint Address, uint &Value ) : void
Direction Dma
Size int
Address uint
Value uint
Résultat void

ReadDMA() public méthode

public ReadDMA ( int Size, uint Address ) : uint
Size int
Address uint
Résultat uint

TransferDMA() public méthode

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

WriteDMA() public méthode

public WriteDMA ( int Size, uint Address, uint Value ) : void
Size int
Address uint
Value uint
Résultat void

Property Details

CpuThreadState public_oe property

public CpuThreadState,CSPspEmu.Core.Cpu CpuThreadState
Résultat CSPspEmu.Core.Cpu.CpuThreadState

LLEState public_oe property

public LLEState,CSPspEmuLLETest LLEState
Résultat LLEState