C# 클래스 CSPspEmuLLETest.Dma

파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CpuThreadState CSPspEmu.Core.Cpu.CpuThreadState
LLEState LLEState

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetRegisterName ( uint Address ) : string

메소드 상세

Dma() 공개 메소드

public Dma ( CpuThreadState CpuThreadState ) : System
CpuThreadState CSPspEmu.Core.Cpu.CpuThreadState
리턴 System

LogDMA() 공개 메소드

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

ReadDMA() 공개 메소드

public ReadDMA ( int Size, uint Address ) : uint
Size int
Address uint
리턴 uint

TransferDMA() 공개 메소드

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

WriteDMA() 공개 메소드

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

프로퍼티 상세

CpuThreadState 공개적으로 프로퍼티

public CpuThreadState,CSPspEmu.Core.Cpu CpuThreadState
리턴 CSPspEmu.Core.Cpu.CpuThreadState

LLEState 공개적으로 프로퍼티

public LLEState,CSPspEmuLLETest LLEState
리턴 LLEState