Skip to content

[16-bit Multiplayer]: SIOCNT[7] should remain set until the master responds #3110

@afska

Description

@afska

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.
    hardware

  • On mGBA 0.10.2, the bit is immediately set to zero, resulting in the return of old data
    mgba

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions