mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-04-20 06:16:43 +00:00
More block timing issues corrected. 16 issues remaining
This commit is contained in:
+3
-5
@@ -1026,7 +1026,7 @@ namespace Z80
|
|||||||
--this.PC.Word;
|
--this.PC.Word;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.Tick(7);
|
this.Tick(5);
|
||||||
break;
|
break;
|
||||||
case 7: // LDDR
|
case 7: // LDDR
|
||||||
if (this.LDDR())
|
if (this.LDDR())
|
||||||
@@ -1036,7 +1036,7 @@ namespace Z80
|
|||||||
--this.PC.Word;
|
--this.PC.Word;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.Tick(7);
|
this.Tick(5);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
@@ -1061,7 +1061,6 @@ namespace Z80
|
|||||||
this.Tick(5);
|
this.Tick(5);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.Tick(5);
|
|
||||||
break;
|
break;
|
||||||
case 7: // CPDR
|
case 7: // CPDR
|
||||||
if (this.CPDR())
|
if (this.CPDR())
|
||||||
@@ -1076,7 +1075,7 @@ namespace Z80
|
|||||||
this.MEMPTR.Word = (ushort)(this.PC.Word - 2);
|
this.MEMPTR.Word = (ushort)(this.PC.Word - 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.Tick(7);
|
this.Tick(2);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
@@ -1129,7 +1128,6 @@ namespace Z80
|
|||||||
this.Tick(5);
|
this.Tick(5);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.Tick(3);
|
|
||||||
break;
|
break;
|
||||||
case 7: // OTDR
|
case 7: // OTDR
|
||||||
if (this.OTDR())
|
if (this.OTDR())
|
||||||
|
|||||||
Reference in New Issue
Block a user