C# Class Emul8.Peripherals.CPU.TranslationCPU.Synchronizer

Mostra file Open project: emul8/emul8

Public Methods

Method Description
Pass ( ) : void
PassAndWait ( int steps = 1 ) : void
SignalAndWait ( ) : void
Synchronizer ( ) : System
Wait ( ) : void

Method Details

Pass() public method

public Pass ( ) : void
return void

PassAndWait() public method

public PassAndWait ( int steps = 1 ) : void
steps int
return void

SignalAndWait() public method

public SignalAndWait ( ) : void
return void

Synchronizer() public method

public Synchronizer ( ) : System
return System

Wait() public method

public Wait ( ) : void
return void