mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-01-27 18:16:49 +00:00
Correct assertion failure during refresh cycle
This commit is contained in:
@@ -599,10 +599,10 @@ namespace Z80
|
||||
this.Tick();
|
||||
_ = this.Bus.Data;
|
||||
this.RaiseIORQ();
|
||||
this.RaiseM1();
|
||||
Debug.Assert(this.Cycles == 4);
|
||||
this.RefreshMemory();
|
||||
Debug.Assert(this.Cycles == 5);
|
||||
this.RaiseM1();
|
||||
return this.Bus.Data;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user