Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mbc3 tester adjustments #29

Merged
merged 3 commits into from
Feb 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- dmg-acid2
- gbmicrotest
- little-things-gb
- mbc3-tester
- mealybug-tearoom-tests
- mooneye-test-suite
- same-suite
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [master](https://github.com/c-sp/gameboy-test-roms)

- add [MBC3 Tester:40065adab0](https://github.com/EricKirschenmann/MBC3-Tester-gb/tree/40065adab0)
*(2021-03-02)*

## [v6.0](https://github.com/c-sp/gameboy-test-roms/releases/tag/v6.0) *(2023-07-24)*

- add
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ It includes (in alphabetical order):
</sup>
* **[GBMicrotest](https://github.com/aappleby/GBMicrotest)**
<sup>by [aappleby](https://github.com/aappleby) </sup>
* **[MBC3 Tester](https://github.com/EricKirschenmann/MBC3-Tester-gb)**
<sup>by [Eric Kirschenmann](https://github.com/EricKirschenmann) </sup>
* **[Mealybug Tearoom Tests](https://github.com/mattcurrie/mealybug-tearoom-tests)**
<sup>by [Matt Currie](https://github.com/mattcurrie) </sup>
* **[Mooneye Test Suite](https://github.com/Gekkio/mooneye-test-suite)**
Expand Down Expand Up @@ -74,6 +76,8 @@ Details on this can be found in a separate readme for each test suite:
(located at `<release-zip>/gambatte/`)
* [GBMicrotest](https://github.com/c-sp/gameboy-test-roms/tree/master/src/howto/gbmicrotest.md)
(located at `<release-zip>/gbmicrotest/`)
* [MBC3 Tester](https://github.com/c-sp/gameboy-test-roms/tree/master/src/howto/mbc3-tester.md)
(located at `<release-zip>/mbc3-tester/`)
* [Mealybug Tearoom Tests](https://github.com/c-sp/gameboy-test-roms/tree/master/src/howto/mealybug-tearoom-tests.md)
(located at `<release-zip>/mealybug-tearoom-tests/`)
* [Mooneye Test Suite](https://github.com/c-sp/gameboy-test-roms/tree/master/src/howto/mooneye-test-suite.md)
Expand Down
4 changes: 4 additions & 0 deletions src/assemble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,10 @@ build_mbc3_tester()
git checkout 40065adab0e2a5597621bb7e7e4812d0e0f43da7

cd disassembly
# The GitHub Ubuntu runner does not know any "md5" command
# (Ubuntu comes with "md5sum" instead).
# We comment out the "md5" step in the Makefile ...
sed -i.bak "s/md5/#md5/" Makefile
make all
cd -

Expand Down
1 change: 1 addition & 0 deletions src/howto/mbc3-tester.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This tests loops indefinitely. The result can be checked after first 40 frames.
Test success/failure can be determined by
[a screenshot](https://github.com/c-sp/gameboy-test-roms/tree/master/src/mbc3-tester-expected/)
comparison.
Note that on CGB the test runs in "CGB compatibility mode".

To create comparable screenshots,
your emulator should calculate colors as follows:
Expand Down
Binary file removed src/mbc3-tester-expected/mbc3-tester-cgb.jpg
Binary file not shown.
Binary file added src/mbc3-tester-expected/mbc3-tester-cgb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.