mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-12-22 09:30:32 +00:00
Whoops: failed to check cycle problems in M6502 tests
This commit is contained in:
parent
42afeb342f
commit
84a2d0f952
@ -159,6 +159,8 @@ bool checker_t::checkState(test_t test) {
|
|||||||
const auto& actual_action = std::get<2>(actual);
|
const auto& actual_action = std::get<2>(actual);
|
||||||
check("Cycle action", expected_action, std::string_view(actual_action));
|
check("Cycle action", expected_action, std::string_view(actual_action));
|
||||||
}
|
}
|
||||||
|
if (!m_messages.empty())
|
||||||
|
return false;
|
||||||
|
|
||||||
const auto final = test.final();
|
const auto final = test.final();
|
||||||
const auto pc_good = check("PC", final.pc(), cpu.PC().word);
|
const auto pc_good = check("PC", final.pc(), cpu.PC().word);
|
||||||
|
Loading…
Reference in New Issue
Block a user