mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-03-11 05:41:49 +00:00
Correct LD?R/CP?R block methods. 4 problem instuctions now.
This commit is contained in:
@@ -1073,6 +1073,7 @@ namespace Z80
|
||||
this.DecrementPC();
|
||||
this.MEMPTR.Assign(this.PC);
|
||||
this.DecrementPC();
|
||||
this.AdjustXY(this.PC.High);
|
||||
}
|
||||
|
||||
this.Tick(5);
|
||||
@@ -1083,6 +1084,7 @@ namespace Z80
|
||||
this.DecrementPC();
|
||||
this.MEMPTR.Assign(this.PC);
|
||||
this.DecrementPC();
|
||||
this.AdjustXY(this.PC.High);
|
||||
}
|
||||
|
||||
this.Tick(5);
|
||||
@@ -1107,6 +1109,7 @@ namespace Z80
|
||||
this.DecrementPC();
|
||||
this.MEMPTR.Assign(this.PC);
|
||||
this.DecrementPC();
|
||||
this.AdjustXY(this.PC.High);
|
||||
this.Tick(5);
|
||||
}
|
||||
|
||||
@@ -1117,6 +1120,7 @@ namespace Z80
|
||||
this.DecrementPC();
|
||||
this.MEMPTR.Assign(this.PC);
|
||||
this.DecrementPC();
|
||||
this.AdjustXY(this.PC.High);
|
||||
this.Tick(3);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user