C# Class C64Lib.Core.T64Drive

Inheritance: Drive
Afficher le fichier Open project: rosc77/vita64

Méthodes publiques

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

Method Details

Close() public méthode

public Close ( int channel ) : byte
channel int
Résultat byte

Open() public méthode

public Open ( int channel, byte filename ) : byte
channel int
filename byte
Résultat byte

Read() public méthode

public Read ( int channel, byte &abyte ) : byte
channel int
abyte byte
Résultat byte

Reset() public méthode

public Reset ( ) : void
Résultat void

T64Drive() public méthode

public T64Drive ( IEC iec, string filepath ) : System
iec IEC
filepath string
Résultat System

Write() public méthode

public Write ( int channel, byte abyte, bool eoi ) : byte
channel int
abyte byte
eoi bool
Résultat byte