C# Class C64Lib.Core.T64Drive

Inheritance: Drive
Show file Open project: rosc77/vita64

Public Methods

Method 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 method

public Close ( int channel ) : byte
channel int
return byte

Open() public method

public Open ( int channel, byte filename ) : byte
channel int
filename byte
return byte

Read() public method

public Read ( int channel, byte &abyte ) : byte
channel int
abyte byte
return byte

Reset() public method

public Reset ( ) : void
return void

T64Drive() public method

public T64Drive ( IEC iec, string filepath ) : System
iec IEC
filepath string
return System

Write() public method

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