Exemplo n.º 1
0
 public void Reset()
 {
     _inputCycle.Reset();
     _destinationWriter = null;
     _repeatCycles.Reset();
     _remainingM1Cycles = 1;
 }
Exemplo n.º 2
0
Arquivo: IN.cs Projeto: dolbz/Z80Sharp
 public void Reset()
 {
     _source.Reset();
     _inputCycle.Reset();
 }