Talking about LinkUniversal_real

This commit is contained in:
Rodrigo Alfonso 2024-08-27 06:54:27 -03:00
parent 44453da09f
commit 8cc6e900fe

View File

@ -32,7 +32,7 @@ A set of Game Boy Advance (GBA) C++ libraries to interact with the Serial Port.
* **Compiled ROMs are available** in [Releases](https://github.com/afska/gba-link-connection/releases).
* The example code uses [libtonc](https://github.com/gbadev-org/libtonc) (and [libugba](https://github.com/AntonioND/libugba) for interrupts), but any library can be used.
* The examples can be tested on real GBAs or using emulators.
* For `LinkCable`/`LinkWireless`/`LinkUniversal`, stress tests are provided to help you tweak your configuration.
* For `LinkCable`/`LinkWireless`/`LinkUniversal`, stress tests are provided to help you tweak your configuration. The [LinkUniversal_real](https://github.com/afska/gba-link-universal-test) ROM tests a more real scenario using an audio player, a background video, text and sprites.
* The `LinkCableMultiboot_demo` and `LinkWirelessMultiboot_demo` examples can bootstrap all other examples, allowing you to test with multiple units even if you only have one flashcart.
> The files use some compiler extensions, so using **GCC** is required.