C# 클래스 C64Lib.Core.T64Drive

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

공개 메소드들

메소드 설명
Close ( int channel ) : byte
Open ( int channel, byte filename ) : byte
Read ( int channel, byte &abyte ) : byte
Reset ( ) : void
T64Drive ( IEC iec, string filepath ) : System
Write ( int channel, byte abyte, bool eoi ) : byte

메소드 상세

Close() 공개 메소드

public Close ( int channel ) : byte
channel int
리턴 byte

Open() 공개 메소드

public Open ( int channel, byte filename ) : byte
channel int
filename byte
리턴 byte

Read() 공개 메소드

public Read ( int channel, byte &abyte ) : byte
channel int
abyte byte
리턴 byte

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

T64Drive() 공개 메소드

public T64Drive ( IEC iec, string filepath ) : System
iec IEC
filepath string
리턴 System

Write() 공개 메소드

public Write ( int channel, byte abyte, bool eoi ) : byte
channel int
abyte byte
eoi bool
리턴 byte