mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-04-26 17:17:49 +00:00
Remove "unfixed page" output
This commit is contained in:
@@ -72,7 +72,7 @@
|
|||||||
throw new InvalidOperationException("test cycles cannot be null");
|
throw new InvalidOperationException("test cycles cannot be null");
|
||||||
}
|
}
|
||||||
|
|
||||||
this.Messages.Add($"Unfixed page: {cpu.UnfixedPage:X2}, fixed page is: {cpu.FixedPage:X2}");
|
this.Messages.Add($"Fixed page is: {cpu.FixedPage:X2}");
|
||||||
|
|
||||||
this.Messages.Add($"Stepped cycles: {this.Cycles}, expected events: {test.Cycles.Count}, actual events: {this.ActualCycles.Count}");
|
this.Messages.Add($"Stepped cycles: {this.Cycles}, expected events: {test.Cycles.Count}, actual events: {this.ActualCycles.Count}");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user