Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adtennant authored May 23, 2023
1 parent 87667da commit c7b4e6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# gameboy-test-data
# sm83-test-data

Test data for developers of Gameboy emulators. These files are designed for unit testing the CPU of the Gameboy and don't require any other hardware components to be implemented.
Test data for developers of Gameboy emulators. These files are designed for unit testing the CPU of the Gameboy (SM83) in isolation and don't expect any other hardware components to be implemented.

* `alu_tests` - Contains full test data for the 8-bit ALU operations of the Gameboy CPU.
* `cpu_tests` - Contains randomly generated test data for all Gameboy CPU instructions in the same format as https://github.com/TomHarte/ProcessorTests.

Please see the README in each individual folder for more details.
Please see the README in each individual folder for more details.

0 comments on commit c7b4e6a

Please sign in to comment.