Property | Type | Description | |
---|---|---|---|
currentInterruptHandled | int |
Method | Description | |
---|---|---|
connect ( ) : void | ||
disconnect ( ) : void | ||
getIAddr ( ) : ushort | ||
getSegment ( int id ) : int>.Tuple |
||
getSegmentCount ( ) : int | ||
getStatus ( int statusID ) : bool | ||
memRead ( ushort position ) : int | ||
memWrite ( ushort position, int value ) : void | ||
recInterruptHandle ( |
||
setStatus ( int statusID, bool b ) : void | ||
tick ( int ticks ) : void |
public memWrite ( ushort position, int value ) : void | ||
position | ushort | |
value | int | |
return | void |
public recInterruptHandle ( |
||
seg | ||
return | void |
public setStatus ( int statusID, bool b ) : void | ||
statusID | int | |
b | bool | |
return | void |