C# Class GbcEmulator.Timer

显示文件 Open project: CRogers/GbcEmulator Class Usage Examples

Public Methods

Method Description
SetTac ( byte value ) : void
Timer ( ) : System.Timers

Private Methods

Method Description
StepDiv ( object sender, System.Timers.ElapsedEventArgs eea ) : void
StepTima ( object sender, System.Timers.ElapsedEventArgs eea ) : void

Method Details

SetTac() public method

public SetTac ( byte value ) : void
value byte
return void

Timer() public method

public Timer ( ) : System.Timers
return System.Timers