mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-03-11 05:41:49 +00:00
Small speedup
This commit is contained in:
@@ -168,11 +168,8 @@
|
||||
|
||||
private void Processor_RaisingSYNC(object? sender, EventArgs e)
|
||||
{
|
||||
// Everything needs this
|
||||
this.executingAddress = this.processor.Bus.Address.Word;
|
||||
this.executingInstruction = this.processor.Bus.Peek(this.executingAddress);
|
||||
|
||||
++this.instructionCounts[this.processor.Bus.Data];
|
||||
++this.instructionCounts[this.executingInstruction = this.processor.Bus.Data];
|
||||
}
|
||||
|
||||
private void Processor_ExecutedInstruction(object? sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user