C# Class C64Lib.Core.FSDrive

Inheritance: Drive
Show file Open project: rosc77/vita64

Public Methods

Method Description
Close ( int channel ) : byte
FSDrive ( IEC iec, string filepath ) : System
Open ( int channel, byte aFilename ) : byte
Read ( int channel, byte &abyte ) : byte
Reset ( ) : void
Write ( int channel, byte abyte, bool eoi ) : byte

Private Methods

Method Description
change_dir ( string dirpath ) : bool
chdir_cmd ( string dirpath ) : void
close_all_channels ( ) : void
conv_from_64 ( byte c, bool map_slash ) : byte
conv_to_64 ( byte c, bool map_slash ) : byte
match ( string p, string n ) : bool

Method Details

Close() public method

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

FSDrive() public method

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

Open() public method

public Open ( int channel, byte aFilename ) : byte
channel int
aFilename 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

Write() public method

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