mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2024-11-20 00:31:34 +00:00
Tidy a couple of small mistakes in MC6809 test code
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
parent
6697974711
commit
e0188e44cd
@ -30,7 +30,7 @@ namespace EightBit
|
|||||||
public void Cleanup() => this.board.LowerPOWER();
|
public void Cleanup() => this.board.LowerPOWER();
|
||||||
|
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
public void TestEOR_implied()
|
public void TestEOR_indexed()
|
||||||
{
|
{
|
||||||
this.cpu.Y.Word = 0x12f0;
|
this.cpu.Y.Word = 0x12f0;
|
||||||
this.cpu.A = 0xf2;
|
this.cpu.A = 0xf2;
|
||||||
|
@ -69,6 +69,4 @@ namespace EightBit
|
|||||||
Assert.AreEqual(0, this.cpu.Carry);
|
Assert.AreEqual(0, this.cpu.Carry);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user