C# Class Ypsilon.Emulation.Processor.YRTC

Show file Open project: ZaneDubya/YCPU Class Usage Examples

Public Properties

Property Type Description
IsEnabled bool

Public Methods

Method Description
DisableInterrupt ( ) : void
GetData ( ) : ushort[]
GetTickRate ( ) : ushort
IRQ ( long cycle ) : bool
SetTickRate ( ushort value, long cycle ) : ushort

Method Details

DisableInterrupt() public method

public DisableInterrupt ( ) : void
return void

GetData() public method

public GetData ( ) : ushort[]
return ushort[]

GetTickRate() public method

public GetTickRate ( ) : ushort
return ushort

IRQ() public method

public IRQ ( long cycle ) : bool
cycle long
return bool

SetTickRate() public method

public SetTickRate ( ushort value, long cycle ) : ushort
value ushort
cycle long
return ushort

Property Details

IsEnabled public property

public bool IsEnabled
return bool