We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
LinkRawCable_demo.zip
When using this ROM, the slave sets the data, sets bit 7 of SIOCNT, and then it waits until the bit is unset to get the response.
On hardware, the bit is only unset after the master also sends.
On mGBA 0.10.2, the bit is immediately set to zero, resulting in the return of old data
Source code of the ROM: https://github.com/afska/gba-link-connection/blob/e04a7356ee28ba6a336f9ce1b791dc1611c92942/lib/LinkRawCable.hpp https://github.com/afska/gba-link-connection/blob/e04a7356ee28ba6a336f9ce1b791dc1611c92942/examples/LinkRawCable_demo/src/main.cpp
The text was updated successfully, but these errors were encountered:
Confirmed on 0.10.3.
Sorry, something went wrong.
GBA SIO: Fix MULTI mode SIOCNT bit 7 writes on secondary GBAs (fixes #…
858c94e
…3110)
11e16d1
No branches or pull requests
LinkRawCable_demo.zip
When using this ROM, the slave sets the data, sets bit 7 of SIOCNT, and then it waits until the bit is unset to get the response.
On hardware, the bit is only unset after the master also sends.
On mGBA 0.10.2, the bit is immediately set to zero, resulting in the return of old data
Source code of the ROM:
https://github.com/afska/gba-link-connection/blob/e04a7356ee28ba6a336f9ce1b791dc1611c92942/lib/LinkRawCable.hpp
https://github.com/afska/gba-link-connection/blob/e04a7356ee28ba6a336f9ce1b791dc1611c92942/examples/LinkRawCable_demo/src/main.cpp
The text was updated successfully, but these errors were encountered: