I recently did an experiment/proof-of-concept where I send multiboot payloads from a host GBA to clients using the MultiPlay transfer protocol: https://github.com/TheHans255/rust-gba-multiboot-test. I'd like to add the necessary changes for supporting MultiPlay communication to this crate.
This would amount to:
- Adding bindings for the
SIOMLT_SEND and SIOMULTI0 thru SIOMULTI3 registers.
- Adding basic methods for starting MultiPlay mode and starting/performing a single unit of transfer
I recently did an experiment/proof-of-concept where I send multiboot payloads from a host GBA to clients using the MultiPlay transfer protocol: https://github.com/TheHans255/rust-gba-multiboot-test. I'd like to add the necessary changes for supporting MultiPlay communication to this crate.
This would amount to:
SIOMLT_SENDandSIOMULTI0thruSIOMULTI3registers.