C# 클래스 Ypsilon.Emulation.Processor.MemoryChunk

상속: IMemoryInterface
파일 보기 프로젝트 열기: ZaneDubya/YCPU 1 사용 예제들

공개 메소드들

메소드 설명
MemoryChunk ( uint size )
this ( uint address ) : byte

메소드 상세

MemoryChunk() 공개 메소드

public MemoryChunk ( uint size )
size uint

this() 공개 메소드

public this ( uint address ) : byte
address uint
리턴 byte