C# 클래스 C64Lib.Memory.Base.RomBase

상속: MemoryBase
파일 보기 프로젝트 열기: rosc77/vita64

공개 메소드들

메소드 설명
RomBase ( byte data )
RomBase ( int size )
this ( int index ) : byte

메소드 상세

RomBase() 공개 메소드

public RomBase ( byte data )
data byte

RomBase() 공개 메소드

public RomBase ( int size )
size int

this() 공개 메소드

public this ( int index ) : byte
index int
리턴 byte