From c7b4e6a5ee935d0c02dbc655a52b560ac42de392 Mon Sep 17 00:00:00 2001 From: Alex Tennant Date: Tue, 23 May 2023 09:03:41 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 805e90a..ede3a50 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +Please see the README in each individual folder for more details.