C# Class x86CS.ATADevice.HardDisk

Inheritance: ATADrive
Show file Open project: cryogen/VM86CS Class Usage Examples

Public Methods

Method Description
FinishCommand ( ) : void
FinishRead ( ) : void
HardDisk ( ) : System
LoadImage ( string filename ) : void
Reset ( ) : void
RunCommand ( byte command ) : void

Private Methods

Method Description
Read ( ) : void
ReadSector ( long sector ) : byte[]
Write ( ) : void
WriteSector ( long sector, byte data ) : void

Method Details

FinishCommand() public method

public FinishCommand ( ) : void
return void

FinishRead() public method

public FinishRead ( ) : void
return void

HardDisk() public method

public HardDisk ( ) : System
return System

LoadImage() public method

public LoadImage ( string filename ) : void
filename string
return void

Reset() public method

public Reset ( ) : void
return void

RunCommand() public method

public RunCommand ( byte command ) : void
command byte
return void