mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-01-08 16:31:38 +00:00
Remove "unfixed page" output
This commit is contained in:
parent
9c6586cdd0
commit
c8055d65c3
@ -72,7 +72,7 @@
|
||||
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}");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user