Skip to content

Commit

Permalink
Check end status of the NES test suite.
Browse files Browse the repository at this point in the history
This suite currently fails for reasons that are still under
investigation.
  • Loading branch information
hainesr committed Nov 15, 2020
1 parent 3e4e7d7 commit 5f19cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/suites/nestest/run.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_nes
end

if last_pc == SUCCESS_PC
pass
assert_equal([0x00, 0x00], cpu.dump_memory(2, 2))
else
code_loc = last_pc - (NES_PRG_LOAD_LOC - NES_HEADER_SIZE)
flunk(
Expand Down

0 comments on commit 5f19cbf

Please sign in to comment.