-
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
5 changed files
with
58 additions
and
0 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
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
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# MBC3 Bank Tester | ||
|
||
The [MBC3 Bank Tester](https://github.com/EricKirschenmann/MBC3-Tester-gb) | ||
is compiled with [RGBDS](https://github.com/gbdev/rgbds). | ||
|
||
## Game Boy Devices & SoC Revisions | ||
|
||
Untested on real hardware but it should work on all revisions since it tests a cartridge. | ||
|
||
## Exit Condition | ||
|
||
This tests loops indefinitely. The result can be checked after first 40 frames. | ||
|
||
## Test Success/Failure | ||
|
||
Test success/failure can be determined by | ||
[a screenshot](https://github.com/c-sp/gameboy-test-roms/tree/master/src/mbc3-tester-expected/) | ||
comparison. | ||
|
||
To create comparable screenshots, | ||
your emulator should calculate colors as follows: | ||
|
||
- `#000000`, `#555555`, `#AAAAAA` and `#FFFFFF` are used for the four DMG LCD | ||
shades | ||
- LCD shades for CGB compatibility mode are: | ||
- background: `#000000`, `#0063C6`, `#7BFF31` and `#FFFFFF` | ||
- objects: `#000000`, `#943939`, `#FF8484` and `#FFFFFF` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.