mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-04-26 01:18:04 +00:00
Unify Intel style JR CC code and fix SM83 timing issues.
This commit is contained in:
-10
@@ -563,16 +563,6 @@ namespace Z80
|
||||
this.Tick(5);
|
||||
}
|
||||
|
||||
protected override bool JumpRelativeConditional(bool condition)
|
||||
{
|
||||
var offset = this.FetchByte();
|
||||
if (condition)
|
||||
{
|
||||
this.JumpRelative(offset);
|
||||
}
|
||||
return condition;
|
||||
}
|
||||
|
||||
private int Zero()
|
||||
{
|
||||
return ZeroTest(this.F);
|
||||
|
||||
Reference in New Issue
Block a user