C# Class C64Lib.Core.Drive

Show file Open project: rosc77/vita64

Public Methods

Method Description
Close ( int channel ) : byte
Drive ( IEC iec ) : C64Lib.Utils
Open ( int channel, byte filename ) : byte
Read ( int channel, byte &abyte ) : byte
Reset ( ) : void
Write ( int channel, byte abyte, bool eoi ) : byte

Protected Methods

Method Description
set_error ( ErrorCode1541 error ) : void

Method Details

Close() public abstract method

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

Drive() public method

public Drive ( IEC iec ) : C64Lib.Utils
iec IEC
return C64Lib.Utils

Open() public abstract method

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

Read() public abstract method

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

Reset() public abstract method

public abstract Reset ( ) : void
return void

Write() public abstract method

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

set_error() protected method

protected set_error ( ErrorCode1541 error ) : void
error ErrorCode1541
return void