Skip to content

Commit

Permalink
Add the nestest test suite.
Browse files Browse the repository at this point in the history
It currently fails due to the fact that it calls illegal 6502
instructions.
  • Loading branch information
hainesr committed Oct 27, 2020
1 parent 5216984 commit 8d7a0d2
Show file tree
Hide file tree
Showing 7 changed files with 9,777 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,7 @@ Style/ClassAndModuleChildren:
# Just allow simple formatting rules. We're not doing anything complex.
Style/FormatStringToken:
EnforcedStyle: unannotated

# Symbol arrays should look obviously like symbol arrays.
Style/SymbolArray:
EnforcedStyle: brackets
5 changes: 5 additions & 0 deletions test/suites/nestest/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# NesTest test ROM

*Under construction...*

From: http://www.qmtpro.com/~nes/misc/
8,991 changes: 8,991 additions & 0 deletions test/suites/nestest/nestest.log

Large diffs are not rendered by default.

Binary file added test/suites/nestest/nestest.nes
Binary file not shown.
Loading

0 comments on commit 8d7a0d2

Please sign in to comment.