C# Class ProgCom.PCBootROM

Inheritance: PartModule, IPCHardware
Show file Open project: Binamrad/ProgCom

Public Methods

Method Description
connect ( ) : void
disconnect ( ) : void
getSegment ( int id ) : int>.Tuple
getSegmentCount ( ) : int
memRead ( UInt16 address ) : Int32
memWrite ( UInt16 address, Int32 data ) : void
recInterruptHandle ( InterruptHandle segment ) : void
tick ( int ticks ) : void

Method Details

connect() public method

public connect ( ) : void
return void

disconnect() public method

public disconnect ( ) : void
return void

getSegment() public method

public getSegment ( int id ) : int>.Tuple
id int
return int>.Tuple

getSegmentCount() public method

public getSegmentCount ( ) : int
return int

memRead() public method

public memRead ( UInt16 address ) : Int32
address System.UInt16
return System.Int32

memWrite() public method

public memWrite ( UInt16 address, Int32 data ) : void
address System.UInt16
data System.Int32
return void

recInterruptHandle() public method

public recInterruptHandle ( InterruptHandle segment ) : void
segment InterruptHandle
return void

tick() public method

public tick ( int ticks ) : void
ticks int
return void