-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |