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

Key IRQ always happens at the same VCOUNT #2490

Closed
pinobatch opened this issue Apr 2, 2022 · 1 comment
Closed

Key IRQ always happens at the same VCOUNT #2490

pinobatch opened this issue Apr 2, 2022 · 1 comment

Comments

@pinobatch
Copy link

A program can tell that it's running on mGBA because the key IRQ always happens right at vblank.

To reproduce:

  1. Build mGBA Qt 0.10-7193-a9ef7af3b on Xubuntu 21.10
  2. Start the attached test ROM "Telling LYs?" tellinglys-gba-0.01.zip
  3. Press all 10 buttons in any order
  4. Watch the arrow sprite at the right side

Expect: Arrow moves after each press, followed by "Pass", as on my AGB-001

Actual: Arrow stays half off the bottom of the screen, followed by an "Incorrect behavior" screen

Related issues

@endrift
Copy link
Member

endrift commented Apr 3, 2022

Given that this is caused by the frontend, not the core (the core itself is agnostic), this is a duplicate of #1232.

@endrift endrift closed this as completed Apr 3, 2022
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

2 participants