Update Spc700 tests, add IPL rom test

This commit is contained in:
scawful
2023-12-05 03:47:57 -05:00
parent 04ef6cb35b
commit 2c5a9f904d
2 changed files with 129 additions and 31 deletions

View File

@@ -912,7 +912,7 @@ TEST_F(CPUTest, BNE_BranchTaken) {
mock_memory.SetMemoryContents(data);
cpu.ExecuteInstruction(0xD0); // BNE
EXPECT_EQ(cpu.PC, 0x0005);
EXPECT_EQ(cpu.PC, 0x0007);
}
TEST_F(CPUTest, BNE_BranchNotTaken) {