mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-02-24 03:29:14 +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();
|
||||
|
||||
[TestMethod]
|
||||
public void TestEOR_implied()
|
||||
public void TestEOR_indexed()
|
||||
{
|
||||
this.cpu.Y.Word = 0x12f0;
|
||||
this.cpu.A = 0xf2;
|
||||
|
@ -70,5 +70,3 @@ namespace EightBit
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user