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

Expected results of H-Blank bit start tests #19

Open
alyosha-tas opened this issue Sep 21, 2022 · 3 comments
Open

Expected results of H-Blank bit start tests #19

alyosha-tas opened this issue Sep 21, 2022 · 3 comments

Comments

@alyosha-tas
Copy link

On hardware (Gameboy player) I always get Flip 1: 0x85 != 0x84. Is the test hardware dependent? Is it a typo in the expected results for the test?

I suppose another variable could be the flash cart I am using, but I only have the one and one piece of hardware, so no other data points. Currently my emulator implementation also gets the same result.

@fleroviux
Copy link
Contributor

I'm getting 0x85 != 0x84 too on all my devices (GBA, GBA SP and 3DS with open-agb-firm), both with my EverDrive and EZ-FLASH IV.

@flagrama
Copy link

flagrama commented Dec 13, 2024

I'm using a AGB-001 C/AGB-JPN-1 original GBA with EverDrive and a DOL-017 L-DOL-A-GP-1 Gameboy Player with the same EverDrive and getting Flip 1: 0x86 != 0x85, Flip 6: 0x3EB != 0x3F5.
Also after running the Layer Toggle video test I get Start: 0x451B != 0x1B after running the OAM Update Delay test I get Start: 0x3F1B != 0x1B. Running Layer Toggle 2 video test will fix the value again. Seems like those tests have some cleanup necessary.

@sczther
Copy link

sczther commented Feb 22, 2025

I can confirm with my AGS-001 and Omega DE cart using test suite r88. First run gives 8/10, with the flip 1 and 6 failing with the same values. Running the tests above sets the start value to the different values reported until you run Layer Toggle 2 to set it to the correct one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants